aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Add FDT attachment driver for ARM System MMU v3.2 controller.Ruslan Bukin2022-05-074-14/+193
* Change iommu list lock to SX as we need a sleepable lock so weRuslan Bukin2022-05-071-5/+6
* Fix !INVARIANTS build.Ruslan Bukin2022-05-072-6/+6
* Check if iommu ctx is valid before passing it to functions.Ruslan Bukin2022-05-071-0/+5
* Return error code from IOMMU_MAP and fix build.Ruslan Bukin2022-05-071-1/+3
* Remove unused ofw_iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-05-061-1/+0
* linux(4): Regen for semtimedop syscalls.Dmitry Chagin2022-05-063-3/+30
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Regen for semop syscall.Dmitry Chagin2022-05-065-18/+11
* linux(4): Call semop directly.Dmitry Chagin2022-05-061-4/+4
* Map the ACPI tables into the DMAPAndrew Turner2022-04-291-0/+5
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-04-263-3/+40
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-04-263-3/+30
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* busdma_bounce: Add free_bounce_pages helper function.John Baldwin2022-04-211-7/+1
* machine/in_cksum.h: don't include sys/cdefs.hBrooks Davis2022-04-181-2/+0
* genet: fix problems with interface down/upMike Karels2022-04-141-11/+75
* arm64 rk_pcie: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-4/+0
* Only return a mapped address from efi_phys_to_kvaAndrew Turner2022-04-101-3/+10
* Include the EFI Runtime Code in the DMAPAndrew Turner2022-04-101-0/+6
* rk_usbphy: Remove unused variable.John Baldwin2022-04-091-3/+0
* arm/arm64 nvidia: Remove unused variables.John Baldwin2022-04-096-16/+3
* imx_clk_sscg: Remove unused variable.John Baldwin2022-04-091-3/+0
* imx_clk_composite: Mark two variables only used in debug traces as unused.John Baldwin2022-04-091-2/+3
* coresight: Mark a variable only used in a debug trace as unused.John Baldwin2022-04-091-1/+1
* Fix a coherent bus check in the arm64 busdmaAndrew Turner2022-04-061-9/+12
* Move the arm64 DMAP creation to CAndrew Turner2022-04-062-73/+205
* sysent: regen for syscallarg_tBrooks Davis2022-03-282-58/+58
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-281-2/+2
* Treat cache write as a read in arm64 data faultsAndrew Turner2022-03-281-2/+10
* Add the Ampere and Fujitsu arm64 implementer IDsD Scott Phillips2022-03-252-0/+4
* arm64: Add explicit barrier after address translation instructionD Scott Phillips2022-03-251-1/+2
* arm64: pmap: Mask VA operand in TLBI instructionsD Scott Phillips2022-03-251-1/+2
* arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin2022-03-231-0/+48
* Use a regset for NT_ARM_VFP.John Baldwin2022-03-234-7/+41
* aarch64: Fix get_fpcontext32() to work on non-curthread.John Baldwin2022-03-231-13/+17
* Remove L2_BLOCK_MASK from arm64Andrew Turner2022-03-232-3/+1
* Support EFIRT on arm64 with a non 4k page sizeAndrew Turner2022-03-231-2/+2
* Add an implementation of .mcount on arm64Andrew Turner2022-03-231-1/+44
* Remove the unused arm64 kernel profiling codeAndrew Turner2022-03-221-31/+3
* arm64: gic: disable the ITS if it's enabled prior to configurationKyle Evans2022-03-191-3/+14
* Fix arm64 TLB invalidation with non-4k pagesAndrew Turner2022-03-151-8/+12
* Remove a redundant L1_BLOCK == L2_BLOCK checkAndrew Turner2022-03-151-1/+0
* Make page size dynamic in libkvm for arm64Andrew Turner2022-03-152-1/+7
* Fix calculating l0index in _pmap_alloc_l3 on arm64Andrew Turner2022-03-151-2/+2
* aarch64: Add constants for fields in the PMEVTYPERn_EL0 event registers.John Baldwin2022-03-111-1/+10