summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2811-115/+164
|\
| * KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-3/+27
| * KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse2022-12-271-7/+7
| * KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj2022-12-271-7/+1
| * KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini2022-12-271-11/+18
| * KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse2022-12-271-38/+18
| * KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj2022-12-271-3/+4
| * kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan2022-12-271-1/+1
| * KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson2022-12-231-1/+3
| * KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson2022-12-231-1/+2
| * KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson2022-12-231-3/+11
| * KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson2022-12-231-3/+3
| * KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson2022-12-231-0/+7
| * KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson2022-12-231-1/+2
| * KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberateSean Christopherson2022-12-231-4/+13
| * KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson2022-12-231-0/+3
| * KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao2022-12-231-2/+2
| * KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warningVitaly Kuznetsov2022-12-231-27/+36
| * KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari2022-12-231-2/+3
| * KVM: x86/pmu: Prevent zero period event from being repeatedly releasedLike Xu2022-12-232-2/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-1548-1363/+2498
|\|
| * Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-1214-227/+544
| |\
| | * Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini2022-12-023-66/+85
| | |\
| | | * KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson2022-11-302-15/+13
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj2022-11-302-7/+5
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj2022-11-302-10/+8
| | | * KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj2022-11-302-43/+36
| | | * KVM: x86/xen: add support for 32-bit guests in SCHEDOP_pollMetin Kaya2022-11-302-4/+36
| | * | KVM: x86: Advertise that the SMM_CTL MSR is not supportedJim Mattson2022-12-021-0/+4
| | * | KVM: x86: remove unnecessary exportsPaolo Bonzini2022-12-024-14/+0
| | * | KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itselfYuan ZhaoXiong2022-12-021-2/+3
| | * | KVM: x86: Use current rather than snapshotted TSC frequency if it is constantAnton Romanov2022-12-011-11/+33
| | * | KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helperSean Christopherson2022-12-011-5/+8
| | * | KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bitsSean Christopherson2022-12-011-5/+31
| | * | KVM: VMX: Make vmread_error_trampoline() uncallable from C codeSean Christopherson2022-12-012-2/+18
| | * | KVM: nVMX: Reword comments about generating nested CR0/4 read shadowsSean Christopherson2022-12-012-9/+7
| | * | KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson2022-12-012-2/+15
| | * | KVM: VMX: Guest usage of IA32_SPEC_CTRL is likelyJim Mattson2022-12-011-1/+1
| | * | KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check failsSean Christopherson2022-12-011-11/+33
| | * | KVM: SVM: Replace kmap_atomic() with kmap_local_page()Zhao Liu2022-12-011-2/+2
| | * | KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson2022-12-011-2/+8
| | * | KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson2022-12-011-1/+3
| | * | KVM: x86: Keep the lock order consistent between SRCU and gpc spinlockPeng Hao2022-12-011-2/+2
| | * | KVM: VMX: Resume guest immediately when injecting #GP on ECREATESean Christopherson2022-12-011-1/+3
| | |/
| | * KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULTPaolo Bonzini2022-11-301-1/+1
| | * KVM: Shorten gfn_to_pfn_cache function namesMichal Luczaj2022-11-302-19/+19
| | * KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundaryDavid Woodhouse2022-11-301-0/+2
| | * KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configuredDavid Woodhouse2022-11-302-14/+46
| | * KVM: x86/xen: Compatibility fixes for shared runstate areaDavid Woodhouse2022-11-302-107/+269
| * | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-9/+6
| |\ \ | | |/ | |/|