Age | Commit message (Expand) | Author |
2019-08-09 | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini |
2019-08-05 | KVM: no need to check return value of debugfs_create functions | Greg KH |
2019-08-05 | KVM: remove kvm_arch_has_vcpu_debugfs() | Paolo Bonzini |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li |
2019-08-05 | KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire | Wanpeng Li |
2019-07-24 | KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption | Wanpeng Li |
2019-07-24 | Documentation: move Documentation/virtual to Documentation/virt | Christoph Hellwig |
2019-07-22 | KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free | Jan Kiszka |
2019-07-22 | KVM: X86: Dynamically allocate user_fpu | Wanpeng Li |
2019-07-22 | KVM: X86: Fix fpu state crash in kvm guest | Wanpeng Li |
2019-07-22 | Revert "kvm: x86: Use task structs fpu field for user" | Paolo Bonzini |
2019-07-22 | KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested | Jan Kiszka |
2019-07-20 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-07-20 | KVM: x86: Add fixed counters to PMU filter | Eric Hankland |
2019-07-20 | KVM: nVMX: do not use dangling shadow VMCS after guest reset | Paolo Bonzini |
2019-07-20 | KVM: VMX: dump VMCS on failed entry | Paolo Bonzini |
2019-07-20 | KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed | Like Xu |
2019-07-20 | KVM: SVM: Fix detection of AMD Errata 1096 | Liran Alon |
2019-07-20 | KVM: LAPIC: Inject timer interrupt via posted interrupt | Wanpeng Li |
2019-07-18 | x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 | Josh Poimboeuf |
2019-07-18 | x86/kvm: Fix fastop function ELF metadata | Josh Poimboeuf |
2019-07-17 | KVM: LAPIC: Make lapic timer unpinned | Wanpeng Li |
2019-07-17 | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters | Like Xu |
2019-07-15 | KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS | Liran Alon |
2019-07-15 | kvm: x86: ioapic and apic debug macros cleanup | Yi Wang |
2019-07-15 | kvm: x86: some tsc debug cleanup | Yi Wang |
2019-07-15 | kvm: vmx: fix coccinelle warnings | Yi Wang |
2019-07-15 | x86: kvm: avoid constant-conversion warning | Arnd Bergmann |
2019-07-15 | x86: kvm: avoid -Wsometimes-uninitized warning | Arnd Bergmann |
2019-07-15 | KVM: x86: expose AVX512_BF16 feature to guest | Jing Liu |
2019-07-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-07-12 | mm: lift the x86_32 PAE version of gup_get_pte to common code | Christoph Hellwig |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini |
2019-07-11 | KVM: x86: Unconditionally enable irqs in guest context | Sean Christopherson |
2019-07-11 | KVM: x86: PMU Event Filter | Eric Hankland |
2019-07-10 | kvm: x86: Fix -Wmissing-prototypes warnings | Yi Wang |
2019-07-08 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-07-08 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-07-05 | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane | Wanpeng Li |
2019-07-05 | kvm: LAPIC: write down valid APIC registers | Paolo Bonzini |
2019-07-05 | KVM: LAPIC: ARBPRI is a reserved register for x2APIC | Paolo Bonzini |
2019-07-05 | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne... | Krish Sadhukhan |
2019-07-05 | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT | Sean Christopherson |
2019-07-05 | KVM: x86: add tracepoints around __direct_map and FNAME(fetch) | Paolo Bonzini |
2019-07-05 | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON | Paolo Bonzini |
2019-07-05 | KVM: x86: remove now unneeded hugepage gfn adjustment | Paolo Bonzini |
2019-07-05 | KVM: x86: make FNAME(fetch) and __direct_map more similar | Paolo Bonzini |
2019-07-05 | kvm: x86: Do not release the page inside mmu_set_spte() | Junaid Shahid |
2019-07-05 | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param | Paolo Bonzini |
2019-07-05 | KVM: cpuid: rename do_cpuid_1_ent | Paolo Bonzini |