aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Include NUMA locality info in the CPU topologyMark Johnston2021-02-181-1/+28
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-1/+1
* gicv3_its: Don't restrict target CPUs based on SRATD Scott Phillips2021-02-171-17/+34
* gicv3_its: Leave LPI interrupts enabled during handlingD Scott Phillips2021-02-171-2/+0
* arm64: use macros to access special register valuesMitchell Horne2021-02-171-2/+4
* arm64: extend struct db_reg to include watchpoint registersMitchell Horne2021-02-174-16/+92
* arm64: handle watchpoint exceptions from EL0Mitchell Horne2021-02-172-0/+7
* arm64: validate breakpoint registersMitchell Horne2021-02-172-4/+50
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-161-1/+2
* arm64: Add a SOC_BRCM_NS2 optionEmmanuel Vadot2021-02-101-0/+1
* arm64: optimize set_syscall_retval()Edward Tomasz Napierala2021-02-081-3/+5
* Add support for arm64 nGnRE device memoryAndrew Turner2021-02-053-3/+8
* Enable pvscsi and vmx in arm64 GENERICEd Maste2021-02-051-0/+2
* arm64: Initialize VFP control register.Michal Meloun2021-02-034-0/+32
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-016-31/+66
* Enable KERN_TLS by default in ARM64 GENERICAllan Jude2021-01-281-0/+1
* gic_v3: add message based interrupts supportCyprien Laplace2021-01-253-3/+226
* gic_v3: Use 64-bit writes to GICD_IROUTERnCyprien Laplace2021-01-251-3/+3
* arm64: fix typo in file name in GENERIC-MMCCAM-NODEBUGMateusz Guzik2021-01-221-1/+1
* Handle arm64 undefied instructions on msr exceptionsAndrew Turner2021-01-201-2/+8
* arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1Mark Johnston2021-01-201-8/+1
* arm64: Stop setting VM_BCACHE_SIZE_MAXMark Johnston2021-01-201-9/+0
* Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG,Robert Watson2021-01-191-0/+13
* arm64: Clear FPU flags in the pcb in cpu_copy_thread().John Baldwin2021-01-191-0/+1
* arm64: Trim duplicate code from cpu_fork_kthread_handler().John Baldwin2021-01-191-4/+0
* arm64 busdma: Fix loading of small bounced buffers.Michal Meloun2021-01-191-17/+16
* make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-VOleksandr Tymoshenko2021-01-191-1/+2
* Extract the logic from pmap_kextractAndrew Turner2021-01-153-13/+62
* arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-158-9/+9
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-11/+1
* Enable accelerated AES-XTS software crypto in GENERIC.John Baldwin2021-01-131-0/+1
* Switch the arm64 pcpu to a global register variableAndrew Turner2021-01-131-11/+6
* arm64: Add armv8crpyto and ossl to NOTES.John Baldwin2021-01-111-0/+4
* arm64: Don't disable options GDB in LINT.John Baldwin2021-01-111-2/+0
* cgem: add 64-bit supportThomas Skibo2021-01-101-0/+1
* hid: Add recently imported drivers to NOTESVladimir Kondratyev2021-01-101-0/+7
* arm64: gdb(4) machine-dependent bitsmhorne2021-01-083-1/+194
* arm64: remove pcb_pcmhorne2021-01-089-17/+18
* arm64: don't pass user trapframe to kdb_trap()mhorne2021-01-081-20/+2
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-072-0/+2
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+3
* arm64 GENERIC: sort to match amd64, to ease comparisonEd Maste2021-01-071-99/+102
* arm64: QorIQ: gpio: return BUS_PROBE_DEFAULTMarcin Wojtas2021-01-061-1/+1
* arm64: QorIQ: gpio: Cleanup qoriq_gpio_* helpersMarcin Wojtas2021-01-061-79/+12
* arm64: QorIQ: gpio: Style cleanupsMarcin Wojtas2021-01-061-71/+51
* arm64: genet: Add bcm2711-genet-v5 compatibleEmmanuel Vadot2021-01-051-0/+1
* arm64: rockchip: rk_clk_mux: Tell the clk framework if we didn't change the c...Emmanuel Vadot2021-01-041-1/+3
* rockchip: add audio-related clocks to the CRU driverOleksandr Tymoshenko2021-01-046-3/+379
* arm64: fix mask in atomic_testand{set,clear}_64Ryan Libby2021-01-021-2/+2
* arm64: Use new arm_kernel_boothdr script for generating booti images.Michal Meloun2020-12-301-31/+0