summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini2019-08-211-32/+1Star
* KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin2019-08-141-1/+0Star
* 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
| | * x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
* | | KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-28/+13Star
* | | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-5/+0Star
* | | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-053-0/+28
* | | KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li2019-08-051-8/+0Star
* | | KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li2019-07-241-1/+2
* | | Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-1/+1
* | | KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka2019-07-221-0/+2
* | | KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-223-4/+26
* | | KVM: X86: Fix fpu state crash in kvm guestWanpeng Li2019-07-221-3/+6
* | | Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini2019-07-221-2/+2
* | | KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-221-0/+2
|/ /
* | KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-4/+19
* | KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-201-1/+7
* | KVM: VMX: dump VMCS on failed entryPaolo Bonzini2019-07-201-0/+1
* | KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-201-2/+2
* | KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-07-201-7/+35
* | KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-205-36/+75
* | KVM: LAPIC: Make lapic timer unpinnedWanpeng Li2019-07-172-9/+5Star
* | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu2019-07-171-3/+8
* | KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon2019-07-151-1/+4
* | kvm: x86: ioapic and apic debug macros cleanupYi Wang2019-07-152-101/+9Star
* | kvm: x86: some tsc debug cleanupYi Wang2019-07-151-8/+0Star
* | kvm: vmx: fix coccinelle warningsYi Wang2019-07-151-1/+1
* | x86: kvm: avoid constant-conversion warningArnd Bergmann2019-07-151-3/+3
* | x86: kvm: avoid -Wsometimes-uninitized warningArnd Bergmann2019-07-151-11/+9Star
* | KVM: x86: expose AVX512_BF16 feature to guestJing Liu2019-07-151-1/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1326-972/+1564
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1122-154/+91Star
| |\
| * | KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2019-07-112-9/+12
| * | KVM: x86: PMU Event FilterEric Hankland2019-07-113-0/+69
| * | kvm: x86: Fix -Wmissing-prototypes warningsYi Wang2019-07-101-1/+0Star
| * | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insaneWanpeng Li2019-07-051-3/+4
| * | kvm: LAPIC: write down valid APIC registersPaolo Bonzini2019-07-051-12/+32
| * | KVM: LAPIC: ARBPRI is a reserved register for x2APICPaolo Bonzini2019-07-051-1/+5
| * | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan2019-07-051-2/+24
| * | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-051-21/+23
| * | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-053-7/+67
| * | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini2019-07-051-3/+9
| * | KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2019-07-052-7/+4Star
| * | KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2019-07-052-44/+39Star
| * | kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2019-07-052-16/+10Star
| * | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini2019-07-051-8/+3Star
| * | KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini2019-07-051-8/+8