summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+36
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier1-6/+9
2022-02-15KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse1-0/+5
2022-02-08Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier1-1/+14
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei1-0/+12
2022-02-08KVM: arm64: Keep a per-VM pointer to the default PMUMarc Zyngier1-1/+1
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier1-0/+1
2022-02-08Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier1-3/+7
2022-02-08KVM: arm64: Make active_vmids invalid on vCPU schedule outShameer Kolothum1-0/+1
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall1-3/+1
2022-02-08KVM: arm64: Make VMID bits accessible outside of allocatorShameer Kolothum1-0/+1
2022-02-08KVM: arm64: Introduce a new VMID allocator for KVMShameer Kolothum1-0/+4
2022-02-08Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/nextMarc Zyngier1-0/+2
2022-02-08KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang1-0/+2
2022-02-08KVM: arm64: Emulate the OS LockOliver Upton1-0/+4
2022-02-08KVM: arm64: Stash OSLSR_EL1 in the cpu contextOliver Upton1-0/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-28/+19
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-27/+19
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-3/+0
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret1-0/+2
2021-12-08KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier1-3/+0
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-12-01Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier1-15/+14
2021-12-01KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pidMarc Zyngier1-3/+2
2021-12-01KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of lineMarc Zyngier1-6/+1
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-2/+0
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier1-0/+2
2021-11-22KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier1-1/+0
2021-11-22KVM: arm64: Reorder vcpu flag definitionsMarc Zyngier1-12/+12
2021-11-17KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.cSean Christopherson1-3/+0
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson1-0/+10
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson1-2/+2
2021-11-13Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+1
2021-11-08KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing1-1/+1
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+3
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier1-0/+2
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba1-0/+2
2021-10-11KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier1-0/+1
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-1/+0
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier1-2/+11
2021-08-20Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier1-0/+1
2021-08-20Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier1-1/+1
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba1-0/+1
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-1/+4
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba1-1/+1
2021-08-20KVM: arm64: placeholder to check if VM is protectedFuad Tabba1-0/+5
2021-08-19KVM: arm64: Record number of signal exits as a vCPU statOliver Upton1-0/+1
2021-08-18KVM: arm64: Drop check_kvm_target_cpu() based percpu probeAnshuman Khandual1-1/+1
2021-08-02KVM: arm64: Remove PMSWINC_EL0 shadow registerMarc Zyngier1-1/+0
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+14