summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier
2024-05-09KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton
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-03KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()Marc Zyngier
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba
2024-05-01KVM: arm64: Do not map the host fpsimd state to hyp in pKVMFuad Tabba
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-04-20KVM: arm64: nv: Add kvm_has_pauth() helperMarc Zyngier
2024-04-20KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flagMarc Zyngier
2024-04-20KVM: arm64: Harden __ctxt_sys_reg() against out-of-range valuesMarc Zyngier
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-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton
2024-02-19KVM: arm64: Add debugfs file for guest's ID registersMarc Zyngier
2024-02-19KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier
2024-02-19KVM: arm64: Add Fine-Grained UNDEF tracking informationMarc Zyngier
2024-02-19KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed sysregsMarc Zyngier
2024-02-19KVM: arm64: Add feature checking helpersMarc Zyngier
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-12-19Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier
2023-12-19KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()Marc Zyngier
2023-12-19KVM: arm64: nv: Map VNCR-capable registers to a separate pageMarc Zyngier
2023-12-19KVM: arm64: nv: Compute NV view of idregs as a one-offMarc Zyngier
2023-12-19KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()Marc Zyngier
2023-12-18KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virtFuad Tabba
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-30Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton
2023-10-30Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton
2023-10-30Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton
2023-10-30Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton
2023-10-30Merge branch kvm-arm64/smccc-filter-cleanups into kvmarm/nextOliver Upton
2023-10-24KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier
2023-10-20KVM: arm64: Rename helpers for VHE vCPU load/putOliver Upton
2023-10-20KVM: arm64: Reload stage-2 for VMID change on VHEMarc Zyngier
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland