summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini33-267/+2924
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier9-96/+139
2023-08-28Merge branch kvm-arm64/6.6/pmu-fixes into kvmarm-master/nextMarc Zyngier4-11/+48
2023-08-28Merge branch kvm-arm64/tlbi-range into kvmarm-master/nextMarc Zyngier11-72/+224
2023-08-28Merge branch kvm-arm64/nv-trap-forwarding into kvmarm-master/nextMarc Zyngier15-41/+2488
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort6-85/+138
2023-08-23KVM: arm64: nv: Add trap description for SPSR_EL2 and ELR_EL2Marc Zyngier1-0/+2
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier3-0/+22
2023-08-20KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}Reiji Watanabe1-2/+4
2023-08-20KVM: arm64: PMU: Don't advertise the STALL_SLOT eventReiji Watanabe1-2/+1
2023-08-20KVM: arm64: PMU: Avoid inappropriate use of host's PMUVerReiji Watanabe1-6/+16
2023-08-20KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVerReiji Watanabe1-2/+6
2023-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-9/+23
2023-08-18Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-102/+56
2023-08-18Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+24
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson1-1/+1
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown1-1/+8
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown4-8/+15
2023-08-17asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann1-0/+24
2023-08-17Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann7-24/+28
2023-08-17Merge tag 'v6.5-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann27-69/+22
2023-08-17KVM: arm64: nv: Select XARRAY_MULTI to fix build errorRandy Dunlap1-0/+1
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier6-37/+83
2023-08-17KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systemsMarc Zyngier1-6/+6
2023-08-17KVM: arm64: nv: Expose FGT to nested guestsMarc Zyngier1-2/+3
2023-08-17KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTRMarc Zyngier1-0/+48
2023-08-17KVM: arm64: nv: Expand ERET trap forwarding to handle FGTMarc Zyngier1-1/+16
2023-08-17KVM: arm64: nv: Add SVC trap forwardingMarc Zyngier2-0/+16
2023-08-17KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2Marc Zyngier2-0/+485
2023-08-17KVM: arm64: nv: Add trap forwarding for HFGITR_EL2Marc Zyngier2-0/+113
2023-08-17KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2Marc Zyngier1-0/+71
2023-08-17KVM: arm64: nv: Add fine grained trap forwarding infrastructureMarc Zyngier1-3/+87
2023-08-17KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2Marc Zyngier1-1/+49
2023-08-17KVM: arm64: nv: Add trap forwarding for MDCR_EL2Marc Zyngier1-0/+268
2023-08-17KVM: arm64: nv: Expose FEAT_EVT to nested guestsMarc Zyngier1-2/+1
2023-08-17KVM: arm64: nv: Add trap forwarding for HCR_EL2Marc Zyngier1-0/+488
2023-08-17KVM: arm64: nv: Add trap forwarding infrastructureMarc Zyngier5-0/+317
2023-08-17KVM: arm64: Restructure FGT register switchingMarc Zyngier2-27/+50
2023-08-17KVM: arm64: nv: Add FGT registersMarc Zyngier2-0/+10
2023-08-17KVM: arm64: Add missing HCR_EL2 trap bitsMarc Zyngier1-0/+9
2023-08-17KVM: arm64: Correctly handle ACCDATA_EL1 trapsMarc Zyngier2-0/+4
2023-08-17arm64: Add feature detection for fine grained trapsMark Brown2-0/+8
2023-08-17arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layoutsMarc Zyngier2-2/+129
2023-08-17arm64: Add missing BRB/CFP/DVP/CPP instructionsMarc Zyngier1-0/+7
2023-08-17arm64: Add debug registers affected by HDFGxTR_EL2Marc Zyngier1-0/+76
2023-08-17arm64: Add AT operation encodingsMarc Zyngier1-0/+17
2023-08-17arm64: Add TLBI operation encodingsMarc Zyngier1-0/+128
2023-08-17arm64: Add missing DC ZVA/GVA/GZVA encodingsMarc Zyngier1-0/+5
2023-08-17arm64: Add missing ERX*_EL1 encodingsMarc Zyngier1-0/+5