aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: add swapueword8/32Kyle Evans2023-05-113-0/+127
* arm64: fix stack unwinding past exception handlersZachary Leaf2023-05-101-0/+1
* arm64/disassem.c: Add detection of xzr and spMykola Hohsadze2023-05-081-55/+87
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-5/+4
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-041-6/+6
* pmap_{un}map_io_transient: Use bool instead of boolean_t.John Baldwin2023-05-043-19/+19
* imgact_elf: Change header_supported to return bool instead of boolean_t.John Baldwin2023-05-041-5/+5
* Split out pmap_map_delete on arm64Andrew Turner2023-04-282-1/+13
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-04-282-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-2/+2
* arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell2023-04-263-3/+3
* arm: remove interrupt nesting by ipi_preempt()/ipi_hardclock()Elliott Mitchell2023-04-261-7/+1
* Add vt_simplefb to the arm64 NOTES fileAndrew Turner2023-04-261-0/+1
* Add a simple-framebuffer vt driverAndrew Turner2023-04-261-0/+1
* Note that static hints no longer break loader hintsKyle Evans2023-04-261-2/+1
* arm64/disassem.c: Add support str/strb/strh instructionsMykola Hohsadze2023-04-251-0/+18
* arm64/disassem.c: Fix typo sxts to sxts and amount for TYPE_02Mykola Hohsadze2023-04-251-4/+8
* arm64/disassem.c: style and formattingMykola Hohsadze2023-04-251-27/+48
* Add padding for future use on arm64Andrew Turner2023-04-254-3/+6
* Remove unneeded SMMU macrosAndrew Turner2023-04-241-4/+0
* Remove virtual addresses from smmu_pmap_remove_pagesAndrew Turner2023-04-241-14/+8
* Move to a SMMU specific struct for the smmu pmapAndrew Turner2023-04-244-73/+94
* Create a common function to get the SMMU sidAndrew Turner2023-04-241-38/+3
* arm64: Clean up smmu fdt xref handlingAndrew Turner2023-04-242-11/+3
* Use a uint64_t to store the arm64 mpidrAndrew Turner2023-04-243-11/+6
* Make arm64 pcb padding explicitAndrew Turner2023-04-242-0/+8
* Remove unneeded masks from the arm64 KASAN shadowAndrew Turner2023-04-241-4/+2
* arm64: Disable PAC when booting on a Windows Dev Kit 2023Mark Johnston2023-04-231-1/+30
* arm64: Implement bus_describe_intr() for nexusMark Johnston2023-04-231-0/+9
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+4
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-221-50/+8
* syscall.master: Fix commentsWarner Losh2023-04-201-0/+4
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-141-0/+1
* Create pmap_mask_set_locked on arm64Andrew Turner2023-04-121-2/+10
* Fix style.Ganbold Tsagaankhuu2023-04-071-4/+2
* Improve RK3568 pcie phy handling codes a bit.Ganbold Tsagaankhuu2023-04-071-32/+55
* Mark EENTRY as .textAndrew Turner2023-04-061-1/+1
* linux(4): Regen for close_range syscallDmitry Chagin2023-04-043-4/+26
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-04-041-2/+6
* Fix pcie phy enabling codes for RK3568 SoC.Ganbold Tsagaankhuu2023-04-041-9/+24
* Fix driver name.Ganbold Tsagaankhuu2023-04-031-1/+1
* Add non-posted device memory to the arm64 mem mapAndrew Turner2023-04-031-1/+4
* netlink: add NETLINK to the DEFAULTS for each architectureAlexander V. Chernikov2023-04-022-1/+2
* arm64/gicv3: correct the size of the distributor resourceMitchell Horne2023-03-311-1/+1
* arm64: Move the initial kernel stack out of the init_pagetables sectionMark Johnston2023-03-311-7/+6
* Move arm64 EENTRY uses before ENTRYAndrew Turner2023-03-312-6/+6
* arm64: Ensure that thread0's PCB flags are initializedMark Johnston2023-03-311-0/+1
* Handle the arm64 unknown exception separatelyAndrew Turner2023-03-311-2/+4