aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tegra210: Connect to GENERIC kernel.Michal Meloun2020-12-301-2/+10
* Tegra210: Add lost-in-merge fixes:Michal Meloun2020-12-302-2/+2
* ARM64: Port FreeBSD to Nvidia Jetson TX1 and Nano.Michal Meloun2020-12-2815-0/+10717
* Use the base address for early arm64 page tablesAndrew Turner2020-12-261-1/+1
* Move the literal pool to the end of asm functionsAndrew Turner2020-12-231-1/+1
* Mark all arm64 locore functions with ENTRY/LENTRYAndrew Turner2020-12-231-13/+20
* Add LENTRY and LEND to arm64Andrew Turner2020-12-231-3/+6
* Use the new PAGE_SIZE_4K in the GICv3 driverAndrew Turner2020-12-231-2/+2
* Rename the arm64 4k PAGE_* macrosAndrew Turner2020-12-231-3/+7
* More the arm64 early page tables and stack to .bssAndrew Turner2020-12-231-5/+7