1. 002c5f7 KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot by Sean Christopherson · 5 years ago
  2. 541ab2a KVM: x86: work around leak of uninitialized stack contents by Fuqian Huang · 5 years ago
  3. f7eea63 KVM: nVMX: handle page fault in vmread by Paolo Bonzini · 5 years ago
  4. 75ee23b KVM: x86: Don't update RIP or do single-step on faulting emulation by Sean Christopherson · 5 years ago
  5. ea15298 KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.nested is disabled by Vitaly Kuznetsov · 5 years ago
  6. d012a06 Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot" by Paolo Bonzini · 5 years ago
  7. c8e174b KVM: x86: svm: remove redundant assignment of var new_entry by Miaohe Lin · 5 years ago
  8. b14c876 kvm: x86: skip populating logical dest map if apic is not sw enabled by Radim Krcmar · 5 years ago
  9. 0e1c438 Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  10. 3e7093d KVM: no need to check return value of debugfs_create functions by Greg KH · 5 years ago
  11. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  12. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  13. a48d06f KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire by Wanpeng Li · 5 years ago
  14. 266e85a KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption by Wanpeng Li · 5 years ago
  15. 2f5947d Documentation: move Documentation/virtual to Documentation/virt by Christoph Hellwig · 5 years ago
  16. c6bf2ae KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free by Jan Kiszka · 5 years ago
  17. d9a710e KVM: X86: Dynamically allocate user_fpu by Wanpeng Li · 5 years ago
  18. e751732 KVM: X86: Fix fpu state crash in kvm guest by Wanpeng Li · 5 years ago
  19. ec26947 Revert "kvm: x86: Use task structs fpu field for user" by Paolo Bonzini · 5 years ago
  20. cf64527 KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested by Jan Kiszka · 5 years ago
  21. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  22. 30cd860 KVM: x86: Add fixed counters to PMU filter by Eric Hankland · 5 years ago
  23. 88dddc1 KVM: nVMX: do not use dangling shadow VMCS after guest reset by Paolo Bonzini · 5 years ago
  24. 3b20e03 KVM: VMX: dump VMCS on failed entry by Paolo Bonzini · 5 years ago
  25. 6fc3977 KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed by Like Xu · 5 years ago
  26. 118154b KVM: SVM: Fix detection of AMD Errata 1096 by Liran Alon · 5 years ago
  27. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 6 years ago
  28. 19f2d8f x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 by Josh Poimboeuf · 5 years ago
  29. d99a6ce x86/kvm: Fix fastop function ELF metadata by Josh Poimboeuf · 5 years ago
  30. 4d151bf KVM: LAPIC: Make lapic timer unpinned by Wanpeng Li · 6 years ago
  31. 4d1a082d KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters by Like Xu · 5 years ago
  32. 6694e48 KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS by Liran Alon · 5 years ago
  33. 0d88800 kvm: x86: ioapic and apic debug macros cleanup by Yi Wang · 6 years ago
  34. 9a5611a kvm: x86: some tsc debug cleanup by Yi Wang · 6 years ago
  35. 9481b7f kvm: vmx: fix coccinelle warnings by Yi Wang · 5 years ago
  36. a6a6d3b x86: kvm: avoid constant-conversion warning by Arnd Bergmann · 5 years ago
  37. f4e4805e x86: kvm: avoid -Wsometimes-uninitized warning by Arnd Bergmann · 5 years ago
  38. 0b77462 KVM: x86: expose AVX512_BF16 feature to guest by Jing Liu · 6 years ago
  39. 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  40. 39656e8 mm: lift the x86_32 PAE version of gup_get_pte to common code by Christoph Hellwig · 5 years ago
  41. a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  42. d7a0888 KVM: x86: Unconditionally enable irqs in guest context by Sean Christopherson · 6 years ago
  43. 66bb8a0 KVM: x86: PMU Event Filter by Eric Hankland · 6 years ago
  44. cdc238e kvm: x86: Fix -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  45. 13324c4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  46. 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  47. 548f7fb KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane by Wanpeng Li · 6 years ago
  48. 01402cf kvm: LAPIC: write down valid APIC registers by Paolo Bonzini · 6 years ago
  49. 101628d KVM: LAPIC: ARBPRI is a reserved register for x2APIC by Paolo Bonzini · 6 years ago
  50. 1ef23e1 KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests by Krish Sadhukhan · 6 years ago
  51. f087a02 KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT by Sean Christopherson · 6 years ago
  52. 335e192 KVM: x86: add tracepoints around __direct_map and FNAME(fetch) by Paolo Bonzini · 6 years ago
  53. e9f2a76 KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON by Paolo Bonzini · 6 years ago
  54. d679b32 KVM: x86: remove now unneeded hugepage gfn adjustment by Paolo Bonzini · 6 years ago
  55. 3fcf2d1 KVM: x86: make FNAME(fetch) and __direct_map more similar by Paolo Bonzini · 6 years ago
  56. 43fdcda kvm: x86: Do not release the page inside mmu_set_spte() by Junaid Shahid · 6 years ago
  57. 60cec43 KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param by Paolo Bonzini · 6 years ago
  58. 50a9e1a KVM: cpuid: rename do_cpuid_1_ent by Paolo Bonzini · 6 years ago
  59. d9aadaf KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent by Paolo Bonzini · 6 years ago
  60. 54d360d KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs by Paolo Bonzini · 6 years ago
  61. ab8bcf6 KVM: cpuid: do_cpuid_ent works on a whole CPUID function by Paolo Bonzini · 6 years ago
  62. 7be373b KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk by Wanpeng Li · 6 years ago
  63. d647eb6 KVM: svm: add nrips module parameter by Paolo Bonzini · 6 years ago
  64. dd2cb34 clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic by Michael Kelley · 6 years ago
  65. 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 6 years ago
  66. bb34e69 KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC by Wanpeng Li · 6 years ago
  67. 323d73a KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS by Liran Alon · 6 years ago
  68. 65b712f1 KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM by Liran Alon · 6 years ago
  69. 3f16a5c KVM: x86: degrade WARN to pr_warn_ratelimited by Paolo Bonzini · 6 years ago
  70. c550505 kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID by Jim Mattson · 6 years ago
  71. b119019 kvm: nVMX: Remove unnecessary sync_roots from handle_invept by Jim Mattson · 6 years ago
  72. 32b72ec KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest by Wanpeng Li · 6 years ago
  73. 7150629 KVM: X86: Implement PV sched yield hypercall by Wanpeng Li · 6 years ago
  74. 11e3491 x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use by Vitaly Kuznetsov · 6 years ago
  75. a21a39c x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH by Vitaly Kuznetsov · 6 years ago
  76. 95c5c7c KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST by Paolo Bonzini · 6 years ago
  77. e8a70bd KVM: nVMX: allow setting the VMFUNC controls MSR by Paolo Bonzini · 6 years ago
  78. 6defc59 KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS by Paolo Bonzini · 6 years ago
  79. 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
  80. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  81. b3e9783 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  82. 9fd5887 KVM: nVMX: reorganize initial steps of vmx_set_nested_state by Paolo Bonzini · 6 years ago
  83. a251fb90 KVM: x86: Fix apic dangling pointer in vcpu by Saar Amar · 6 years ago
  84. 4d763b1 KVM: VMX: check CPUID before allowing read/write of IA32_XSS by Wanpeng Li · 6 years ago
  85. acec0ce x86/cpufeatures: Combine word 11 and 12 into a new scattered features word by Fenghua Yu · 6 years ago
  86. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  87. b6b80c7 KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT by Sean Christopherson · 6 years ago
  88. 6ca00df KVM: x86: Modify struct kvm_nested_state to have explicit fields for data by Liran Alon · 6 years ago
  89. eceb997 KVM: nVMX: shadow pin based execution controls by Paolo Bonzini · 6 years ago
  90. 804939e KVM: VMX: Leave preemption timer running when it's disabled by Sean Christopherson · 6 years ago
  91. 9d99cc4 KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs' by Sean Christopherson · 6 years ago
  92. 469debd KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP by Sean Christopherson · 6 years ago
  93. de0286b KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02 by Sean Christopherson · 6 years ago
  94. 3af80fe KVM: VMX: Explicitly initialize controls shadow at VMCS allocation by Sean Christopherson · 6 years ago
  95. ae81d08 KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch by Sean Christopherson · 6 years ago
  96. 09e226c KVM: nVMX: Shadow VMCS controls on a per-VMCS basis by Sean Christopherson · 6 years ago
  97. fe7f895d KVM: VMX: Shadow VMCS secondary execution controls by Sean Christopherson · 6 years ago
  98. 2183f56 KVM: VMX: Shadow VMCS primary execution controls by Sean Christopherson · 6 years ago
  99. c5f2c76 KVM: VMX: Shadow VMCS pin controls by Sean Christopherson · 6 years ago
  100. 70f932e KVM: VMX: Add builder macros for shadowing controls by Sean Christopherson · 6 years ago