summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/nested.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-02KVM: arm64: free kvm->arch.nested_mmus with kvfree()Danilo Krummrich1-1/+1
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton1-2/+1
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton1-135/+123
2024-07-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton1-5/+780
2024-07-08Revert "KVM: arm64: nv: Fix RESx behaviour of disabled FGTs with negative pol...Oliver Upton1-12/+12
2024-07-04KVM: arm64: nv: Truely enable nXS TLBI operationsMarc Zyngier1-2/+2
2024-06-22KVM: arm64: nv: Unfudge ID_AA64PFR0_EL1 maskingOliver Upton1-1/+1
2024-06-20KVM: arm64: Allow the use of SVE+NVOliver Upton1-2/+1
2024-06-20KVM: arm64: nv: Use accessors for modifying ID registersOliver Upton1-134/+122
2024-06-20KVM: arm64: Add helper for writing ID regsOliver Upton1-2/+2
2024-06-19KVM: arm64: nv: Use GFP_KERNEL_ACCOUNT for sysreg_masks allocationOliver Upton1-1/+1
2024-06-19KVM: arm64: nv: Add handling of range-based TLBI operationsMarc Zyngier1-6/+2
2024-06-19KVM: arm64: nv: Add handling of outer-shareable TLBI operationsMarc Zyngier1-1/+4
2024-06-19KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like informationMarc Zyngier1-1/+84
2024-06-19KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier1-0/+89
2024-06-19KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1Marc Zyngier1-0/+35
2024-06-19KVM: arm64: nv: Unmap/flush shadow stage 2 page tablesChristoffer Dall1-0/+42
2024-06-19KVM: arm64: nv: Handle shadow stage 2 page faultsMarc Zyngier1-0/+45
2024-06-19KVM: arm64: nv: Implement nested Stage-2 page table walk logicChristoffer Dall1-0/+264
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier1-0/+218
2024-06-14KVM: arm64: nv: Fix RESx behaviour of disabled FGTs with negative polarityMarc Zyngier1-12/+12
2024-05-30KVM: arm64: nv: Expose BTI and CSV_frac to a guest hypervisorMarc Zyngier1-2/+4
2024-04-20KVM: arm64: nv: Advertise support for PAuthMarc Zyngier1-6/+2
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2Marc Zyngier1-0/+42
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregsMarc Zyngier1-0/+128
2024-02-19KVM: arm64: nv: Add sanitising to EL2 configuration registersMarc Zyngier1-1/+57
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed sysregsMarc Zyngier1-1/+40
2024-02-08KVM: arm64: Expose ID_AA64MMFR4_EL1 to guestsMarc Zyngier1-0/+7
2023-12-19KVM: arm64: nv: Compute NV view of idregs as a one-offMarc Zyngier1-7/+15
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier1-1/+2
2023-08-17KVM: arm64: nv: Expose FGT to nested guestsMarc Zyngier1-2/+3
2023-08-17KVM: arm64: nv: Expose FEAT_EVT to nested guestsMarc Zyngier1-2/+1
2023-02-12KVM: arm64: nv: Use reg_to_encoding() to get sysreg IDOliver Upton1-2/+1
2023-02-11KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier1-0/+162