summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
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: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang
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
2020-09-28KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky
2020-09-28KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky
2020-09-28KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li
2020-09-28KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li
2020-09-28KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when settingWanpeng Li
2020-09-28KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...Wanpeng Li
2020-09-28KVM: LAPIC: Fix updating DFR missing apic map recalculationWanpeng Li
2020-09-28KVM: nVMX: Simplify the initialization of nested_vmx_msrsChenyi Qiang
2020-09-28KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabledChenyi Qiang
2020-09-28KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov