summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1813-429/+584
|\
| * KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-114-4/+44
| * KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li2019-09-111-0/+1
| * KVM: LAPIC: Micro optimize IPI latencyWanpeng Li2019-09-111-5/+4
| * kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-09-111-8/+22
| * KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-112-0/+8
| * KVM: x86: always stop emulation on page faultJan Dakinevich2019-09-111-1/+3
| * KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-112-8/+16
| * KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-113-123/+152
| * x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter2019-09-111-1/+1
| * KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-112-5/+15
| * KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-103-54/+39
| * KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-104-78/+58
| * KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-104-31/+23
| * KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-103-7/+8
| * KVM: X86: Remove tailing newline for tracepointsPeter Xu2019-09-101-2/+2
| * KVM: X86: Trace vcpu_id for vmexitPeter Xu2019-09-101-1/+4
| * KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-09-101-3/+8
| * KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-102-2/+8
| * KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson2019-08-221-2/+2
| * KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2019-08-222-0/+6
| * KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2019-08-222-0/+21
| * KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson2019-08-221-10/+3
| * KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson2019-08-221-8/+8
| * KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-223-8/+11
| * KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-222-2/+2
| * x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov2019-08-221-10/+10
| * x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov2019-08-221-22/+14
| * x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov2019-08-221-11/+0
| * x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-223-1/+29
| * x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov2019-08-221-0/+1
| * x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-223-21/+37
| * x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov2019-08-221-1/+1
| * KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson2019-08-221-1/+1
| * KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2019-08-222-0/+13
| * KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini2019-08-221-4/+9
| * KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini2019-08-221-8/+13
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \
| * | KVM: LAPIC: Mark hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-3/+3
* | | KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-141-2/+99
* | | KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-141-0/+7
* | | KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-141-1/+3
* | | KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-08-271-4/+5
* | | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov2019-08-273-8/+6
| |/ |/|
* | Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini2019-08-211-32/+1
* | KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin2019-08-141-1/+0
* | kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-08-141-0/+5
* | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-092-16/+34
|\|
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-202-16/+34
| |\
| | * x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3