1. afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 10 months ago
  2. 69c6f69 KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes by Sean Christopherson · 4 years, 10 months ago
  3. 72b0eaa KVM: VMX: Configure runtime hooks using vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
  4. 484014f KVM: VMX: Move hardware_setup() definition below vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
  5. d008dfd KVM: x86: Move init-only kvm_x86_ops to separate struct by Sean Christopherson · 4 years, 10 months ago
  6. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  7. 4f4af84 Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 4 years, 10 months ago
  8. cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 10 months ago
  9. 830948e Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 10 months ago
  10. 7a26536 s390/gmap: return proper error code on ksm unsharing by Christian Borntraeger · 4 years, 10 months ago
  11. 8bf8961 Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 10 months ago
  12. 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 10 months ago
  13. d536167 KVM: X86: Micro-optimize IPI fastpath delay by Wanpeng Li · 4 years, 10 months ago
  14. 8a1038d KVM: X86: Delay read msr data iff writes ICR MSR by Wanpeng Li · 4 years, 10 months ago
  15. 9a5788c KVM: PPC: Book3S HV: Add a capability for enabling secure guests by Paul Mackerras · 4 years, 10 months ago
  16. 4630505 Merge tag 'kvm-arm-removal' into kvmarm-master/next by Marc Zyngier · 4 years, 10 months ago
  17. 7bdabad KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs by Marc Zyngier · 4 years, 11 months ago
  18. d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 11 months ago
  19. 15ff9a3 arm: Remove the ability to set HYP vectors outside of the decompressor by Marc Zyngier · 5 years ago
  20. 59c1d9c arm: Remove GICv3 vgic compatibility macros by Marc Zyngier · 5 years ago
  21. 3fbb96c arm: Remove HYP/Stage-2 page-table support by Marc Zyngier · 5 years ago
  22. 541ad01 arm: Remove 32bit KVM host support by Marc Zyngier · 5 years ago
  23. bb7c62b arm: Remove KVM from config files by Marc Zyngier · 5 years ago
  24. 8a90a32 arm: Unplug KVM from the build system by Marc Zyngier · 5 years ago
  25. 377f02d KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN by Laurent Dufour · 4 years, 10 months ago
  26. 8c47b6ff KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls by Laurent Dufour · 4 years, 10 months ago
  27. 9bee484 KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported by Fabiano Rosas · 4 years, 10 months ago
  28. 4f6ea0a KVM: VMX: Gracefully handle faults on VMXON by Sean Christopherson · 4 years, 10 months ago
  29. d260f9e KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs() by Sean Christopherson · 4 years, 10 months ago
  30. 31603d4 KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support by Sean Christopherson · 4 years, 10 months ago
  31. e374740 KVM: x86: Expose fast short REP MOV for supported cpuid by Zhenyu Wang · 4 years, 10 months ago
  32. f3dd18d KVM: s390: mark sie block as 512 byte aligned by Christian Borntraeger · 4 years, 10 months ago
  33. 3b684a4 KVM: s390: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  34. 6fef0c6 KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy() by Greg Kurz · 4 years, 10 months ago
  35. 3f1268d KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM by Greg Kurz · 4 years, 10 months ago
  36. b2fa4f9 KVM: PPC: Book3S PR: Fix kernel crash with PR KVM by Greg Kurz · 4 years, 10 months ago
  37. 8fc6ba0 KVM: PPC: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  38. 1f50cc1 KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests by Michael Roth · 4 years, 10 months ago
  39. 1dff306 KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones by Gustavo Romero · 5 years ago
  40. afd3135 KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code by Michael Ellerman · 5 years ago
  41. cd758a9 KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler by Paul Mackerras · 5 years ago
  42. cf6c26e KVM: x86: Code style cleanup in kvm_arch_dev_ioctl() by Xiaoyao Li · 4 years, 11 months ago
  43. 2b110b6 KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values by Sean Christopherson · 4 years, 10 months ago
  44. e7adda2 KVM: x86: Add requested index to the CPUID tracepoint by Sean Christopherson · 4 years, 10 months ago
  45. d55c9d4 KVM: nSVM: check for EFER.SVME=1 before entering guest by Paolo Bonzini · 4 years, 10 months ago
  46. 9401f2e KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL by Zhenyu Wang · 4 years, 10 months ago
  47. 96b100c KVM: nVMX: remove side effects from nested_vmx_exit_reflected by Paolo Bonzini · 4 years, 10 months ago
  48. bb03911 KVM: VMX: access regs array in vmenter.S in its natural order by Uros Bizjak · 4 years, 10 months ago
  49. 1c48245 Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 10 months ago
  50. b6a0653 KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld() by Vitaly Kuznetsov · 4 years, 10 months ago
  51. e942dbf KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping by Vitaly Kuznetsov · 4 years, 10 months ago
  52. 0c54672 Merge branch 'kvm-null-pointer-fix' into HEAD by Paolo Bonzini · 4 years, 10 months ago
  53. 0b66465 KVM: nSVM: Remove an obsolete comment. by Miaohe Lin · 5 years ago
  54. 8e205a6 KVM: X86: correct meaningless kvm_apicv_activated() check by Paolo Bonzini · 4 years, 10 months ago
  55. 212617d KVM: nVMX: Consolidate nested MTF checks to helper function by Oliver Upton · 5 years ago
  56. 041bc42 KVM: VMX: Micro-optimize vmexit time when not exposing PMU by Wanpeng Li · 4 years, 10 months ago
  57. ab56f8e kvm: svm: Introduce GA Log tracepoint for AVIC by Suravee Suthikulpanit · 4 years, 10 months ago
  58. 78f2145 KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2 by Paolo Bonzini · 4 years, 11 months ago
  59. b518ba9 KVM: nSVM: implement check_nested_events for interrupts by Paolo Bonzini · 4 years, 11 months ago
  60. 64b5bd2 KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1 by Paolo Bonzini · 4 years, 11 months ago
  61. b5ec2e0 KVM: nSVM: do not change host intercepts while nested VM is running by Paolo Bonzini · 4 years, 11 months ago
  62. 727a7e2 KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd by Paolo Bonzini · 4 years, 11 months ago
  63. 689f3bf KVM: x86: unify callbacks to load paging root by Paolo Bonzini · 4 years, 11 months ago
  64. f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 11 months ago
  65. 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 11 months ago
  66. 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 11 months ago
  67. 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 11 months ago
  68. 15608ed KVM: x86: Add helpers to perform CPUID-based guest vendor check by Sean Christopherson · 4 years, 11 months ago
  69. b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 11 months ago
  70. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 11 months ago
  71. 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 11 months ago
  72. 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 4 years, 11 months ago
  73. a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 4 years, 11 months ago
  74. 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 11 months ago
  75. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 11 months ago
  76. e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 4 years, 11 months ago
  77. 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 4 years, 11 months ago
  78. bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 4 years, 11 months ago
  79. 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 4 years, 11 months ago
  80. a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 4 years, 11 months ago
  81. 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
  82. a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 4 years, 11 months ago
  83. 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 4 years, 11 months ago
  84. 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 11 months ago
  85. dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 11 months ago
  86. 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 11 months ago
  87. bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 11 months ago
  88. d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
  89. 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 11 months ago
  90. c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 11 months ago
  91. bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 11 months ago
  92. 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 11 months ago
  93. 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 4 years, 11 months ago
  94. c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 4 years, 11 months ago
  95. 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 4 years, 11 months ago
  96. b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 11 months ago
  97. 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
  98. 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
  99. 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 11 months ago
  100. 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 11 months ago