summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2023-06-06arm64/sysreg: Convert OSECCR_EL1 to automatic generationMark Brown
2023-06-06arm64/sysreg: Convert OSDTRTX_EL1 to automatic generationMark Brown
2023-06-06arm64/sysreg: Convert OSDTRRX_EL1 to automatic generationMark Brown
2023-06-06arm64/sysreg: Convert OSLAR_EL1 to automatic generationMark Brown
2023-06-06arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1Mark Brown
2023-06-06arm64/sysreg: Convert MDSCR_EL1 to automatic register generationMark Brown
2023-06-06arm64/sysreg: Convert MDCCINT_EL1 to automatic register generationMark Brown
2023-06-06arm64: module: rework module VA range selectionMark Rutland
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland
2023-06-06arm64: module: move module randomization to module.cMark Rutland
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland
2023-06-06arm64: kasan: remove !KASAN_VMALLOC remnantsMark Rutland
2023-06-06arm64: module: remove old !KASAN_VMALLOC logicMark Rutland
2023-06-06arm64: lockdep: enable checks for held locks when returning to userspaceEric Chan
2023-06-06arm64/cpucaps: increase string width to properly format cpucaps.hPrathu Baronia
2023-06-06arm64: dts: rockchip: Fix rk356x PCIe register and range mappingsAndrew Powers-Holmes
2023-06-06arm64: transfer permission indirection settings to EL2Joey Gouly
2023-06-06arm64: enable Permission Indirection Extension (PIE)Joey Gouly
2023-06-06arm64: add encodings of PIRx_ELx registersJoey Gouly
2023-06-06arm64: disable EL2 traps for PIEJoey Gouly
2023-06-06arm64: reorganise PAGE_/PROT_ macrosJoey Gouly
2023-06-06arm64: add PTE_WRITE to PROT_SECT_NORMALJoey Gouly
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly
2023-06-06KVM: arm64: expose ID_AA64MMFR3_EL1 to guestsJoey Gouly
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly
2023-06-06arm64: cpufeature: add Permission Indirection Extension cpucapJoey Gouly
2023-06-06arm64: cpufeature: add TCR2 cpucapJoey Gouly
2023-06-06arm64: cpufeature: add system register ID_AA64MMFR3Joey Gouly
2023-06-06arm64/sysreg: add PIR*_ELx registersJoey Gouly
2023-06-06arm64/sysreg: update HCRX_EL2 registerJoey Gouly
2023-06-06arm64/sysreg: add system registers TCR2_ELxJoey Gouly
2023-06-06arm64/sysreg: Add ID register ID_AA64MMFR3Joey Gouly
2023-06-05arm64/arch_timer: Provide noinstr sched_clock_read() functionsPeter Zijlstra
2023-06-05arm64/io: Always inline all of __raw_{read,write}[bwlq]()Peter Zijlstra
2023-06-05arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko
2023-06-05arm64: mops: detect and enable FEAT_MOPSKristina Martsenko
2023-06-05arm64: mops: handle single stepping after MOPS exceptionKristina Martsenko
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko
2023-06-05KVM: arm64: hide MOPS from guestsKristina Martsenko
2023-06-05arm64: mops: don't disable host MOPS instructions from EL2Kristina Martsenko
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko
2023-06-05arm64: cpufeature: detect FEAT_HCXKristina Martsenko
2023-06-05KVM: arm64: initialize HCRX_EL2Kristina Martsenko
2023-06-05Merge tag 'qcom-arm64-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe