1. 59d21d6 KVM: SVM: Software reserved fields by Vineeth Pillai · 3 years, 8 months ago
  2. 3c86c0d KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx by Vineeth Pillai · 3 years, 8 months ago
  3. 32431fb hyperv: SVM enlightened TLB flush support flag by Vineeth Pillai · 3 years, 8 months ago
  4. a6c776a hyperv: Detect Nested virtualization support for SVM by Vineeth Pillai · 3 years, 8 months ago
  5. d5a0483 KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode by Krish Sadhukhan · 3 years, 7 months ago
  6. b93af02 KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest code by Krish Sadhukhan · 3 years, 7 months ago
  7. ecc513e KVM: x86: Drop "pre_" from enter/leave_smm() helpers by Sean Christopherson · 3 years, 7 months ago
  8. 0128116 KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset by Sean Christopherson · 3 years, 7 months ago
  9. 1270e64 KVM: x86: Rename SMM tracepoint to make it reflect reality by Sean Christopherson · 3 years, 7 months ago
  10. 0d7ee6f KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed() by Sean Christopherson · 3 years, 7 months ago
  11. dc87275 KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed() by Sean Christopherson · 3 years, 7 months ago
  12. fa75e08 KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flag by Sean Christopherson · 3 years, 7 months ago
  13. edce465 KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helper by Sean Christopherson · 3 years, 7 months ago
  14. 25b1722 KVM: x86: Emulate triple fault shutdown if RSM emulation fails by Sean Christopherson · 3 years, 7 months ago
  15. 4651fc5 KVM: x86: Drop vendor specific functions for APICv/AVIC enablement by Vitaly Kuznetsov · 3 years, 7 months ago
  16. fdf513e KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC by Vitaly Kuznetsov · 3 years, 7 months ago
  17. 7d62874 kvm: x86: implement KVM PM-notifier by Sergey Senozhatsky · 3 years, 7 months ago
  18. 2fdef3a kvm: add PM-notifier by Sergey Senozhatsky · 3 years, 7 months ago
  19. 768d134 KVM: selftests: Introduce x2APIC register manipulation functions by Jim Mattson · 3 years, 8 months ago
  20. 4c63c92 KVM: selftests: Hoist APIC functions out of individual tests by Jim Mattson · 3 years, 8 months ago
  21. 150a282 KVM: selftests: Move APIC definitions into a separate file by Jim Mattson · 3 years, 8 months ago
  22. 966eefb KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable by Jim Mattson · 3 years, 8 months ago
  23. 0fe998b KVM: nVMX: Fail on MMIO completion for nested posted interrupts by Jim Mattson · 3 years, 8 months ago
  24. 4fe09bc KVM: x86: Add a return code to kvm_apic_accept_events by Jim Mattson · 3 years, 8 months ago
  25. a5f6909 KVM: x86: Add a return code to inject_pending_event by Jim Mattson · 3 years, 8 months ago
  26. 650293c KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt by Jim Mattson · 3 years, 8 months ago
  27. d82ee28 KVM: x86: Remove guest mode check from kvm_check_nested_events by Jim Mattson · 3 years, 8 months ago
  28. efe5854 KVM: selftests: x86: Add vmx_nested_tsc_scaling_test by Ilias Stamatis · 3 years, 8 months ago
  29. d041b5e KVM: nVMX: Enable nested TSC scaling by Ilias Stamatis · 3 years, 8 months ago
  30. 1ab9287 KVM: X86: Add vendor callbacks for writing the TSC multiplier by Ilias Stamatis · 3 years, 7 months ago
  31. edcfe54 KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it by Ilias Stamatis · 3 years, 8 months ago
  32. 83150f2 KVM: X86: Add functions that calculate the nested TSC fields by Ilias Stamatis · 3 years, 8 months ago
  33. 307a94c KVM: X86: Add functions for retrieving L2 TSC fields from common code by Ilias Stamatis · 3 years, 8 months ago
  34. 3c0f993 KVM: nVMX: Add a TSC multiplier field in VMCS12 by Ilias Stamatis · 3 years, 8 months ago
  35. fe3eb50 KVM: X86: Add a ratio parameter to kvm_scale_tsc() by Ilias Stamatis · 3 years, 8 months ago
  36. 9b399df KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset() by Ilias Stamatis · 3 years, 8 months ago
  37. 805d705 KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch' by Ilias Stamatis · 3 years, 8 months ago
  38. 605a140 math64.h: Add mul_s64_u64_shr() by Ilias Stamatis · 3 years, 8 months ago
  39. d501f74 KVM: x86/mmu: Lazily allocate memslot rmaps by Ben Gardon · 3 years, 8 months ago
  40. e220971 KVM: x86/mmu: Skip rmap operations if rmaps not allocated by Ben Gardon · 3 years, 8 months ago
  41. a255740 KVM: x86/mmu: Add a field to control memslot rmap allocation by Ben Gardon · 3 years, 8 months ago
  42. b10a038 KVM: mmu: Add slots_arch_lock for memslot arch fields by Ben Gardon · 3 years, 8 months ago
  43. ddc12f2 KVM: mmu: Refactor memslot copy by Ben Gardon · 3 years, 8 months ago
  44. 56dd101 KVM: x86/mmu: Factor out allocating memslot rmap by Ben Gardon · 3 years, 8 months ago
  45. c9b929b KVM: x86/mmu: Deduplicate rmap freeing by Ben Gardon · 3 years, 8 months ago
  46. 8921291 KVM: x86: Do not write protect huge page in initially-all-set mode by Keqian Zhu · 3 years, 9 months ago
  47. 3ad9356 KVM: x86: Support write protecting only large pages by Keqian Zhu · 3 years, 9 months ago
  48. d8f5537 KVM: hyper-v: Advertise support for fast XMM hypercalls by Siddharth Chandrasekaran · 3 years, 8 months ago
  49. 5974565 KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers by Siddharth Chandrasekaran · 3 years, 8 months ago
  50. bd38b32 KVM: hyper-v: Collect hypercall params into struct by Siddharth Chandrasekaran · 3 years, 8 months ago
  51. 43e5146 KVM: x86: Move FPU register accessors into fpu.h by Siddharth Chandrasekaran · 3 years, 8 months ago
  52. a9d6496 KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function by Shaokun Zhang · 3 years, 8 months ago
  53. d8ac05e KVM: selftests: Fix kvm_check_cap() assertion by Fuad Tabba · 3 years, 7 months ago
  54. 654430ef KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU by Sean Christopherson · 3 years, 7 months ago
  55. dfdc0a7 KVM: X86: Fix x86_emulator slab cache leak by Wanpeng Li · 3 years, 7 months ago
  56. 934002c KVM: SVM: Call SEV Guest Decommission if ASID binding fails by Alper Gun · 3 years, 7 months ago
  57. 78fcb2c KVM: x86: Immediately reset the MMU context when the SMM flag is cleared by Sean Christopherson · 3 years, 7 months ago
  58. 551912d KVM: x86: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  59. 02ffbe6 KVM: SVM: fix doc warnings by ChenXiaoSong · 3 years, 7 months ago
  60. 95bf69b KVM: selftests: Fix compiling errors when initializing the static structure by Yanan Wang · 3 years, 7 months ago
  61. 218bf77 kvm: LAPIC: Restore guard to prevent illegal APIC register access by Jim Mattson · 3 years, 8 months ago
  62. 4422829 kvm: fix previous commit for 32-bit builds by Paolo Bonzini · 3 years, 7 months ago
  63. da27a83 kvm: avoid speculation-based attacks from out-of-range memslot accesses by Paolo Bonzini · 3 years, 7 months ago
  64. b53e84e KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync by Lai Jiangshan · 3 years, 8 months ago
  65. f31500b KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message by Sean Christopherson · 3 years, 7 months ago
  66. f53b16a selftests: kvm: Add support for customized slot0 memory size by Zhenzhong Duan · 3 years, 7 months ago
  67. 1bc603a KVM: selftests: introduce P47V64 for s390x by Christian Borntraeger · 3 years, 7 months ago
  68. af3511f KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior by Lai Jiangshan · 3 years, 8 months ago
  69. b1bd5cb KVM: X86: MMU: Use the correct inherited permissions to get shadow page by Lai Jiangshan · 3 years, 8 months ago
  70. e898da7 KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer by Wanpeng Li · 3 years, 7 months ago
  71. 4f13d47 KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length after commit 238eca821cee by Ashish Kalra · 3 years, 7 months ago
  72. 000ac42 selftests: kvm: fix overlapping addresses in memslot_perf_test by Paolo Bonzini · 3 years, 8 months ago
  73. a3d2ec9 Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 8 months ago
  74. b35491e KVM: X86: Kill off ctxt->ud by Wanpeng Li · 3 years, 8 months ago
  75. da6393c KVM: X86: Fix warning caused by stale emulation context by Wanpeng Li · 3 years, 8 months ago
  76. e87e46d KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception by Yuan Yao · 3 years, 8 months ago
  77. bedd919 KVM: x86/mmu: Fix comment mentioning skip_4k by David Matlack · 3 years, 8 months ago
  78. a248602 KVM: VMX: update vcpu posted-interrupt descriptor when assigning device by Marcelo Tosatti · 3 years, 8 months ago
  79. 084071d KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK by Marcelo Tosatti · 3 years, 8 months ago
  80. 57ab879 KVM: x86: add start_assignment hook to kvm_x86_ops by Marcelo Tosatti · 3 years, 8 months ago
  81. 9805cf0 KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch by Wanpeng Li · 3 years, 8 months ago
  82. fb0f947 selftests: kvm: do only 1 memslot_perf_test run by default by Paolo Bonzini · 3 years, 8 months ago
  83. fb1070d KVM: X86: Use _BITUL() macro in UAPI headers by Joe Richey · 3 years, 8 months ago
  84. 33090a8 KVM: selftests: add shared hugetlbfs backing source type by Axel Rasmussen · 3 years, 8 months ago
  85. a4b9722 KVM: selftests: allow using UFFD minor faults for demand paging by Axel Rasmussen · 3 years, 8 months ago
  86. 94f3f2b KVM: selftests: create alias mappings when using shared memory by Axel Rasmussen · 3 years, 8 months ago
  87. c9befd5 KVM: selftests: add shmem backing source type by Axel Rasmussen · 3 years, 8 months ago
  88. b3784bc KVM: selftests: refactor vm_mem_backing_src_type flags by Axel Rasmussen · 3 years, 8 months ago
  89. 0368c2c KVM: selftests: allow different backing source types by Axel Rasmussen · 3 years, 8 months ago
  90. 32ffa4f KVM: selftests: compute correct demand paging size by Axel Rasmussen · 3 years, 8 months ago
  91. 25408e5 KVM: selftests: simplify setup_demand_paging error handling by Axel Rasmussen · 3 years, 8 months ago
  92. 2aab4b3 KVM: selftests: Print a message if /dev/kvm is missing by David Matlack · 3 years, 8 months ago
  93. c887d6a KVM: selftests: trivial comment/logging fixes by Axel Rasmussen · 3 years, 8 months ago
  94. a10453c KVM: selftests: Fix hang in hardware_disable_test by David Matlack · 3 years, 8 months ago
  95. 50bc913 KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test by David Matlack · 3 years, 8 months ago
  96. ef4c9f4f KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn() by David Matlack · 3 years, 8 months ago
  97. cad347f KVM: selftests: add a memslot-related performance benchmark by Maciej S. Szmigiero · 3 years, 9 months ago
  98. 22721a5 KVM: selftests: Keep track of memslots more efficiently by Maciej S. Szmigiero · 3 years, 9 months ago
  99. a13534d selftests: kvm: fix potential issue with ELF loading by Paolo Bonzini · 3 years, 8 months ago
  100. 39fe2fc selftests: kvm: make allocation of extra memory take effect by Zhenzhong Duan · 3 years, 8 months ago