1. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 5 years ago
  2. 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 5 years ago
  3. 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 5 years ago
  4. a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 5 years ago
  5. 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 5 years ago
  6. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 5 years ago
  7. e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 5 years ago
  8. 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 5 years ago
  9. bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 5 years ago
  10. 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 5 years ago
  11. a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 5 years ago
  12. 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 5 years ago
  13. a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 5 years ago
  14. 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 5 years ago
  15. 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 5 years ago
  16. dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 5 years ago
  17. 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 5 years ago
  18. bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 5 years ago
  19. d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 5 years ago
  20. 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 5 years ago
  21. c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 5 years ago
  22. bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 5 years ago
  23. 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 5 years ago
  24. 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 5 years ago
  25. c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 5 years ago
  26. 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 5 years ago
  27. b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 5 years ago
  28. 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 5 years ago
  29. 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 5 years ago
  30. 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 5 years ago
  31. 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 5 years ago
  32. fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 5 years ago
  33. dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  34. 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  35. d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  36. e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  37. 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  38. 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 5 years ago
  39. e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 5 years ago
  40. b32666b KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators by Sean Christopherson · 5 years ago
  41. 4c61534 KVM: x86: Introduce cpuid_entry_{get,has}() accessors by Sean Christopherson · 5 years ago
  42. 5e12b2b KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers by Sean Christopherson · 5 years ago
  43. 3be5a60 KVM: x86: Use u32 for holding CPUID register value in helpers by Sean Christopherson · 5 years ago
  44. 160b486f KVM: x86: Drop explicit @func param from ->set_supported_cpuid() by Sean Christopherson · 5 years ago
  45. 7392079 KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest by Sean Christopherson · 5 years ago
  46. 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 5 years ago
  47. 7f5581f KVM: x86: Use supported_xcr0 to detect MPX support by Sean Christopherson · 5 years ago
  48. cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 5 years ago
  49. 2ef7619 KVM: VMX: Add helpers to query Intel PT mode by Sean Christopherson · 5 years ago
  50. 0eee8f9 KVM: x86: Use common loop iterator when handling CPUID 0xD.N by Sean Christopherson · 5 years ago
  51. 695538a KVM: x86: Drop redundant array size check by Sean Christopherson · 5 years ago
  52. e53c95e KVM: x86: Encapsulate CPUID entries and metadata in struct by Sean Christopherson · 5 years ago
  53. c862903 KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling by Sean Christopherson · 5 years ago
  54. 74fa0bc KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() by Sean Christopherson · 5 years ago
  55. aa10a7d KVM: x86: Consolidate CPUID array max num entries checking by Sean Christopherson · 5 years ago
  56. acfad33 KVM: x86: Drop redundant boot cpu checks on SSBD feature bits by Sean Christopherson · 5 years ago
  57. aceac6e KVM: x86: Drop the explicit @index from do_cpuid_7_mask() by Sean Christopherson · 5 years ago
  58. 87849b1 KVM: x86: Clean up CPUID 0x7 sub-leaf loop by Sean Christopherson · 5 years ago
  59. 8b2fc44 KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation by Sean Christopherson · 5 years ago
  60. 91001d4 KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf by Sean Christopherson · 5 years ago
  61. 1893c94 KVM: x86: Check for CPUID 0xD.N support before validating array size by Sean Christopherson · 5 years ago
  62. 3dc4a9c KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop by Sean Christopherson · 5 years ago
  63. 0fc6267 KVM: x86: Check userspace CPUID array size after validating sub-leaf by Sean Christopherson · 5 years ago
  64. d5a661d KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() by Sean Christopherson · 5 years ago
  65. 8b86079 KVM: x86: Simplify handling of Centaur CPUID leafs by Sean Christopherson · 5 years ago
  66. 619a17f KVM: x86: Refactor loop around do_cpuid_func() to separate helper by Sean Christopherson · 5 years ago
  67. 68c9a46 KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries by Sean Christopherson · 5 years ago
  68. 06add25 KVM: x86: Shrink the usercopy region of the emulation context by Sean Christopherson · 5 years ago
  69. 2f728d6 KVM: x86: Move kvm_emulate.h into KVM's private directory by Sean Christopherson · 5 years ago
  70. c9b8b07 KVM: x86: Dynamically allocate per-vCPU emulation context by Sean Christopherson · 5 years ago
  71. f0ed476 KVM: x86: Move emulation-only helpers to emulate.c by Sean Christopherson · 5 years ago
  72. 21f1b8f KVM: x86: Explicitly pass an exception struct to check_intercept by Sean Christopherson · 5 years ago
  73. 2e3bb4d KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant by Sean Christopherson · 5 years ago
  74. 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 5 years ago
  75. abbed4f KVM: x86: Fix warning due to implicit truncation on 32-bit KVM by Sean Christopherson · 5 years ago
  76. 96d4701 KVM: nVMX: Drop unnecessary check on ept caps for execute-only by Sean Christopherson · 5 years ago
  77. d8dd54e KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd() by Sean Christopherson · 5 years ago
  78. ac6389a KVM: nVMX: Rename EPTP validity helper and associated variables by Sean Christopherson · 5 years ago
  79. ac69dfa KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp() by Sean Christopherson · 5 years ago
  80. bb1fcc7 KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT by Sean Christopherson · 5 years ago
  81. 8053f92 KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack by Sean Christopherson · 5 years ago
  82. a102a67 KVM: x86/mmu: Don't drop level/direct from MMU role calculation by Sean Christopherson · 5 years ago
  83. e743664 kvm: selftests: Support dirty log initial-all-set test by Jay Zhou · 5 years ago
  84. a1c77ab KVM: nVMX: Properly handle userspace interrupt window request by Sean Christopherson · 5 years ago
  85. b34de57 KVM: X86: trigger kvmclock sync request just once on VM creation by Wanpeng Li · 5 years ago
  86. 4abaffc KVM: LAPIC: Recalculate apic map in batch by Wanpeng Li · 5 years ago
  87. 49f933d KVM: Fix some obsolete comments by Miaohe Lin · 5 years ago
  88. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 5 years ago
  89. 0be4435 KVM: x86/mmu: Reuse the current root if possible for fast switch by Sean Christopherson · 5 years ago
  90. 3651c7f KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU by Sean Christopherson · 5 years ago
  91. cc7f557 KVM: SVM: Inhibit APIC virtualization for X2APIC guest by Oliver Upton · 5 years ago
  92. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 5 years ago
  93. 23581ea KVM: selftests: Fix unknown ucall command asserts by Andrew Jones · 5 years ago
  94. 562b6b0 KVM: x86: Consolidate VM allocation and free for VMX and SVM by Sean Christopherson · 5 years ago
  95. 1a62505 KVM: x86: Directly return __vmalloc() result in ->vm_alloc() by Sean Christopherson · 5 years ago
  96. d18b2f4 KVM: x86: Gracefully handle __vmalloc() failure during VM allocation by Sean Christopherson · 5 years ago
  97. 168d918 KVM: x86: Adjust counter sample period after a wrmsr by Eric Hankland · 5 years ago
  98. 7f42aa7 KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes by Sean Christopherson · 5 years ago
  99. cec3764 KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush by Sean Christopherson · 5 years ago
  100. b3594ff KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c by Sean Christopherson · 5 years ago