summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-276-42/+64
|\
| * Merge branch 'kvm-dwmw2-fixes' into HEADPaolo Bonzini2022-11-231-9/+23
| |\
| | * KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0David Woodhouse2022-11-231-1/+11
| | * KVM: x86/xen: Validate port number in SCHEDOP_pollDavid Woodhouse2022-11-231-8/+12
| * | KVM: x86/mmu: Fix race condition in direct_page_faultKazuki Takiguchi2022-11-231-6/+7
| * | Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-174-27/+34
| |\ \
| | * | KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky2022-11-171-15/+0
| | * | KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-173-5/+13
| | * | KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| | * | KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-173-7/+7
| | * | KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in useMaxim Levitsky2022-11-171-0/+3
| | * | KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky2022-11-171-0/+1
| | |/
* | / x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-152-6/+6
|/ /
* / KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson2022-11-111-2/+2
|/
* KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-092-3/+7
* KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-093-8/+10
* KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
* KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda2022-11-091-1/+1
* x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini2022-11-091-2/+2
* KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-094-28/+133
* KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-095-13/+26
* KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-093-20/+39
* KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-093-29/+18
* KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2022-11-092-3/+0
* KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini2022-11-091-1/+0
* KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-094-15/+16
* KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini2022-11-091-19/+19
* KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-095-20/+30
* KVM: x86: use a separate asm-offsets.c filePaolo Bonzini2022-11-094-1/+30
* KVM: x86: Fix a typo about the usage of kvcalloc()Liao Chang2022-11-031-1/+1
* KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon2022-11-031-0/+3
* KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTLSean Christopherson2022-11-021-4/+6
* KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()Sean Christopherson2022-11-022-20/+7
* KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRsSean Christopherson2022-11-021-1/+3
* KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()Eiichi Tsukata2022-10-281-3/+4
* KVM: x86: smm: number of GPRs in the SMRAM image depends on the image formatMaxim Levitsky2022-10-281-2/+2
* KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky2022-10-281-1/+15
* KVM: x86: emulator: update the emulation mode after rsmMaxim Levitsky2022-10-281-1/+1
* KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky2022-10-281-28/+57
* KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky2022-10-281-0/+1
* KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-272-32/+37
* KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailableEmanuele Giuseppe Esposito2022-10-271-0/+5
* KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson2022-10-271-1/+14
* KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()Hou Wenlong2022-10-271-1/+6
* KVM: x86: Mask off reserved bits in CPUID.8000001FHJim Mattson2022-10-271-1/+2
* KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson2022-10-221-0/+3
* KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson2022-10-221-0/+1
* KVM: x86: Mask off reserved bits in CPUID.80000006HJim Mattson2022-10-221-1/+2
* KVM: x86: Mask off reserved bits in CPUID.80000001HJim Mattson2022-10-221-0/+1
* KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56