summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2025-02-20KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2Oliver Upton
2025-02-13KVM: arm64: Fix alignment of kvm_hyp_memcache allocationsQuentin Perret
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland
2025-01-17Merge branch kvm-arm64/coresight-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-17Merge branch kvm-arm64/nv-timers into kvmarm-master/nextMarc Zyngier
2025-01-12KVM: arm64: Support trace filtering for guestsJames Clark
2025-01-12KVM: arm64: coresight: Give TRBE enabled state to KVMJames Clark
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-12Merge branch kvm-arm64/pkvm-np-guest into kvmarm-master/nextMarc Zyngier
2025-01-02KVM: arm64: nv: Sanitise CNTHCTL_EL2Marc Zyngier
2024-12-20KVM: arm64: Convert the SVE guest vcpu flag to a vm flagFuad Tabba
2024-12-20KVM: arm64: Remove PtrAuth guest vcpu flagFuad Tabba
2024-12-20KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba
2024-12-20KVM: arm64: Rework specifying restricted features for protected VMsFuad Tabba
2024-12-20KVM: arm64: Introduce the EL1 pKVM MMUQuentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret
2024-12-20KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restoreOliver Upton
2024-12-20KVM: arm64: Manage software step state at load/putMarc Zyngier
2024-12-20KVM: arm64: Don't hijack guest context MDSCR_EL1Oliver Upton
2024-12-20KVM: arm64: Compute MDCR_EL2 at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Reload vCPU for accesses to OSLAR_EL1Oliver Upton
2024-12-20KVM: arm64: Use debug_owner to track if debug regs need save/restoreOliver Upton
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton
2024-12-20KVM: arm64: Select debug state to save/restore based on debug ownerOliver Upton
2024-12-20KVM: arm64: Evaluate debug owner at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Move host SME/SVE tracking flags to host dataOliver Upton
2024-12-20KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPUOliver Upton
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-11-11Merge branch kvm-arm64/nv-pmu into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-10-31KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta
2024-10-31KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2Oliver Upton
2024-10-31KVM: arm64: Add basic support for POR_EL2Marc Zyngier
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc Zyngier
2024-10-31KVM: arm64: Hide S1PIE registers from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arraysMarc Zyngier
2024-10-31KVM: arm64: Extend masking facility to arbitrary registersMarc Zyngier
2024-10-31KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHEMarc Zyngier
2024-10-31KVM: arm64: Add TCR2_EL2 to the sysreg arraysMarc Zyngier
2024-10-30KVM: Protect vCPU's "last run PID" with rwlock, not RCUSean Christopherson
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton
2024-10-03KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly