summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner
2020-07-09x86/kvm/svm: Add hardirq tracing on guest enter/exitThomas Gleixner
2020-07-09x86/kvm/vmx: Add hardirq tracing to guest enter/exitThomas Gleixner
2020-07-09x86/kvm: Move context tracking where it belongsThomas Gleixner
2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky
2020-07-09KVM/x86: pmu: Fix #GP condition check for RDPMC emulationLike Xu
2020-07-09KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov
2020-07-09KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpu...Xiaoyao Li
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li
2020-07-09KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()Xiaoyao Li
2020-07-09KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li
2020-07-09KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li
2020-07-09KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()Xiaoyao Li
2020-07-08KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()Xiaoyao Li
2020-07-08KVM: X86: Go on updating other CPUID leaves when leaf 1 is absentXiaoyao Li
2020-07-08KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* failsXiaoyao Li
2020-07-08kvm: x86: limit the maximum number of vPMU fixed counters to 3Like Xu
2020-07-08KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan
2020-07-08KVM: x86: Make CR4.VMXE reserved for the guestPaolo Bonzini
2020-07-08KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan
2020-07-08kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changesJim Mattson
2020-07-08xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan
2020-07-08x86/kvm: Change print code to use pr_*() formatZhenzhong Duan
2020-07-08Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan
2020-07-08KVM: x86/mmu: Rename page_header() to to_shadow_page()Sean Christopherson
2020-07-08KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookupSean Christopherson
2020-07-08KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson
2020-07-08KVM: x86/mmu: Add MMU-internal headerSean Christopherson
2020-07-08KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson
2020-07-08KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directorySean Christopherson
2020-07-08KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() errorSean Christopherson
2020-07-08KVM: x86/mmu: Batch zap MMU pages when shrinking the slabSean Christopherson
2020-07-08KVM: x86/mmu: Batch zap MMU pages when recycling oldest pagesSean Christopherson
2020-07-08KVM: x86/mmu: Don't put invalid SPs back on the list of active pagesSean Christopherson
2020-07-08KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUsSean Christopherson
2020-07-08KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()Sean Christopherson
2020-07-08KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak
2020-07-08KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()Joerg Roedel
2020-07-08KVM: SVM: Add svm_ prefix to set/clr/is_intercept()Joerg Roedel
2020-07-08KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel
2020-07-08KVM: SVM: Rename struct nested_state to svm_nested_stateJoerg Roedel
2020-07-08KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperSean Christopherson
2020-07-08kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson
2020-07-08kvm: svm: Always set svm->last_cpu on VMRUNJim Mattson
2020-07-08kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()Jim Mattson
2020-07-08KVM: x86: report sev_pin_memory errors with PTR_ERRPaolo Bonzini