summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier
2022-12-02Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini
2022-12-02KVM: x86: Advertise that the SMM_CTL MSR is not supportedJim Mattson
2022-12-02KVM: x86: remove unnecessary exportsPaolo Bonzini
2022-12-02KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itselfYuan ZhaoXiong
2022-11-30KVM: x86: Use current rather than snapshotted TSC frequency if it is constantAnton Romanov
2022-11-30KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helperSean Christopherson
2022-11-30KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bitsSean Christopherson
2022-11-30KVM: VMX: Make vmread_error_trampoline() uncallable from C codeSean Christopherson
2022-11-30KVM: nVMX: Reword comments about generating nested CR0/4 read shadowsSean Christopherson
2022-11-30KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson
2022-11-30KVM: VMX: Guest usage of IA32_SPEC_CTRL is likelyJim Mattson
2022-11-30KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check failsSean Christopherson
2022-11-30KVM: SVM: Replace kmap_atomic() with kmap_local_page()Zhao Liu
2022-11-30KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson
2022-11-30KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson
2022-11-30KVM: x86: Keep the lock order consistent between SRCU and gpc spinlockPeng Hao
2022-11-30KVM: VMX: Resume guest immediately when injecting #GP on ECREATESean Christopherson
2022-11-30KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj
2022-11-30KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj
2022-11-30KVM: x86/xen: add support for 32-bit guests in SCHEDOP_pollMetin Kaya
2022-11-30KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULTPaolo Bonzini
2022-11-30KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULTPaolo Bonzini
2022-11-30KVM: Shorten gfn_to_pfn_cache function namesMichal Luczaj
2022-11-30KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundaryDavid Woodhouse
2022-11-30KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configuredDavid Woodhouse
2022-11-30KVM: x86/xen: Compatibility fixes for shared runstate areaDavid Woodhouse
2022-11-28KVM: x86: Advertise PREFETCHIT0/1 CPUID to user spaceJiaxi Chen
2022-11-28KVM: x86: Advertise AVX-NE-CONVERT CPUID to user spaceJiaxi Chen
2022-11-28KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user spaceJiaxi Chen
2022-11-28x86: KVM: Advertise AVX-IFMA CPUID to user spaceJiaxi Chen
2022-11-28x86: KVM: Advertise AMX-FP16 CPUID to user spaceChang S. Bae
2022-11-28x86: KVM: Advertise CMPccXADD CPUID to user spaceJiaxi Chen
2022-11-28KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafsSean Christopherson
2022-11-28KVM: x86: Add BUILD_BUG_ON() to detect bad usage of "scattered" flagsSean Christopherson
2022-11-28KVM: x86/xen: Add CPL to Xen hypercall tracepointDavid Woodhouse
2022-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-11-23Merge branch 'kvm-dwmw2-fixes' into HEADPaolo Bonzini
2022-11-23Merge branch 'kvm-dwmw2-fixes' into HEADPaolo Bonzini
2022-11-23KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0David Woodhouse
2022-11-23KVM: x86/xen: Validate port number in SCHEDOP_pollDavid Woodhouse
2022-11-23KVM: x86/mmu: Fix race condition in direct_page_faultKazuki Takiguchi
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar