summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-09-28KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson
2020-09-28KVM: VMX: Rename ops.h to vmx_ops.hSean Christopherson
2020-09-28KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li
2020-09-28KVM: x86/mmu: Bail early from final #PF handling on spurious faultsSean Christopherson
2020-09-28KVM: x86/mmu: Return unique RET_PF_* values if the fault was fixedSean Christopherson
2020-09-28KVM: x86/mmu: Invert RET_PF_* check when falling through to emulationSean Christopherson
2020-09-28KVM: x86/mmu: Return -EIO if page fault returns RET_PF_INVALIDSean Christopherson
2020-09-28KVM: x86/MMU: Recursively zap nested TDP SPs when zapping last/only parentBen Gardon
2020-09-28KVM: x86/mmu: Move flush logic from mmu_page_zap_pte() to FNAME(invlpg)Sean Christopherson
2020-09-28KVM: x86: hyper-v: disallow configuring SynIC timers with no SynICVitaly Kuznetsov
2020-09-28KVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mmu_free_roots()Sean Christopherson
2020-09-28KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctlsSean Christopherson
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson
2020-09-28KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCIDSean Christopherson
2020-09-28KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*()Sean Christopherson
2020-09-28cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang
2020-09-28KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base checkSean Christopherson
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson
2020-09-28KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper functionSean Christopherson
2020-09-28KVM: x86: Unexport cpuid_query_maxphyaddr()Sean Christopherson
2020-09-28KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR checkSean Christopherson
2020-09-28KVM: VMX: Do not perform emulation for INVD interceptTom Lendacky
2020-09-28KVM: SEV: shorten comments around sev_clflush_pagesPaolo Bonzini
2020-09-28KVM: SVM: Mark SEV launch secret pages as dirty.Cfir Cohen
2020-09-28KVM: nVMX: Add VM-Enter failed tracepoints for super early checksSean Christopherson
2020-09-28KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan
2020-09-28KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo
2020-09-28KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson
2020-09-28KVM: SVM: Add tracepoint for cr_interceptionHaiwei Li
2020-09-28KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()Wanpeng Li
2020-09-28KVM: VMX: Invoke NMI handler via indirect call instead of INTnSean Christopherson
2020-09-28KVM: VMX: Move IRQ invocation to assembly subroutineSean Christopherson
2020-09-28KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_page()Haiwei Li
2020-09-28KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...Krish Sadhukhan
2020-09-28KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky
2020-09-28KVM: SVM: Enable INVPCID feature on AMDBabu Moger
2020-09-28KVM: X86: Move handling of INVPCID types to x86Babu Moger
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger
2020-09-28KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_interceptBabu Moger
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger
2020-09-28KVM: nSVM: Remove unused fieldBabu Moger
2020-09-28KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky
2020-09-28KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky