summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-14KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier1-0/+2
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
2023-03-16KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth1-2/+2
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier1-0/+3
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-2/+40
2023-02-14Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-2/+2
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton1-2/+4
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier1-0/+2
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim1-1/+1
2023-02-11KVM: arm64: nv: Add EL2 system registers to vcpu contextMarc Zyngier1-1/+32
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-0/+5
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki1-0/+4
2023-01-20KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang1-2/+2
2023-01-13KVM: arm64: Always set HCR_TID2Akihiko Odaki1-2/+0
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson1-7/+7
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-1/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+74
2022-12-05Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier1-0/+4
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-1/+11
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier1-0/+4
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret1-6/+1