aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add support for the RK805/RK808 RTCPeter Jeremy2021-03-122-4/+144
* arm64: Fix COMPAT_FREEBSD32.Olivier Houchard2021-03-101-2/+2
* Arch64: Clear VFP state on execve()Alex Richardson2021-03-106-1/+44
* Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston2021-03-082-2/+2
* sys/arm64/arm64/vfp.c: Fix -Wunused and -Wpointer-sign warningsAlex Richardson2021-03-041-4/+4
* Fix creating the early arm64 level 2 blocksAndrew Turner2021-03-041-4/+3
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-1/+7
* Use L2 blocks when in the identity mapAndrew Turner2021-03-032-60/+49
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-011-1/+1
* arm64: add definition for IS_SSTEP_TRAP()Mitchell Horne2021-03-011-0/+2
* arm64: update kdb_thrctx->pcb_lr with BKPT_SKIPMitchell Horne2021-03-011-2/+3
* arm64: fix hardware single-stepping from EL1Mitchell Horne2021-03-013-1/+19
* 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