summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson2020-05-134-29/+5
* KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson2020-05-133-4/+3
* KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson2020-05-133-6/+17
* KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exceptionSean Christopherson2020-05-131-1/+1
* KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini2020-05-133-6/+14
* kvm/eventfd: remove unneeded conversion to boolJason Yan2020-05-131-1/+1
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-1311-43/+38
* rcuwait: Introduce rcuwait_active()Davidlohr Bueso2020-05-131-0/+9
* rcuwait: Introduce prepare_to and finish_rcuwaitDavidlohr Bueso2020-05-131-5/+16
* rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso2020-05-132-3/+6
* rcuwait: Fix stale wake call name in commentDavidlohr Bueso2020-05-131-1/+1
* KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini2020-05-134-35/+49
* KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()Sean Christopherson2020-05-131-1/+1
* KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()Sean Christopherson2020-05-131-9/+10
* KVM: x86: WARN on injected+pending exception even in nested caseSean Christopherson2020-05-131-1/+3
* KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behaviorPaolo Bonzini2020-05-131-3/+9
* KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini2020-05-133-11/+22
* KVM: nVMX: Prioritize SMI over nested IRQ/NMISean Christopherson2020-05-131-0/+6
* KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behaviorSean Christopherson2020-05-131-2/+7
* KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checksPaolo Bonzini2020-05-132-11/+43
* KVM: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson2020-05-132-13/+24
* KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()Paolo Bonzini2020-05-133-8/+21
* KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is setPaolo Bonzini2020-05-133-5/+8
* KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is setSean Christopherson2020-05-133-5/+8
* KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowedPaolo Bonzini2020-05-133-5/+5
* KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of intSean Christopherson2020-05-133-18/+18
* KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit setSean Christopherson2020-05-131-0/+2
* KVM: nVMX: Open a window for pending nested VMX preemption timerSean Christopherson2020-05-133-2/+18
* KVM: nVMX: Preserve exception priority irrespective of exiting behaviorSean Christopherson2020-05-131-5/+7
* KVM: SVM: Implement check_nested_events for NMICathy Avery2020-05-133-19/+23
* KVM: SVM: immediately inject INTR vmexitPaolo Bonzini2020-05-131-3/+3
* KVM: SVM: leave halted state on vmexitPaolo Bonzini2020-05-131-0/+3
* KVM: SVM: introduce nested_run_pendingPaolo Bonzini2020-05-133-1/+8
* Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-134723-69549/+185187
|\
| * KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-133-18/+18
| * KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit2020-05-081-1/+12
| * KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-084-5/+16
| * KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-082-2/+24
| * KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini2020-05-085-30/+32
| * KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini2020-05-085-28/+21
| * KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini2020-05-071-0/+8
| * KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu2020-05-074-0/+192
| * KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu2020-05-071-1/+1
| * KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu2020-05-071-1/+1
| * KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini2020-05-073-11/+9
| * KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-073-0/+3
| * KVM: selftests: Fix build for evmcs.hPeter Xu2020-05-062-2/+5
| * kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini2020-05-061-15/+5
| * KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson2020-05-061-0/+3
| * docs/virt/kvm: Document configuring and running nested guestsKashyap Chamarthy2020-05-062-0/+278