]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
vmm: fix set but not used warning
[FreeBSD/FreeBSD.git] / sys / arm64 /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Brooks Davisarm64: Fix thread0.td_kstack_pages init
2023-01-23 Andrew TurnerUse hwreset_array in the Rockchip tsadc driver
2023-01-23 Andrew TurnerSplit out the arm64 EL2 exception vectors
2023-01-23 Andrew TurnerAdd more arm64 hypervisor registers
2023-01-23 Andrew TurnerPut the arm64 vttbr_el2 register into a state
2023-01-23 Andrew TurnerAdd the arch field to the arm64 MIDR macros
2023-01-23 Andrew TurnerDisable superpage use for stage 2 arm64 mappings
2023-01-23 Andrew TurnerInclude sys/malloc.h directly in the qoriq clock
2023-01-23 Andrew TurnerSort the SOC options in the arm64 NOTES config
2023-01-23 Andrew TurnerAdd more Arm CPUs to the arm64 cpu ident
2023-01-23 Andrew TurnerMark 64-bit arm64 hypervisor registers with UL
2023-01-23 Andrew TurnerClear the indirect flag in the GICv3 ITS driver
2023-01-23 Andrew TurnerReduce the arm64 ID registers we print
2023-01-23 Andrew TurnerMove the GICv3 bus_print_child function to the parent
2023-01-23 Andrew TurnerAdd bus_get_resource_list functions to the GICv3 driver
2023-01-22 Dmitry SalychevAdd initial DPAA2 support
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-06 Kyle Evansarm64: add a spin-table implementation for Apple Silicon
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-10 John Baldwinaarch64: Add constants for fields in the PMEVTYPERn_EL0...
2022-11-10 Andrew TurnerAdd more arm64 register op* and CR* values
2022-11-10 Andrew TurnerSort the M* and P* arm64 registers
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-11-04 Olivier Houchardarm64: Implement cpu_ptrace().
2022-11-02 Kyle Evansarm64: fix build without FDT
2022-11-02 Kyle Evansarm64: coresight: fix the build without FDT
2022-11-02 Mitchell Hornearm64: bus: unhide bus_space definition with sanitizers...
2022-11-02 Mitchell Hornearm64: bus: provide bus_space_set_{multi,region}_stream...
2022-11-01 Konstantin Belousovarm, arm64: tweak hard-coded load addresses for PIE...
2022-10-19 Bartlomiej Grzesikqoriq_dw_pci: Fix typo in link status checking code
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-03 Mark Johnstonarm64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-10-01 Mark Johnstonarm64: Ignore 1GB mappings in pmap_advise()
2022-09-21 Andrew TurnerUse the cached dc zva length in arm64 memset
2022-09-21 Andrew TurnerImport the arm64 Cortex Strings memset into the kernel
2022-09-21 Andrew TurnerImport an optimized arm64 memcmp into the kernel
2022-09-21 Andrew TurnerUpdate the arm64 kernel memcpy/memmove
2022-09-21 Andrew TurnerDecode the arm64 ID_AA64ISAR1_EL1 register
2022-09-21 Andrew TurnerStore mpidr as a 64-bit value on arm64
2022-09-21 Andrew TurnerAdd an IDC only arm64 icache sync function
2022-09-21 Andrew TurnerDisable promotion on pcpu memory on arm64
2022-09-21 Alan Coxarm64: Implement final level only TLB invalidations
2022-09-18 Kyle Evansarm64, riscv: size boot stacks appropriately
2022-09-18 Kyle Evansarm64: disable the EL2 MMU before dropping to EL1
2022-09-18 Kyle Evansarm64: gic: disable the ITS if it's enabled prior to...
2022-09-14 Alexander V. ChernikovAdd FIB_ALGO to GENERIC on amd64/arm64.
2022-09-07 Gordon Berglingarm64: Remove a double word in a source code comment
2022-08-22 Andrew TurnerOnly add gicv3 fdt children with a compatible property
2022-08-22 Andrew TurnerSupport decoding mem32 memory in the rk pcie driver
2022-08-21 Dimitry AndricAdjust function definition in arm64's db_trace.c to...
2022-08-21 Dimitry AndricFix unused variable warning in rockchip's rk_spi.c
2022-08-08 Alan Coxiommu_gas: Eliminate redundant parameters and push...
2022-08-08 Alan Coxiommu_gas: Eliminate a possible case of use-after-free
2022-07-26 Bjoern A. Zeebarm64, qoriq_therm: fix handling sites on version 1...
2022-07-26 Bjoern A. Zeebarm64, qoriq_therm: configure the number of sites base...
2022-07-19 Andrew TurnerDecode the arm64 SVE ID register
2022-07-19 Andrew TurnerAllow use of the arm64 unnamed register form
2022-07-19 Andrew TurnerSplit out vfp_new_thread
2022-07-19 Andrew TurnerAdd the SVE reigster definitions
2022-07-19 Andrew TurnerTrap SVE instructions until we have SVE support
2022-07-19 Andrew TurnerAdd the arm64 FPAC exception value
2022-07-19 Andrew TurnerAdd arm64 CnP support
2022-07-19 Andrew TurnerDecode all Arm GIC feature ID bits
2022-07-19 Andrew TurnerAdd more Arm CPU IDs
2022-07-18 Bjoern A. Zeebpca954x: harmonize pca9547 and pca954x and add pca9540...
2022-07-18 Bjoern A. Zeebarm64: NXP add LS1088a clockgen support
2022-07-12 Doug Moorebusdma: _bus_dmamap_addseg repaired
2022-07-12 Doug Moorevm_extern: use standard address checkers everywhere
2022-07-06 Doug Mooreiommu_gas: pass size to iommu_map without rounding
2022-07-06 Ruslan BukinCheck if iommu ctx is valid before passing it to functions.
2022-07-06 Dmitry Chaginlinux(4): To reuse MD linux.h hide kernel dependencies...
2022-06-29 Mark JohnstonFix the test used to wait for AP startup on x86, arm64...
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-22 Justin Hibbitsarm64: Print per-CPU cache summary
2022-06-17 Dmitry Chaginlinux(4): Properly build argument list for the signal...
2022-06-17 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginlinux(4): Retire unneeded translate_traps from arm64
2022-06-17 Dmitry Chaginarm64: Enable the floating-point exception traps
2022-06-17 Dmitry Chaginlinux(4): Fix arm64 syscalls.master layout
2022-06-17 Dmitry Chaginlinux(4): Add AT_MINSIGSTKSZ to arm64 port
2022-06-17 Dmitry Chaginlinux(4): Implement signal trampoline for arm64 in...
2022-06-17 Dmitry Chaginlinux(4): Rework the definition of struct siginfo to...
2022-06-17 Dmitry Chaginlinux(4): Move sigframe definitions to separate headers
2022-06-17 Dmitry Chaginlinux(4): Implement futex_op for arm64.
2022-06-17 Dmitry Chaginlinux(4): Implement semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Regen for semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Change semtimedop syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Regen for semop syscall.
2022-06-17 Dmitry Chaginlinux(4): Call semop directly.
2022-06-17 Dmitry Chaginlinux(4): Regen for epoll_pwait2 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change epoll_pwait2 syscall definition to...
2022-06-17 Dmitry Chaginlinux(4): Regen for rseq syscall.
2022-06-17 Dmitry Chaginlinux(4): Change rseq syscall definition to match Linux...
2022-06-17 Edward Tomasz Napi... linux(4): Remove unused arm64 SDT declarations
2022-06-17 Mateusz Guziklinux: remove the always curthread argument from lconvpath
2022-06-17 Edward Tomasz Napi... linux(4): Fix "set but not used" warnings
next