1. 255d9e7 KVM: SVM: Add support for SEV GUEST_STATUS command by Brijesh Singh · 7 years ago
  2. 5bdb0e2 KVM: SVM: Add support for SEV LAUNCH_FINISH command by Brijesh Singh · 7 years ago
  3. 0d0736f KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command by Brijesh Singh · 7 years ago
  4. 89c5058 KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command by Brijesh Singh · 7 years ago
  5. 59414c9 KVM: SVM: Add support for KVM_SEV_LAUNCH_START command by Brijesh Singh · 7 years ago
  6. 70cd94e KVM: SVM: VMRUN should use associated ASID when SEV is enabled by Brijesh Singh · 7 years ago
  7. 1654efc KVM: SVM: Add KVM_SEV_INIT command by Brijesh Singh · 7 years ago
  8. e9df094 KVM: SVM: Add sev module_param by Brijesh Singh · 7 years ago
  9. ed3cd23 KVM: SVM: Reserve ASID range for SEV guest by Brijesh Singh · 7 years ago
  10. 8765d75 KVM: X86: Extend CPUID range to include new leaf by Brijesh Singh · 7 years ago
  11. 4faefff KVM: SVM: Prepare to reserve asid for SEV guest by Brijesh Singh · 7 years ago
  12. cea3a19 kvm: svm: prepare for new bit definition in nested_ctl by Tom Lendacky · 7 years ago
  13. 15038e1 KVM: SVM: obey guest PAT by Paolo Bonzini · 7 years ago
  14. cc3d967 KVM: SVM: detect opening of SMI window using STGI intercept by Ladi Prosek · 7 years ago
  15. 05cade7 KVM: nSVM: fix SMI injection in guest mode by Ladi Prosek · 7 years ago
  16. c263406 KVM: nSVM: refactor nested_svm_vmrun by Ladi Prosek · 7 years ago
  17. 72d7b37 KVM: x86: introduce ISA specific smi_allowed callback by Ladi Prosek · 7 years ago
  18. 0234bf8 KVM: x86: introduce ISA specific SMM entry/exit callbacks by Ladi Prosek · 7 years ago
  19. d000653 KVM: SVM: limit kvm_handle_page_fault to #PF handling by Paolo Bonzini · 7 years ago
  20. 1cf5358 KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt by Paolo Bonzini · 7 years ago
  21. 67034bb KVM: SVM: Add irqchip_split() checks before enabling AVIC by Suravee Suthikulpanit · 7 years ago
  22. b2a05fe KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv() by Suravee Suthikulpanit · 7 years ago
  23. dfa2009 KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu() by Suravee Suthikulpanit · 7 years ago
  24. 49a8afc KVM: SVM: Add a missing 'break' statement by Jan H. Schönherr · 7 years ago
  25. 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  26. 5f54c8b Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  27. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  29. b9dd21e KVM: x86: simplify handling of PKRU by Paolo Bonzini · 7 years ago
  30. 664f8e2 KVM: X86: Fix loss of exception which has not yet been injected by Wanpeng Li · 7 years ago
  31. 855feb6 KVM: MMU: Add 5 level EPT & Shadow page table support. by Yu Zhang · 7 years ago
  32. 2a7266a KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL. by Yu Zhang · 7 years ago
  33. e911eb3 KVM: x86: Add return value to kvm_cpuid(). by Yu Zhang · 7 years ago
  34. 640bd6e KVM: SVM: Enable Virtual GIF feature by Janakarajan Natarajan · 7 years ago
  35. 3f0d4db KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array) by Denys Vlasenko · 7 years ago
  36. 618232e KVM: x86: Avoid guest page table walk when gpa_available is set by Brijesh Singh · 7 years ago
  37. 5442c26 x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flag by Borislav Petkov · 7 years ago
  38. de63ad4 KVM: X86: implement the logic for spinlock optimization by Longpeng(Mike) · 7 years ago
  39. 199b576 KVM: add spinlock optimization framework by Longpeng(Mike) · 7 years ago
  40. 1b4d56b KVM: x86: use general helpers for some cpuid manipulation by Radim Krčmář · 7 years ago
  41. d6321d4 KVM: x86: generalize guest_cpuid_has_ helpers by Radim Krčmář · 7 years ago
  42. b96fb43 KVM: nVMX: fixes to nested virt interrupt injection by Paolo Bonzini · 7 years ago
  43. d0ec49d kvm/x86/svm: Support Secure Memory Encryption within KVM by Tom Lendacky · 7 years ago
  44. adfe20f KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf by Wanpeng Li · 7 years ago
  45. 1261bfa KVM: async_pf: Add L1 guest async_pf #PF vmexit handler by Wanpeng Li · 7 years ago
  46. cfcd20e KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list by Wanpeng Li · 7 years ago
  47. 89c8a49 KVM: SVM: Enable Virtual VMLOAD VMSAVE feature by Janakarajan Natarajan · 7 years ago
  48. 0dc9211 KVM: SVM: Rename lbr_ctl field in the vmcb control area by Janakarajan Natarajan · 7 years ago
  49. 8a77e90 KVM: SVM: Prepare for new bit definition in lbr_ctl by Janakarajan Natarajan · 7 years ago
  50. b742c1e KVM: SVM: handle singlestep exception when skipping emulated instructions by Ladi Prosek · 8 years ago
  51. c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  52. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
  53. 1a5e185 KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit by Ladi Prosek · 8 years ago
  54. a12713c KVM: SVM: don't NMI singlestep over event injection by Ladi Prosek · 8 years ago
  55. 9b61174 KVM: SVM: hide TF/RF flags used by NMI singlestep by Ladi Prosek · 8 years ago
  56. ab2f4d73 KVM: nSVM: do not forward NMI window singlestep VM exits to L1 by Ladi Prosek · 8 years ago
  57. 4aebd0e KVM: SVM: introduce disable_nmi_singlestep helper by Ladi Prosek · 8 years ago
  58. e9196ce KVM: Tidy the whitespace in nested_svm_check_permissions() by Dan Carpenter · 8 years ago
  59. d9c1b54 KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 8 years ago
  60. 8eae957 KVM: SVM: ignore type when setting segment registers by Gioh Kim · 8 years ago
  61. d3e7dec KVM: Silence underflow warning in avic_get_physical_id_entry() by Dan Carpenter · 8 years ago
  62. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  63. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  64. 74f1690 kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 8 years ago
  65. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  66. 3863dff kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  67. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  68. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  69. 681bcea KVM: svm: inititalize hash table structures directly by David Hildenbrand · 8 years ago
  70. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  71. 0f89b20 kvm: svm: Use the hardware provided GPA instead of page walk by Tom Lendacky · 8 years ago
  72. 6affcbe KVM: x86: Add kvm_skip_emulated_instruction and use it. by Kyle Huey · 8 years ago
  73. 6a908b6 KVM: x86: Add a return value to kvm_emulate_cpuid by Kyle Huey · 8 years ago
  74. 8370c3d kvm: svm: Add kvm_fast_pio_in support by Tom Lendacky · 8 years ago
  75. 1472775 kvm: svm: Add support for additional SVM NPF error codes by Tom Lendacky · 8 years ago
  76. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  77. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  78. adad0d0 kvm: svm: fix unsigned compare less than zero comparison by Colin Ian King · 8 years ago
  79. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 8 years ago
  80. 411b44b svm: Implements update_pi_irte hook to setup posted interrupt by Suravee Suthikulpanit · 8 years ago
  81. 5881f73 svm: Introduce AMD IOMMU avic_ga_log_notifier by Suravee Suthikulpanit · 8 years ago
  82. 5ea11f2 svm: Introduces AVIC per-VM ID by Suravee Suthikulpanit · 8 years ago
  83. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  84. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  85. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  86. 5b8abf1 kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC by Suravee Suthikulpanit · 9 years ago
  87. 7d669f5 kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() by Suravee Suthikulpanit · 9 years ago
  88. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  89. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  90. 5446a97 svm: bitwise vs logical op typo by Dan Carpenter · 9 years ago
  91. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  92. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  93. 8221c13 svm: Manage vcpu load/unload when enable AVIC by Suravee Suthikulpanit · 9 years ago
  94. 3bbf356 svm: Do not intercept CR8 when enable AVIC by Suravee Suthikulpanit · 9 years ago
  95. 46781ea svm: Do not expose x2APIC when enable AVIC by Suravee Suthikulpanit · 9 years ago
  96. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 9 years ago
  97. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 9 years ago
  98. 340d3bc svm: Add interrupt injection via AVIC by Suravee Suthikulpanit · 9 years ago
  99. 44a95da KVM: x86: Detect and Initialize AVIC support by Suravee Suthikulpanit · 9 years ago
  100. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago