summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2019-09-11kvm: Nested KVM MMUs need PAE root tooJiří Paleček1-8/+22
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2-0/+8
2019-09-11KVM: x86: always stop emulation on page faultJan Dakinevich1-1/+3
2019-09-11KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2-8/+16
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson3-123/+152
2019-09-11x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter1-1/+1
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2-5/+15
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson3-54/+39
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson4-78/+58
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu4-31/+23
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu3-7/+8
2019-09-10KVM: X86: Remove tailing newline for tracepointsPeter Xu1-2/+2
2019-09-10KVM: X86: Trace vcpu_id for vmexitPeter Xu1-1/+4
2019-09-10KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson1-3/+8
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2-2/+8
2019-08-22KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson1-2/+2
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2-0/+6
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2-0/+21
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson1-10/+3
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson1-8/+8
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson3-8/+11
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2-2/+2
2019-08-22x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov1-10/+10
2019-08-22x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov1-22/+14
2019-08-22x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov1-11/+0
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov3-1/+29
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov1-0/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov3-21/+37
2019-08-22x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov1-1/+1
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson1-1/+1
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+13
2019-08-22KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini1-4/+9
2019-08-22KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini1-8/+13
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini1-32/+1
2019-08-14KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin1-1/+0
2019-08-14kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar1-0/+5
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2-16/+34
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH1-28/+13
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-5/+0
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li3-0/+28
2019-08-05KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li1-8/+0
2019-07-24KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li1-1/+2
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig1-1/+1
2019-07-22KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka1-0/+2
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li3-4/+26
2019-07-22KVM: X86: Fix fpu state crash in kvm guestWanpeng Li1-3/+6
2019-07-22Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini1-2/+2
2019-07-22KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka1-0/+2
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-16/+34
2019-07-20KVM: x86: Add fixed counters to PMU filterEric Hankland1-4/+19