summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2024-08-222-0/+13
* KVM: arm64: Ensure canonical IPA is hugepage-aligned when handling faultOliver Upton2024-08-221-1/+8
* KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier2024-08-192-3/+11
* KVM: arm64: vgic-debug: Don't put unmarked LPIsZenghui Yu2024-08-191-1/+1
* KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier2024-08-081-2/+1
* KVM: arm64: Tidying up PAuth code in KVMFuad Tabba2024-08-073-14/+6
* KVM: arm64: vgic-debug: Exit the iterator properly w/o LPIZenghui Yu2024-08-071-2/+3
* KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchainMarc Zyngier2024-08-071-0/+1
* KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott2024-08-022-2/+2
* KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott2024-08-024-11/+17
* KVM: arm64: fix override-init warnings in W=1 buildsSebastian Ott2024-08-023-0/+7
* KVM: arm64: free kvm->arch.nested_mmus with kvfree()Danilo Krummrich2024-08-021-1/+1
* 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