summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon
2019-09-11KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li
2019-09-11KVM: LAPIC: Micro optimize IPI latencyWanpeng Li
2019-09-11kvm: Nested KVM MMUs need PAE root tooJiří Paleček
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-09-11KVM: x86: always stop emulation on page faultJan Dakinevich
2019-09-11KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson
2019-09-11x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu
2019-09-10KVM: X86: Remove tailing newline for tracepointsPeter Xu
2019-09-10KVM: X86: Trace vcpu_id for vmexitPeter Xu
2019-09-10KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf
2019-08-27KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov
2019-08-22KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson
2019-08-22x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov
2019-08-22x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov
2019-08-22x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov
2019-08-22x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-08-22KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini
2019-08-22KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini
2019-08-14KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin
2019-08-14kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li