1. b936d3e KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID by Sean Christopherson · 4 years, 6 months ago
  2. becdad8 KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*() by Sean Christopherson · 4 years, 6 months ago
  3. b785a44 cpuidle-haltpoll: fix error comments in arch_haltpoll_disable by Li Qiang · 4 years, 6 months ago
  4. 7096cbf KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check by Sean Christopherson · 4 years, 6 months ago
  5. dc46515 KVM: x86: Move illegal GPA helper out of the MMU code by Sean Christopherson · 4 years, 6 months ago
  6. 1cc6cbc KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function by Sean Christopherson · 4 years, 6 months ago
  7. 526ad23 KVM: x86: Unexport cpuid_query_maxphyaddr() by Sean Christopherson · 4 years, 6 months ago
  8. 8d921ac KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check by Sean Christopherson · 4 years, 6 months ago
  9. 28e2b2f KVM: VMX: Do not perform emulation for INVD intercept by Tom Lendacky · 4 years, 6 months ago
  10. 14e3dd8 KVM: SEV: shorten comments around sev_clflush_pages by Paolo Bonzini · 4 years, 6 months ago
  11. 50085be KVM: SVM: Mark SEV launch secret pages as dirty. by Cfir Cohen · 4 years, 7 months ago
  12. fc595f3 KVM: nVMX: Add VM-Enter failed tracepoints for super early checks by Sean Christopherson · 4 years, 7 months ago
  13. fb0f33f KVM: nSVM: CR3 MBZ bits are only 63:52 by Krish Sadhukhan · 4 years, 7 months ago
  14. a9e2e0a KVM: x86: emulating RDPID failure shall return #UD rather than #GP by Robert Hoo · 4 years, 7 months ago
  15. 25bb2cf KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI by Sean Christopherson · 4 years, 7 months ago
  16. 0b7aa58 KVM: MIPS: clean up redundant kvm_run parameters in assembly by Tianjia Zhang · 4 years, 9 months ago
  17. 95b28ac KVM: SVM: Add tracepoint for cr_interception by Haiwei Li · 4 years, 7 months ago
  18. 4e810ad KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run() by Wanpeng Li · 4 years, 6 months ago
  19. 1a5488e KVM: VMX: Invoke NMI handler via indirect call instead of INTn by Sean Christopherson · 4 years, 6 months ago
  20. 535f7ef KVM: VMX: Move IRQ invocation to assembly subroutine by Sean Christopherson · 4 years, 6 months ago
  21. 09e3e2a KVM: x86: Add kvm_x86_ops hook to short circuit emulation by Sean Christopherson · 4 years, 6 months ago
  22. ae5a2a3 KVM: SVM: use __GFP_ZERO instead of clear_page() by Haiwei Li · 4 years, 6 months ago
  23. bddd82d KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it by Krish Sadhukhan · 4 years, 6 months ago
  24. cc5b54d KVM: x86: fix MSR_IA32_TSC read for nested migration by Maxim Levitsky · 4 years, 6 months ago
  25. 871c433 KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 6 months ago
  26. 4407a79 KVM: SVM: Enable INVPCID feature on AMD by Babu Moger · 4 years, 6 months ago
  27. 9715092 KVM: X86: Move handling of INVPCID types to x86 by Babu Moger · 4 years, 6 months ago
  28. 3f3393b KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c by Babu Moger · 4 years, 6 months ago
  29. 830bd71 KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept by Babu Moger · 4 years, 6 months ago
  30. 4c44e8d KVM: SVM: Add new intercept word in vmcb_control_area by Babu Moger · 4 years, 6 months ago
  31. c62e2e9 KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors by Babu Moger · 4 years, 6 months ago
  32. 9780d51 KVM: SVM: Modify intercept_exceptions to generic intercepts by Babu Moger · 4 years, 6 months ago
  33. 30abaa88 KVM: SVM: Change intercept_dr to generic intercepts by Babu Moger · 4 years, 6 months ago
  34. 03bfeeb KVM: SVM: Change intercept_cr to generic intercepts by Babu Moger · 4 years, 6 months ago
  35. c45ad72 KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept) by Babu Moger · 4 years, 6 months ago
  36. a90c1ed KVM: nSVM: Remove unused field by Babu Moger · 4 years, 6 months ago
  37. 8d22b90 KVM: SVM: refactor exit labels in svm_create_vcpu by Maxim Levitsky · 4 years, 7 months ago
  38. 0681de1 KVM: SVM: use __GFP_ZERO instead of clear_page by Maxim Levitsky · 4 years, 7 months ago
  39. f4c847a KVM: SVM: refactor msr permission bitmap allocation by Maxim Levitsky · 4 years, 7 months ago
  40. 0dd16b5 KVM: nSVM: rename nested vmcb to vmcb12 by Maxim Levitsky · 4 years, 7 months ago
  41. 1feaba1 KVM: SVM: rename a variable in the svm_create_vcpu by Maxim Levitsky · 4 years, 7 months ago
  42. 010fd37 KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns by Wanpeng Li · 4 years, 6 months ago
  43. 68ca7663 KVM: LAPIC: Narrow down the kick target vCPU by Wanpeng Li · 4 years, 6 months ago
  44. 2750383 KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting by Wanpeng Li · 4 years, 6 months ago
  45. a970e9b KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled by Wanpeng Li · 4 years, 6 months ago
  46. ae6f249 KVM: LAPIC: Fix updating DFR missing apic map recalculation by Wanpeng Li · 4 years, 7 months ago
  47. 2fc4f15 kvm/eventfd: move wildcard calculation outside loop by Yi Li · 4 years, 6 months ago
  48. b9757a4 KVM: nVMX: Simplify the initialization of nested_vmx_msrs by Chenyi Qiang · 4 years, 7 months ago
  49. efc8313 KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled by Chenyi Qiang · 4 years, 7 months ago
  50. d5cd6f3 KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state() by Vitaly Kuznetsov · 4 years, 6 months ago
  51. 2e3df76 Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 4 years, 6 months ago
  52. bf3c0e5 Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 6 months ago
  53. cf59eb1 KVM: PPC: Book3S: Fix symbol undeclared warnings by Wang Wensheng · 4 years, 6 months ago
  54. eb17355 KVM: PPC: Book3S: Remove redundant initialization of variable ret by Jing Xiangfeng · 4 years, 6 months ago
  55. 4517076 KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 6 months ago
  56. 32251b0 Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  57. b73815a Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  58. 7d1f869 Revert "KVM: Check the allocation of pv cpu mask" by Vitaly Kuznetsov · 4 years, 6 months ago
  59. 620cf45 KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite() by Marc Zyngier · 4 years, 6 months ago
  60. c4ad98e KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch by Marc Zyngier · 4 years, 6 months ago
  61. 35dfb43 KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDEC by Paul Mackerras · 4 years, 7 months ago
  62. 05e6295 KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest by Fabiano Rosas · 4 years, 6 months ago
  63. 4e1b2ab KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls by Greg Kurz · 4 years, 6 months ago
  64. f20d4e9 docs: kvm: add documentation for KVM_CAP_S390_DIAG318 by Collin Walling · 4 years, 9 months ago
  65. 37f66bb KVM: emulator: more strict rsm checks. by Maxim Levitsky · 4 years, 7 months ago
  66. 3ebb5d2 KVM: nSVM: more strict SMM checks when returning to nested guest by Maxim Levitsky · 4 years, 7 months ago
  67. 772b81b SVM: nSVM: setup nested msr permission bitmap on nested state load by Maxim Levitsky · 4 years, 7 months ago
  68. 9883764 SVM: nSVM: correctly restore GIF on vmexit from nesting after migration by Maxim Levitsky · 4 years, 7 months ago
  69. cc17b22 x86/kvm: don't forget to ACK async PF IRQ by Vitaly Kuznetsov · 4 years, 6 months ago
  70. 244081f x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro by Vitaly Kuznetsov · 4 years, 6 months ago
  71. 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 7 months ago
  72. e42c682 KVM: SVM: avoid emulation with stale next_rip by Wanpeng Li · 4 years, 6 months ago
  73. d831de1 KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN by Vitaly Kuznetsov · 4 years, 6 months ago
  74. 7be7494 KVM: SVM: Periodically schedule when unregistering regions on destroy by David Rientjes · 4 years, 7 months ago
  75. 15e9e35 KVM: MIPS: Change the definition of kvm type by Huacai Chen · 4 years, 6 months ago
  76. f6f6195 kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed by Lai Jiangshan · 4 years, 7 months ago
  77. c6b177a KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control by Chenyi Qiang · 4 years, 7 months ago
  78. f658866 KVM: fix memory leak in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 6 months ago
  79. 0f99022 KVM: Check the allocation of pv cpu mask by Haiwei Li · 4 years, 7 months ago
  80. 43fea4e KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected by Peter Shier · 4 years, 7 months ago
  81. 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 6 months ago
  82. 976bc5e KVM: SVM: Use __packed shorthand by Borislav Petkov · 4 years, 6 months ago
  83. 3702c2f KVM: SVM: Add GHCB Accessor functions by Joerg Roedel · 4 years, 6 months ago
  84. d07f46f KVM: SVM: Add GHCB definitions by Tom Lendacky · 4 years, 6 months ago
  85. 6ccbd29 KVM: SVM: nested: Don't allocate VMCB structures on stack by Joerg Roedel · 4 years, 6 months ago
  86. c48f46a Merge 'x86/cpu' to pick up dependent bits by Borislav Petkov · 4 years, 6 months ago
  87. 28b590f Merge 'x86/kaslr' to pick up dependent bits by Borislav Petkov · 4 years, 6 months ago
  88. f4d51df Linux 5.9-rc4 by Linus Torvalds · 4 years, 6 months ago
  89. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  90. 2ccdd9f Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 6 months ago
  91. 015b315 Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  92. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
  93. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 7 months ago
  94. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 7 months ago
  95. dd9fb9b Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 7 months ago
  96. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 7 months ago
  97. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  98. 428fc0a include/linux/log2.h: add missing () around n in roundup_pow_of_two() by Jason Gunthorpe · 4 years, 7 months ago
  99. e5a59d3 mm/khugepaged.c: fix khugepaged's request size in collapse_file by David Howells · 4 years, 7 months ago
  100. 1774379 mm/hugetlb: fix a race between hugetlb sysctl handlers by Muchun Song · 4 years, 7 months ago