summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar
2019-11-23KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson
2019-11-23KVM: x86: Open code shared_msr_update() in its only callerSean Christopherson
2019-11-23KVM: x86: Remove a spurious export of a static functionSean Christopherson
2019-11-21KVM: x86: remove set but not used variable 'called'Mao Wenan
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionalityPaolo Bonzini
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini
2019-11-21KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini
2019-11-21KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini
2019-11-20KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()Liran Alon
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu
2019-11-15KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu
2019-11-15KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon
2019-11-15KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMMLiran Alon
2019-11-13KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()Xiaoyao Li
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-12KVM: X86: Fix initialization of MSR listsChenyi Qiang
2019-11-11KVM: x86: get rid of odd out jump label in pdptrs_changedMiaohe Lin
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-02KVM: x86: switch KVMCLOCK base to monotonic raw clockMarcelo Tosatti
2019-10-28kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson
2019-10-22kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_commonAaron Lewis
2019-10-22KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis
2019-10-22KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis
2019-10-22KVM: remove redundant code in kvm_arch_vm_ioctlMiaohe Lin
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee
2019-10-22KVM: x86: Add helpers to test/mark reg availability and dirtinessSean Christopherson
2019-10-22kvm: clear kvmclock MSR on resetPaolo Bonzini
2019-10-22KVM: x86: fix bugon.cocci warningskbuild test robot
2019-10-17x86: xen: kvm: Gather the definition of emulate prefixesMasami Hiramatsu
2019-10-04KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini
2019-10-03KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini
2019-09-26KVM: X86: Fix userspace set invalid CR4Wanpeng Li
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-24KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"Sean Christopherson
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu
2019-09-24KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson
2019-09-24KVM: x86: Move triple fault request into RM int injectionSean Christopherson
2019-09-24KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson
2019-09-24KVM: x86: Exit to userspace on emulation skip failureSean Christopherson
2019-09-24KVM: x86: Move #UD injection for failed emulation into emulation codeSean Christopherson
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson