summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual
2024-06-11KVM: arm64: FFA: Release hyp rx bufferVincent Donnefort
2024-06-04KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba
2024-06-04KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba
2024-06-04KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba
2024-06-04KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba
2024-06-04KVM: arm64: Reintroduce __sve_save_stateFuad Tabba
2024-05-27KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier
2024-05-03Merge branch kvm-arm64/host_data into kvmarm-master/nextMarc Zyngier
2024-05-03KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHEMarc Zyngier
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier
2024-05-01KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()Fuad Tabba
2024-05-01KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHEFuad Tabba
2024-05-01KVM: arm64: Support TLB invalidation in guest contextWill Deacon
2024-05-01KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTEWill Deacon
2024-05-01KVM: arm64: Check for PTE validity when checking for executable/cacheableMarc Zyngier
2024-05-01KVM: arm64: Avoid BUG-ing from the host abort pathQuentin Perret
2024-05-01KVM: arm64: Issue CMOs when tearing down guest s2 pagesQuentin Perret
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier
2024-04-20KVM: arm64: nv: Handle ERETA[AB] instructionsMarc Zyngier
2024-04-20KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier
2024-04-20KVM: arm64: nv: Honor HFGITR_EL2.ERET being setMarc Zyngier
2024-04-20KVM: arm64: nv: Fast-track 'InHost' exception returnsMarc Zyngier
2024-04-20KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2Marc Zyngier
2024-04-20KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flagMarc Zyngier
2024-04-14KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier
2024-04-01KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon
2024-04-01KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon
2024-04-01KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon
2024-04-01KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon