summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-2021-328/+2397
|\
| * Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+1
| |\
| | * KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| * | Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2024-07-1621-327/+2396
| |\ \
| | * \ Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton2024-07-143-11/+54
| | |\ \
| | | * | KVM: arm64: Honor trap routing for TCR2_EL1Marc Zyngier2024-06-271-0/+13
| | | * | KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRXMarc Zyngier2024-06-271-10/+14
| | | * | KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM featuresMarc Zyngier2024-06-271-2/+13
| | | * | KVM: arm64: Get rid of HCRX_GUEST_FLAGSMarc Zyngier2024-06-271-1/+7
| | | * | KVM: arm64: Correctly honor the presence of FEAT_TCRXMarc Zyngier2024-06-271-0/+9
| | * | | Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton2024-07-148-41/+306
| | |\ \ \
| | | * | | KVM: arm64: Allow the use of SVE+NVOliver Upton2024-06-202-7/+1
| | | * | | KVM: arm64: nv: Add additional trap setup for CPTR_EL2Marc Zyngier2024-06-201-1/+18
| | | * | | KVM: arm64: nv: Add trap description for CPTR_EL2Marc Zyngier2024-06-201-0/+91
| | | * | | KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2Oliver Upton2024-06-201-0/+31
| | | * | | KVM: arm64: nv: Load guest FP state for ZCR_EL2 trapOliver Upton2024-06-202-0/+31
| | | * | | KVM: arm64: nv: Handle CPACR_EL1 trapsMarc Zyngier2024-06-201-1/+31
| | | * | | KVM: arm64: Spin off helper for programming CPTR trapsOliver Upton2024-06-201-24/+24
| | | * | | KVM: arm64: nv: Ensure correct VL is loaded before saving SVE stateOliver Upton2024-06-201-4/+7
| | | * | | KVM: arm64: nv: Use guest hypervisor's max VL when running nested guestOliver Upton2024-06-201-0/+12
| | | * | | KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp contextOliver Upton2024-06-201-1/+7
| | | * | | KVM: arm64: nv: Load guest hyp's ZCR into EL1 stateOliver Upton2024-06-201-1/+2
| | | * | | KVM: arm64: nv: Handle ZCR_EL2 trapsOliver Upton2024-06-201-0/+38
| | | * | | KVM: arm64: nv: Forward SVE traps to guest hypervisorOliver Upton2024-06-202-0/+5
| | | * | | KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisorJintack Lim2024-06-202-4/+15
| | | |/ /
| | * | | Merge branch kvm-arm64/el2-kcfi into kvmarm/nextOliver Upton2024-07-149-32/+60
| | |\ \ \
| | | * | | KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2Pierre-Clément Tosi2024-06-203-4/+18
| | | * | | KVM: arm64: Introduce print_nvhe_hyp_panic helperPierre-Clément Tosi2024-06-201-4/+8
| | | * | | arm64: Introduce esr_brk_comment, esr_is_cfi_brkPierre-Clément Tosi2024-06-201-1/+1
| | | * | | KVM: arm64: VHE: Mark __hyp_call_panic __noreturnPierre-Clément Tosi2024-06-201-2/+1
| | | * | | KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32Pierre-Clément Tosi2024-06-201-0/+6
| | | * | | KVM: arm64: nVHE: Simplify invalid_host_el2_vectPierre-Clément Tosi2024-06-201-6/+0
| | | * | | KVM: arm64: Fix __pkvm_init_switch_pgd call ABIPierre-Clément Tosi2024-06-202-13/+15
| | | * | | KVM: arm64: Fix clobbered ELR in sync abort/SErrorPierre-Clément Tosi2024-06-202-2/+11
| | | |/ /
| | * | | Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton2024-07-144-186/+216
| | |\ \ \
| | | * | | KVM: arm64: nv: Unfudge ID_AA64PFR0_EL1 maskingOliver Upton2024-06-221-1/+1
| | | * | | KVM: arm64: rename functions for invariant sys regsSebastian Ott2024-06-201-5/+5
| | | * | | KVM: arm64: show writable masks for feature registersSebastian Ott2024-06-201-14/+5
| | | * | | KVM: arm64: Treat CTR_EL0 as a VM feature ID registerSebastian Ott2024-06-201-10/+10
| | | * | | KVM: arm64: unify code to prepare trapsSebastian Ott2024-06-202-3/+33
| | | * | | KVM: arm64: nv: Use accessors for modifying ID registersOliver Upton2024-06-201-134/+122
| | | * | | KVM: arm64: Add helper for writing ID regsOliver Upton2024-06-202-5/+16
| | | * | | KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton2024-06-202-4/+4
| | | * | | KVM: arm64: Make idregs debugfs iterator search sysreg table directlyOliver Upton2024-06-201-13/+23
| | | * | | KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()Oliver Upton2024-06-201-1/+1
| | | | |/ | | | |/|
| | * | | Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton2024-07-147-43/+1568
| | |\ \ \
| | | * | | KVM: arm64: nv: Truely enable nXS TLBI operationsMarc Zyngier2024-07-041-2/+2
| | | * | | KVM: arm64: nv: Add handling of NXS-flavoured TLBI operationsMarc Zyngier2024-06-192-0/+119
| | | * | | KVM: arm64: nv: Add handling of range-based TLBI operationsMarc Zyngier2024-06-193-6/+108
| | | * | | KVM: arm64: nv: Add handling of outer-shareable TLBI operationsMarc Zyngier2024-06-193-1/+29