summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba2-4/+7
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier2-22/+29
2024-05-01KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()Fuad Tabba1-1/+1
2024-05-01KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHEFuad Tabba1-13/+13
2024-05-01KVM: arm64: Support TLB invalidation in guest contextWill Deacon1-24/+91
2024-05-01KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTEWill Deacon1-0/+15
2024-05-01KVM: arm64: Check for PTE validity when checking for executable/cacheableMarc Zyngier1-3/+3
2024-05-01KVM: arm64: Avoid BUG-ing from the host abort pathQuentin Perret1-1/+7
2024-05-01KVM: arm64: Issue CMOs when tearing down guest s2 pagesQuentin Perret1-0/+1
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba3-3/+3
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba3-8/+2
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba3-0/+13
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier4-7/+5
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier2-2/+1
2024-04-12KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_archMarc Zyngier1-2/+2
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier2-6/+6
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier7-15/+14
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini8-82/+120
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton2-3/+3
2024-03-07Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton1-5/+19
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton2-65/+89
2024-03-01KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE modeMarc Zyngier1-6/+6
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal1-5/+19
2024-02-24KVM: arm64: Fix typosBjorn Helgaas2-3/+3
2024-02-19KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier1-1/+1
2024-02-19KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guestMarc Zyngier1-3/+21
2024-02-19KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2Marc Zyngier1-33/+9
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier1-14/+3
2024-02-19KVM: arm64: Propagate and handle Fine-Grained UNDEF bitsMarc Zyngier1-20/+61
2024-02-13KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()Will Deacon1-2/+0
2024-02-01KVM: arm64: vhe: fix a kernel-doc warningRandy Dunlap1-1/+1
2024-02-01KVM: arm64: hyp/aarch32: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-79/+150
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+2
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2024-01-04KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgdWill Deacon1-0/+2
2023-12-18Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextMarc Zyngier3-34/+83
2023-12-18KVM: arm64: Trap external trace for protected VMsFuad Tabba1-0/+4
2023-12-18KVM: arm64: Mark PAuth as a restricted feature for protected VMsFuad Tabba1-3/+11
2023-12-18KVM: arm64: Fix which features are marked as allowed for protected VMsFuad Tabba1-1/+7
2023-12-18KVM: arm64: Macros for setting/clearing FGT bitsFuad Tabba1-42/+27
2023-12-18KVM: arm64: Add build validation for FGT trap mask valuesFuad Tabba1-0/+18
2023-12-18KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virtFuad Tabba1-0/+25
2023-12-18KVM: arm64: Explicitly trap unsupported HFGxTR_EL2 featuresFuad Tabba1-3/+6
2023-12-05KVM: arm64: Remove VPIPT I-cache handlingMarc Zyngier3-75/+1
2023-11-30KVM: arm64: Use helpers to classify exception types reported via ESRArd Biesheuvel2-2/+2
2023-11-27KVM: arm64: Support up to 5 levels of translation in kvm_pgtableRyan Roberts1-0/+9
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts4-36/+42
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts2-7/+12