summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-05KVM: arm64: Use mtree_empty() to determine if SMCCC filter configuredOliver Upton1-3/+1
2023-10-04KVM: arm64: Allow userspace to get the writable masks for feature ID registersJing Zhang1-0/+2
2023-09-30KVM: arm64: Build MPIDR to vcpu index cache at runtimeMarc Zyngier1-0/+28
2023-09-21KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton1-3/+0
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton1-1/+1
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier1-6/+0
2023-08-28Merge branch kvm-arm64/6.6/pmu-fixes into kvmarm-master/nextMarc Zyngier1-0/+1
2023-08-28Merge branch kvm-arm64/tlbi-range into kvmarm-master/nextMarc Zyngier1-0/+4
2023-08-28Merge branch kvm-arm64/nv-trap-forwarding into kvmarm-master/nextMarc Zyngier1-0/+7
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+1
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier1-0/+1
2023-08-17KVM: arm64: nv: Add trap forwarding infrastructureMarc Zyngier1-0/+1
2023-08-17KVM: arm64: nv: Add FGT registersMarc Zyngier1-0/+5
2023-08-17KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()Raghavendra Rao Ananta1-0/+2
2023-08-17KVM: arm64: Use kvm_arch_flush_remote_tlbs()Raghavendra Rao Ananta1-0/+2
2023-08-15KVM: arm64: Remove unused declarationsYue Haibing1-6/+0
2023-07-28Merge branch kvm-arm64/6.6/generic-vcpu into kvmarm-master/nextMarc Zyngier1-3/+3
2023-07-14KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier1-0/+2
2023-07-11KVM: arm64: Always return generic v8 as the preferred targetOliver Upton1-1/+0
2023-07-11KVM: arm64: Replace vCPU target with a configuration flagOliver Upton1-2/+3
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-20/+41
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-20/+41
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+6
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas1-0/+5
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton1-20/+25
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton1-0/+1
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton1-4/+0
2023-06-15KVM: arm64: Save ID registers' sanitized value per guestJing Zhang1-0/+15
2023-06-13KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton1-4/+1
2023-06-13KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton1-13/+9
2023-06-13KVM: arm64: Separate out feature sanitisation and initialisationOliver Upton1-0/+1
2023-06-06arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1Mark Brown1-1/+1
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly1-0/+4
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly1-0/+1
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe1-0/+7
2023-06-02KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon1-0/+1
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller1-0/+15
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+26
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+24
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier1-1/+7
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier1-0/+13
2023-04-18KVM: arm64: Make vcpu flag updates non-preemptibleMarc Zyngier1-1/+18
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton1-1/+4
2023-04-05KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton1-0/+3
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier1-0/+4
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier1-0/+2
2023-03-30KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier1-0/+4
2023-03-30KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier1-0/+3
2023-03-29KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton1-0/+3
2023-03-29KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton1-0/+1