summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton1-0/+50
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-2/+3
2025-09-15Merge branch kvm-arm64/pkvm_vm_handle into kvmarm-master/nextMarc Zyngier1-2/+3
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba1-0/+1
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba1-2/+2
2025-09-10KVM: arm64: Initialize PMSCR_EL1 when in VHEAlexandru Elisei1-0/+1
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-109/+2
2025-08-28KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()Marc Zyngier1-107/+0
2025-08-28KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessorsMarc Zyngier1-2/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+33
2025-07-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-3/+33
2025-07-21KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU stateMarc Zyngier1-0/+4
2025-07-08KVM: arm64: Wire up SCTLR2_ELx sysreg descriptorsOliver Upton1-0/+7
2025-07-08KVM: arm64: nv: Use guest hypervisor's vSError stateOliver Upton1-0/+3
2025-07-08KVM: arm64: nv: Add FEAT_RAS vSError sys regs to tableOliver Upton1-0/+4
2025-07-08KVM: arm64: nv: Honor SError exception routing / maskingOliver Upton1-3/+15
2025-07-08KVM: arm64: nvhe: Disable branch generation in nVHE guestsAnshuman Khandual1-0/+2
2025-07-03KVM: arm64: Remove kvm_arch_vcpu_run_map_fp()Mark Rutland1-1/+0
2025-06-19KVM: arm64: VHE: Centralize ISBs when returning to hostMark Rutland1-4/+2
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-5/+27
2025-06-05KVM: arm64: Make __vcpu_sys_reg() a pure rvalue operandMarc Zyngier1-5/+5
2025-06-05KVM: arm64: Add RMW specific sysreg accessorMarc Zyngier1-0/+11
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier1-0/+11
2025-05-27KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky1-3/+0
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier1-1/+14
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier1-3/+54
2025-05-23Merge branch kvm-arm64/pkvm-np-thp-6.16 into kvmarm-master/nextMarc Zyngier1-5/+7
2025-05-19KVM: arm64: Add sanitisation for FEAT_FGT2 registersMarc Zyngier1-0/+15
2025-05-19KVM: arm64: Add FEAT_FGT2 registers to the VNCR pageMarc Zyngier1-0/+5
2025-05-19KVM: arm64: Allow kvm_has_feat() to take variable argumentsMarc Zyngier1-2/+6
2025-05-19KVM: arm64: Use FGT feature maps to drive RES0 bitsMarc Zyngier1-0/+1
2025-05-19KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*Marc Zyngier1-1/+1
2025-05-19KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2Marc Zyngier1-0/+3
2025-05-19KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2Marc Zyngier1-0/+1
2025-05-19KVM: arm64: nv: Handle VNCR_EL2-triggered faultsMarc Zyngier1-0/+1
2025-05-19KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2Marc Zyngier1-0/+2
2025-05-19KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2Marc Zyngier1-0/+5
2025-05-19KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nestingMarc Zyngier1-0/+1
2025-05-10KVM: arm64: Validate FGT register descriptions against RES0 masksMarc Zyngier1-0/+1
2025-05-10KVM: arm64: Switch to table-driven FGU configurationMarc Zyngier1-0/+2
2025-05-06KVM: arm64: Propagate FGT masks to the nVHE hypervisorMarc Zyngier1-0/+7
2025-05-06KVM: arm64: Compute FGT masks from KVM's own FGT tablesMarc Zyngier1-0/+14
2025-05-06arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2Marc Zyngier1-1/+2
2025-04-29Merge branch kvm-arm64/nv-pmu-fixes into kvmarm-master/nextMarc Zyngier1-2/+2
2025-04-28KVM: arm64: Track SVE state in the hypervisor vcpu structureFuad Tabba1-5/+7
2025-04-24KVM: arm64, x86: make kvm_arch_has_irq_bypass() inlinePaolo Bonzini1-0/+5
2025-04-11KVM: arm64: Repaint pmcr_n into nr_pmu_countersMarc Zyngier1-2/+2
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-2/+0
2025-03-20Merge branch 'kvm-arm64/pkvm-6.15' into kvmarm/nextOliver Upton1-0/+6