aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* rk_i2s: remove unused definitionAndriy Gapon2024-01-281-2/+0
* rk_i2s: change interrupt type from MISC to AV (audio/video)Andriy Gapon2024-01-281-1/+1
* rk3328_codec: remove diagostic printfsAndriy Gapon2024-01-281-15/+1
* arm64: Remove pmap_san_bootstrap() and call kasan_init_early() directlyMark Johnston2024-01-263-9/+9
* arm64: Add a VM_FREELIST_DMA32 freelistMark Johnston2024-01-251-3/+5
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-242-0/+16
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-01-242-202/+6
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-242-4/+3
* arm64 thunder: Use bus_generic_rman_* in the pcie_pem driverJohn Baldwin2024-01-231-82/+124
* arm64: fix db_read_bytes() for size == 8Mitchell Horne2024-01-181-3/+9
* Revert "arm64: fix db_read_bytes() for size == 8"Mitchell Horne2024-01-181-9/+3
* arm64: fix db_read_bytes() for size == 8Mitchell Horne2024-01-181-3/+9
* arm64: fix the handling of DDB symbols in early bootDoug Rabson2024-01-181-0/+5
* Stop using expressions in _Alignof()Minsoo Choo2024-01-121-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-1015-16/+16
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-1010-11/+11
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-1011-11/+11
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-1012-12/+12
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1042-54/+54
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-101-198/+0
* clk: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-1021-9084/+0
* pwm: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-397/+0
* spibus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-476/+0
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-731/+0
* Intel FPGA: Support programming larger bitfiles.Ruslan Bukin2024-01-091-23/+59
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-041-1/+1
* tegra210: change to UTF-8 (from ISO-8859)Ed Maste2023-12-291-2/+2
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-1/+2
* arm64: Remove an unused global variableMark Johnston2023-12-181-3/+0
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne2023-12-063-24/+2
* busdma: remove parent tag trackingMitchell Horne2023-12-063-45/+7
* busdma: kill filter functionality internallyMitchell Horne2023-12-063-37/+24
* busdma: Prevent the use of filters with bus_dma_tag_create()Mitchell Horne2023-12-061-0/+4
* armv8rng: Don't require toolchain to support FEAT_RNGJessica Clarke2023-12-011-0/+9
* arm64: Add register definitions for MDCR_EL2Mark Johnston2023-12-011-0/+18
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-292-4/+5
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-27125-125/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2713-26/+0
* aarch64 nexus: Fix a mismerge in nexus_activate_resourceJohn Baldwin2023-11-241-3/+1
* aarch64 nexus: Use bus_generic_rman_*_resourceJohn Baldwin2023-11-241-86/+37
* arm64/riscv nexus: Implement bus_unmap_resourceJohn Baldwin2023-11-231-0/+17
* nexus: Use resource_validate_map_requestJohn Baldwin2023-11-231-13/+5
* arm64: lop off another 24MB of KVA for early device mappingsKyle Evans2023-11-231-1/+5
* arm64/amd64/riscv nexus: Use bus_generic_rl_*John Baldwin2023-11-221-15/+1
* FEATURE compat_freebsd_32bit: only report on arm64 when support is presentKonstantin Belousov2023-11-211-0/+2
* arm64: Set the Guarded Page flag in the kernelAndrew Turner2023-11-213-10/+48
* arm64: Remove an old commentAndrew Turner2023-11-211-2/+0
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* arm64: do not register elf32 brand if hardware cannot exec aarch32Konstantin Belousov2023-11-161-7/+10
* arm64: Correct a comment in locore.SAndrew Turner2023-11-151-1/+1