1. b32666b KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators by Sean Christopherson · 4 years, 10 months ago
  2. 4c61534 KVM: x86: Introduce cpuid_entry_{get,has}() accessors by Sean Christopherson · 4 years, 10 months ago
  3. 5e12b2b KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers by Sean Christopherson · 4 years, 10 months ago
  4. 3be5a60 KVM: x86: Use u32 for holding CPUID register value in helpers by Sean Christopherson · 4 years, 10 months ago
  5. 160b486f KVM: x86: Drop explicit @func param from ->set_supported_cpuid() by Sean Christopherson · 4 years, 10 months ago
  6. 7392079 KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest by Sean Christopherson · 4 years, 10 months ago
  7. 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 4 years, 10 months ago
  8. 7f5581f KVM: x86: Use supported_xcr0 to detect MPX support by Sean Christopherson · 4 years, 10 months ago
  9. cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 4 years, 10 months ago
  10. 2ef7619 KVM: VMX: Add helpers to query Intel PT mode by Sean Christopherson · 4 years, 10 months ago
  11. 0eee8f9 KVM: x86: Use common loop iterator when handling CPUID 0xD.N by Sean Christopherson · 4 years, 10 months ago
  12. 695538a KVM: x86: Drop redundant array size check by Sean Christopherson · 4 years, 10 months ago
  13. e53c95e KVM: x86: Encapsulate CPUID entries and metadata in struct by Sean Christopherson · 4 years, 10 months ago
  14. c862903 KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling by Sean Christopherson · 4 years, 10 months ago
  15. 74fa0bc KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
  16. aa10a7d KVM: x86: Consolidate CPUID array max num entries checking by Sean Christopherson · 4 years, 10 months ago
  17. acfad33 KVM: x86: Drop redundant boot cpu checks on SSBD feature bits by Sean Christopherson · 4 years, 10 months ago
  18. aceac6e KVM: x86: Drop the explicit @index from do_cpuid_7_mask() by Sean Christopherson · 4 years, 10 months ago
  19. 87849b1 KVM: x86: Clean up CPUID 0x7 sub-leaf loop by Sean Christopherson · 4 years, 10 months ago
  20. 8b2fc44 KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation by Sean Christopherson · 4 years, 10 months ago
  21. 91001d4 KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf by Sean Christopherson · 4 years, 10 months ago
  22. 1893c94 KVM: x86: Check for CPUID 0xD.N support before validating array size by Sean Christopherson · 4 years, 10 months ago
  23. 3dc4a9c KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop by Sean Christopherson · 4 years, 10 months ago
  24. 0fc6267 KVM: x86: Check userspace CPUID array size after validating sub-leaf by Sean Christopherson · 4 years, 10 months ago
  25. d5a661d KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() by Sean Christopherson · 4 years, 10 months ago
  26. 8b86079 KVM: x86: Simplify handling of Centaur CPUID leafs by Sean Christopherson · 4 years, 10 months ago
  27. 619a17f KVM: x86: Refactor loop around do_cpuid_func() to separate helper by Sean Christopherson · 4 years, 10 months ago
  28. 68c9a46 KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries by Sean Christopherson · 4 years, 10 months ago
  29. 06add25 KVM: x86: Shrink the usercopy region of the emulation context by Sean Christopherson · 5 years ago
  30. 2f728d6 KVM: x86: Move kvm_emulate.h into KVM's private directory by Sean Christopherson · 5 years ago
  31. c9b8b07 KVM: x86: Dynamically allocate per-vCPU emulation context by Sean Christopherson · 5 years ago
  32. f0ed476 KVM: x86: Move emulation-only helpers to emulate.c by Sean Christopherson · 5 years ago
  33. 21f1b8f KVM: x86: Explicitly pass an exception struct to check_intercept by Sean Christopherson · 5 years ago
  34. 2e3bb4d KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant by Sean Christopherson · 5 years ago
  35. abbed4f KVM: x86: Fix warning due to implicit truncation on 32-bit KVM by Sean Christopherson · 4 years, 10 months ago
  36. 96d4701 KVM: nVMX: Drop unnecessary check on ept caps for execute-only by Sean Christopherson · 4 years, 10 months ago
  37. d8dd54e KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd() by Sean Christopherson · 4 years, 10 months ago
  38. ac6389a KVM: nVMX: Rename EPTP validity helper and associated variables by Sean Christopherson · 4 years, 10 months ago
  39. ac69dfa KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp() by Sean Christopherson · 4 years, 10 months ago
  40. bb1fcc7 KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT by Sean Christopherson · 4 years, 10 months ago
  41. 8053f92 KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack by Sean Christopherson · 4 years, 10 months ago
  42. a102a67 KVM: x86/mmu: Don't drop level/direct from MMU role calculation by Sean Christopherson · 4 years, 10 months ago
  43. a1c77ab KVM: nVMX: Properly handle userspace interrupt window request by Sean Christopherson · 4 years, 10 months ago
  44. b34de57 KVM: X86: trigger kvmclock sync request just once on VM creation by Wanpeng Li · 4 years, 11 months ago
  45. 4abaffc KVM: LAPIC: Recalculate apic map in batch by Wanpeng Li · 4 years, 11 months ago
  46. 49f933d KVM: Fix some obsolete comments by Miaohe Lin · 4 years, 11 months ago
  47. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 11 months ago
  48. 0be4435 KVM: x86/mmu: Reuse the current root if possible for fast switch by Sean Christopherson · 4 years, 11 months ago
  49. 3651c7f KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU by Sean Christopherson · 4 years, 11 months ago
  50. cc7f557 KVM: SVM: Inhibit APIC virtualization for X2APIC guest by Oliver Upton · 4 years, 11 months ago
  51. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 11 months ago
  52. 562b6b0 KVM: x86: Consolidate VM allocation and free for VMX and SVM by Sean Christopherson · 5 years ago
  53. 1a62505 KVM: x86: Directly return __vmalloc() result in ->vm_alloc() by Sean Christopherson · 5 years ago
  54. d18b2f4 KVM: x86: Gracefully handle __vmalloc() failure during VM allocation by Sean Christopherson · 5 years ago
  55. 168d918 KVM: x86: Adjust counter sample period after a wrmsr by Eric Hankland · 4 years, 11 months ago
  56. 7f42aa7 KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes by Sean Christopherson · 5 years ago
  57. cec3764 KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush by Sean Christopherson · 5 years ago
  58. b3594ff KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c by Sean Christopherson · 5 years ago
  59. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 5 years ago
  60. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 5 years ago
  61. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 5 years ago
  62. 2119884 KVM: x86: Free arrays for old memslot when moving memslot's base gfn by Sean Christopherson · 5 years ago
  63. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 5 years ago
  64. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 5 years ago
  65. 0dab98b KVM: x86: Allocate memslot resources during prepare_memory_region() by Sean Christopherson · 5 years ago
  66. edd4fa3 KVM: x86: Allocate new rmap and large page tracking when moving memslot by Sean Christopherson · 5 years ago
  67. 744e699 KVM: x86: Move gpa_val and gpa_available into the emulator context by Sean Christopherson · 5 years ago
  68. 92daa48 KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault by Sean Christopherson · 5 years ago
  69. 999eabc KVM: apic: remove unused function apic_lvt_vector() by Miaohe Lin · 5 years ago
  70. d71f5e0 KVM: VMX: Add 'else' to split mutually exclusive case by Miaohe Lin · 5 years ago
  71. e080e53 KVM: x86: eliminate some unreachable code by Miaohe Lin · 5 years ago
  72. e630269 KVM: x86: Fix print format and coding style by Miaohe Lin · 5 years ago
  73. 222f06e KVM: vmx: rewrite the comment in vmx_get_mt_mask by Chia-I Wu · 5 years ago
  74. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  75. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  76. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  77. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  78. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 4 years, 11 months ago
  79. d80b64f KVM: SVM: Fix potential memory leak in svm_cpu_init() by Miaohe Lin · 5 years ago
  80. 23520b2 KVM: apic: avoid calculating pending eoi from an uninitialized val by Miaohe Lin · 4 years, 11 months ago
  81. a444326 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled by Vitaly Kuznetsov · 4 years, 11 months ago
  82. 91a5f41 KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 by Vitaly Kuznetsov · 4 years, 11 months ago
  83. 93fd966 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled by Suravee Suthikulpanit · 4 years, 11 months ago
  84. c9dfd3f KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow by wanpeng li · 5 years ago
  85. 7455a83 KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI by Miaohe Lin · 5 years ago
  86. b78a855 kvm/emulate: fix a -Werror=cast-function-type by Qian Cai · 5 years ago
  87. 147f1a1 KVM: x86: fix incorrect comparison in trace event by Paolo Bonzini · 5 years ago
  88. 463bfee KVM: nVMX: Fix some obsolete comments and grammar error by Miaohe Lin · 5 years ago
  89. ead68df KVM: x86: enable -Werror by Paolo Bonzini · 5 years ago
  90. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 5 years ago
  91. f6ab010 KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging by Sean Christopherson · 5 years ago
  92. 148d735e KVM: nVMX: Use correct root level for nested EPT shadow page tables by Sean Christopherson · 5 years ago
  93. ffdbd50 KVM: nVMX: Fix some comment typos and coding style by Miaohe Lin · 5 years ago
  94. 7a02674 KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP by Sean Christopherson · 5 years ago
  95. 331ca0f KVM: apic: reuse smp_wmb() in kvm_make_request() by Miaohe Lin · 5 years ago
  96. 2079644 KVM: x86: remove duplicated KVM_REQ_EVENT request by Miaohe Lin · 5 years ago
  97. a06230b KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS by Oliver Upton · 5 years ago
  98. 684c042 KVM: nVMX: Handle pending #DB when injecting INIT VM-exit by Oliver Upton · 5 years ago
  99. 307f1cf KVM: x86: Mask off reserved bit from #DB exception payload by Oliver Upton · 5 years ago
  100. bab0c31 KVM: x86: do not reset microcode version on INIT or RESET by Paolo Bonzini · 5 years ago