summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu2019-11-154-5/+27
* KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu2019-11-155-17/+18
* KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPRLiran Alon2019-11-153-1/+10
* KVM: VMX: Refactor update_cr8_intercept()Liran Alon2019-11-151-6/+3
* KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handlerLiran Alon2019-11-151-2/+1
* KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipiMiaohe Lin2019-11-151-36/+29
* KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin2019-11-151-4/+2
* KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNALLiran Alon2019-11-151-0/+1
* KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon2019-11-153-3/+12
* KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMMLiran Alon2019-11-151-6/+7
* x86: retpolines: eliminate retpoline from msr event handlersAndrea Arcangeli2019-11-151-0/+11
* KVM: retpolines: x86: eliminate retpoline from svm.c exit handlersAndrea Arcangeli2019-11-151-0/+12
* KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlersAndrea Arcangeli2019-11-151-2/+16
* KVM: x86: optimize more exit handlers in vmx.cAndrea Arcangeli2019-11-151-25/+5
* KVM: x86: get rid of odd out jump label in pdptrs_changedMiaohe Lin2019-11-111-5/+2
* KVM: x86: switch KVMCLOCK base to monotonic raw clockMarcelo Tosatti2019-11-021-22/+37
* x86/kvm: Fix -Wmissing-prototypes warningsYi Wang2019-10-251-0/+1
* kvm: svm: Update svm_xsaves_supportedAaron Lewis2019-10-221-1/+1
* kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_commonAaron Lewis2019-10-222-18/+20
* KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis2019-10-224-62/+34
* KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on IntelAaron Lewis2019-10-221-7/+18
* KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMDAaron Lewis2019-10-221-0/+23
* KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis2019-10-221-11/+5
* KVM: VMX: Fix conditions for guest IA32_XSS supportAaron Lewis2019-10-221-13/+11
* KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis2019-10-223-0/+9
* KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()Xiaoyao Li2019-10-223-6/+7
* KVM: VMX: Initialize vmx->guest_msrs[] right after allocationXiaoyao Li2019-10-221-18/+16
* KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup()Xiaoyao Li2019-10-221-1/+0
* KVM: VMX: Write VPID to vmcs when creating vcpuXiaoyao Li2019-10-221-3/+3
* KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu2019-10-222-11/+6
* KVM: remove redundant code in kvm_arch_vm_ioctlMiaohe Lin2019-10-221-3/+0
* kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee2019-10-224-5/+5
* KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson2019-10-224-17/+8
* KVM: x86: Add helpers to test/mark reg availability and dirtinessSean Christopherson2019-10-224-32/+49
* KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'Sean Christopherson2019-10-222-4/+2
* KVM: x86: Add WARNs to detect out-of-bounds register indicesSean Christopherson2019-10-222-8/+10
* KVM: VMX: Optimize vmx_set_rflags() for unrestricted guestSean Christopherson2019-10-221-2/+9
* KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessorsSean Christopherson2019-10-221-9/+11
* KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-dateSean Christopherson2019-10-221-3/+5
* KVM: SVM: Reduce WBINVD/DF_FLUSH invocationsTom Lendacky2019-10-221-15/+66
* KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-15/+0
* KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-EnterSean Christopherson2019-10-222-3/+17
* KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSHTom Lendacky2019-10-221-0/+20
* KVM: SVM: Serialize access to the SEV ASID bitmapTom Lendacky2019-10-221-12/+17
* kvm: clear kvmclock MSR on resetPaolo Bonzini2019-10-221-5/+3
* KVM: x86: fix bugon.cocci warningskbuild test robot2019-10-221-2/+1
* KVM: VMX: Remove specialized handling of unexpected exit-reasonsLiran Alon2019-10-221-12/+0
* kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson2019-10-221-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-206-38/+84
|\
| * x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan2019-10-181-24/+24