aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kvm/hyp/nvhe (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-04KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba1-0/+11
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2-4/+3
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba2-12/+0
2024-06-04KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba3-4/+81
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba2-0/+26
2024-06-04KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba1-0/+5
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba1-5/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-13/+0
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-13/+0
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-1/+0
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier6-50/+122
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier1-3/+1
2024-05-03Merge branch kvm-arm64/host_data into kvmarm-master/nextMarc Zyngier5-13/+9
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba1-4/+2
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier1-18/+6
2024-05-01KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()Fuad Tabba1-1/+1
2024-05-01KVM: arm64: Support TLB invalidation in guest contextWill Deacon1-24/+91
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 Tabba1-1/+1
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba1-1/+1
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba2-0/+12
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier1-2/+0
2024-04-20KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2Marc Zyngier1-1/+1
2024-04-14KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene1-1/+0
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier2-3/+1
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier1-1/+0
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier1-4/+4
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier3-5/+4
2024-04-01KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon1-1/+2
2024-03-01KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE modeMarc Zyngier1-6/+6
2024-02-24KVM: arm64: Fix typosBjorn Helgaas2-3/+3
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-10/+12
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+2
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 Zyngier1-0/+4
2023-12-18KVM: arm64: Trap external trace for protected VMsFuad Tabba1-0/+4
2023-12-05KVM: arm64: Remove VPIPT I-cache handlingMarc Zyngier2-62/+1
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts3-6/+6
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts1-4/+0
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+8
2023-10-30Merge branch kvm-arm64/mops into kvmarm/nextOliver Upton1-0/+2
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier2-6/+6
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/driversArnd Bergmann1-2/+8
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko1-0/+2
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arraySudeep Holla1-2/+8
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker4-6/+9
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-44/+109
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini5-44/+109