summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2019-11-06KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini
2019-10-11KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson
2019-10-11KVM: X86: Fix userspace set invalid CR4Wanpeng Li
2019-10-07KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernelWanpeng Li
2019-10-05KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptesSean Christopherson
2019-10-05kvm: x86: Add "significant index" flag to a few CPUID leavesJim Mattson
2019-10-05KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf
2019-10-05KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-10-05KVM: x86: always stop emulation on page faultJan Dakinevich
2019-10-05kvm: Nested KVM MMUs need PAE root tooJiří Paleček
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-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-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
2019-08-05KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li
2019-07-24KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig
2019-07-22KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li
2019-07-22KVM: X86: Fix fpu state crash in kvm guestWanpeng Li
2019-07-22Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini
2019-07-22KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20KVM: x86: Add fixed counters to PMU filterEric Hankland
2019-07-20KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini
2019-07-20KVM: VMX: dump VMCS on failed entryPaolo Bonzini
2019-07-20KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu
2019-07-20KVM: SVM: Fix detection of AMD Errata 1096Liran Alon
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-18x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf
2019-07-18x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf
2019-07-17KVM: LAPIC: Make lapic timer unpinnedWanpeng Li
2019-07-17KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu
2019-07-15KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon
2019-07-15kvm: x86: ioapic and apic debug macros cleanupYi Wang
2019-07-15kvm: x86: some tsc debug cleanupYi Wang
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang
2019-07-15x86: kvm: avoid constant-conversion warningArnd Bergmann
2019-07-15x86: kvm: avoid -Wsometimes-uninitized warningArnd Bergmann
2019-07-15KVM: x86: expose AVX512_BF16 feature to guestJing Liu
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds