aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1611-11/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1620-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16105-210/+0
* arm64: increase MAXCPU to 1024, following amd64Ed Maste2023-08-151-1/+1
* arm64: Add a driver for the Arm PL031 RTCAndrew Turner2023-08-152-0/+156
* qcom: fix panic in qcom_mdio_ipq4018 implementationBjoern A. Zeeb2023-08-111-0/+1
* arm64: rockchip: rk_i2c: Probe again at ORDER_LATEEmmanuel Vadot2023-08-091-2/+2
* arm64: rockchip: Tweak i2c, pmic and iodomain orderEmmanuel Vadot2023-08-082-3/+3
* arm64: intel: Remove firmware driverEmmanuel Vadot2023-08-082-121/+1
* linux(4): Regen for ioprio syscallsDmitry Chagin2023-08-043-8/+47
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-041-4/+11
* arm64-iommu: Fix a typo in a kernel messageGordon Bergling2023-08-041-1/+1
* Remove MAXCPUS from the gicv3 driverAndrew Turner2023-08-042-33/+23
* arm64: Make dpcpu staticAndrew Turner2023-08-041-1/+1
* arm64: Comment out some ID registersAndrew Turner2023-08-031-0/+20
* arm64: enable kern.conftxtKristof Provost2023-08-021-0/+1
* arm64: Add constants for decoding ISS fields for WF* exceptionsMark Johnston2023-07-281-0/+20
* arm64: Decode the ID_AA64PFR2_EL1 registerAndrew Turner2023-07-282-0/+22
* arm64: Update the ID_AA64PFR1_EL1 fieldsAndrew Turner2023-07-282-11/+86
* arm64: Update the ID_AA64PFR0_EL1 fieldsAndrew Turner2023-07-282-6/+21
* arm64: Decode the ID_AA64MMFR4_EL1 registerAndrew Turner2023-07-282-0/+22
* arm64: Decode the ID_AA64MMFR3_EL1 registerAndrew Turner2023-07-282-0/+67
* arm64: Don't use hex for ID_AA64MMFR2_EL1_op/CR*Andrew Turner2023-07-281-5/+5
* arm64: Update the ID_AA64MMFR1_EL1 fieldsAndrew Turner2023-07-282-0/+79
* arm64: Update the ID_AA64MMFR0_EL1 fieldsAndrew Turner2023-07-282-11/+43
* arm64: Update the ID_AA64ISAR1_EL1 fieldsAndrew Turner2023-07-282-5/+33
* arm64: Update the ID_AA64ISAR0_EL1 fieldsAndrew Turner2023-07-282-5/+15
* arm64: Update the ID_AA64DFR0_EL1 fieldsAndrew Turner2023-07-282-12/+76
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-07-271-2/+0
* arm64 pmap: Eliminate unnecessary TLB invalidationsAlan Cox2023-07-261-11/+38
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-2542-0/+249
* arm64/disassem.c: add extended register instruction definitionsMykola Hohsadze2023-07-241-0/+90
* arm64/disassem.c: remove redundant OP_RN_SP for TYPE_02Mykola Hohsadze2023-07-241-36/+42
* arm64 pmap: Retire PMAP_INLINEAlan Cox2023-07-231-11/+1
* arm64 pmap: Eliminate some duplication of codeAlan Cox2023-07-231-9/+10
* linux(4): Regen for xattr syscallsDmitry Chagin2023-07-222-27/+27
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* arm64/riscv pmap: Initialize the pmap's pm_pvchunk fieldAlan Cox2023-07-221-0/+3
* vm_radix_init: use initializerDoug Moore2023-07-141-0/+1
* rtld: Clear x29 and lr for thread_start to conform Aarch64 ABI pcsDmitry Chagin2023-07-071-0/+2
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-58/+0
* Make some arm64 debug monitor functions staticAndrew Turner2023-07-052-5/+7
* Add helpers to allocate an arm64 VFP state structAndrew Turner2023-07-053-5/+60
* arm64: Fix a use of update_lower_registerAndrew Turner2023-07-051-2/+2
* arm64: make VM_NFREEORDER and the comment describing it matchAlan Cox2023-06-291-7/+8
* arm64: Make register definitions constMark Johnston2023-06-281-200/+201
* arm64: Add a masked get_kernel_reg()Mark Johnston2023-06-282-32/+59
* arm64 pmap: Tidy up pmap_promote_l2() callsAlan Cox2023-06-281-19/+22
* arm64: improve KTR_TRAP trace entriesChristos Margiolis2023-06-241-6/+4
* arm64 iommu: Fix build without INVARIANTS.John Baldwin2023-06-231-0/+2