summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2613-381/+303
|\
| * KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
| * KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
| * KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-222-9/+28
| * KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson2021-02-222-2/+2
| * KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
| * KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-191-20/+15
| * KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2021-02-192-47/+17
| * KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-194-151/+36
| * KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-194-5/+65
| * KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson2021-02-191-4/+11
| * KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-193-71/+22
| * KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-192-11/+3
| * KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson2021-02-191-1/+4
| * KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
| * KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson2021-02-193-12/+14
| * KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson2021-02-191-9/+15
| * KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2021-02-192-15/+24
| * KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson2021-02-191-1/+2
| * KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
| * KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
| * KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
| * KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
| * KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
| * KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-183-6/+3
| * KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2144-1342/+2929
|\|
| * KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytesSean Christopherson2021-02-111-5/+6
| * KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun2021-02-111-1/+1
| * KVM: x86/xen: Allow reset of Xen attributesDavid Woodhouse2021-02-091-10/+28
| * KVM: x86/mmu: Make HVA handler retpoline-friendlyMaciej S. Szmigiero2021-02-092-15/+22
| * KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helperVitaly Kuznetsov2021-02-091-7/+4
| * KVM: x86: hyper-v: Allocate Hyper-V context lazilyVitaly Kuznetsov2021-02-093-18/+26
| * KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-095-7/+29
| * KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov2021-02-093-11/+25
| * KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov2021-02-095-14/+29
| * KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov2021-02-095-11/+21
| * KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variableVitaly Kuznetsov2021-02-091-6/+5
| * KVM: x86: hyper-v: Introduce to_kvm_hv() helperVitaly Kuznetsov2021-02-094-53/+64
| * KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()Vitaly Kuznetsov2021-02-092-5/+5
| * KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()Vitaly Kuznetsov2021-02-092-21/+21
| * KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()Vitaly Kuznetsov2021-02-094-20/+20
| * KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()Vitaly Kuznetsov2021-02-092-14/+14
| * KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()Vitaly Kuznetsov2021-02-091-5/+0
| * KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini2021-02-093-29/+20
| * KVM: x86: reading DR cannot failPaolo Bonzini2021-02-093-8/+6
| * KVM: SVM: Remove an unnecessary forward declarationSean Christopherson2021-02-091-2/+0
| * KVM: SVM: Move AVIC vCPU kicking snippet to helper functionSean Christopherson2021-02-091-16/+19
| * KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson2021-02-091-2/+2
| * KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulationSean Christopherson2021-02-091-4/+4