aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini1-2/+2
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini1-17/+34
2020-06-01KVM: nSVM: remove unnecessary ifPaolo Bonzini1-2/+1
2020-06-01KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini1-1/+4
2020-06-01KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini1-1/+9
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini1-2/+2
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini1-1/+2
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini1-11/+5
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini1-14/+0
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini1-9/+0
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini1-12/+12
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson1-1/+1
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini1-1/+1
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini1-1/+1
2020-05-15KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit1-2/+0
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit1-8/+2
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li1-8/+7
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson1-1/+1
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson1-5/+0
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson1-5/+0
2020-05-13KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson1-11/+0
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini1-3/+0
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini1-5/+20
2020-05-13KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini1-6/+17
2020-05-13KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checksPaolo Bonzini1-11/+40
2020-05-13KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()Paolo Bonzini1-8/+0
2020-05-13KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is setPaolo Bonzini1-0/+3
2020-05-13KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowedPaolo Bonzini1-1/+1
2020-05-13KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of intSean Christopherson1-8/+8
2020-05-13KVM: SVM: Implement check_nested_events for NMICathy Avery1-4/+2
2020-05-13KVM: SVM: introduce nested_run_pendingPaolo Bonzini1-0/+1
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini1-14/+24
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini1-8/+21
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini1-7/+2
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini1-0/+2
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini1-8/+5
2020-04-21KVM: SVM: avoid infinite loop on NPF from bad addressPaolo Bonzini1-0/+7
2020-04-21KVM: X86: Improve latency for single target IPI fastpathWanpeng Li1-8/+16
2020-04-21KVM: SVM: Use do_machine_check to pass MCE to the hostUros Bizjak1-5/+21
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson1-0/+1
2020-04-21KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson1-1/+1
2020-04-21KVM: SVM: Document the ASID logic in svm_flush_tlb()Sean Christopherson1-0/+7
2020-04-21KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()Sean Christopherson1-6/+1
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson1-3/+3
2020-04-20KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson1-0/+6
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak1-1/+1
2020-04-15KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak1-1/+0
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini1-7/+0
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak1-89/+3
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel1-1220/+21