1. 17d44a9 KVM: SEV: Prohibit migration of a VM that has mirrors by Paolo Bonzini · 3 years, 1 month ago
  2. 817506d Merge branch 'kvm-5.16-fixes' into kvm-master by Paolo Bonzini · 3 years, 1 month ago
  3. 1bd00a4 KVM: SEV: WARN if SEV-ES is marked active but SEV is not by Sean Christopherson · 3 years, 2 months ago
  4. 1f05833 Merge branch 'kvm-sev-move-context' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  5. b566393 KVM: SEV: Add support for SEV intra host migration by Peter Gonda · 3 years, 2 months ago
  6. b67a4cc KVM: SEV: Refactor out sev_es_state struct by Peter Gonda · 3 years, 2 months ago
  7. d7e0a79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
  8. 43aa0a1 Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  9. 9f1ee7b KVM: SEV-ES: reduce ghcb_sa_len to 32 bits by Paolo Bonzini · 3 years, 2 months ago
  10. b08cadb Merge branch 'objtool/urgent' by Peter Zijlstra · 3 years, 3 months ago
  11. 5228eb9 KVM: x86: nSVM: implement nested TSC scaling by Maxim Levitsky · 3 years, 3 months ago
  12. 9ebe530 KVM: SVM: Move RESET emulation to svm_vcpu_reset() by Sean Christopherson · 3 years, 3 months ago
  13. e85d3e7 KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode by Maxim Levitsky · 3 years, 4 months ago
  14. aee045e x86/kvm: Always inline to_svm() by Peter Zijlstra · 3 years, 6 months ago
  15. 2b2f72d4 x86/kvm: Always inline sev_*guest() by Peter Zijlstra · 3 years, 6 months ago
  16. 7314303 KVM: SVM: AVIC: drop unsupported AVIC base relocation code by Maxim Levitsky · 3 years, 5 months ago
  17. 30eed56 KVM: SVM: remove svm_toggle_avic_for_irq_window by Maxim Levitsky · 3 years, 5 months ago
  18. 36222b1 KVM: x86: don't disable APICv memslot when inhibited by Maxim Levitsky · 3 years, 5 months ago
  19. 2bb16be KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloadsave_state() by Vitaly Kuznetsov · 3 years, 5 months ago
  20. 9a9e748 KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state() by Vitaly Kuznetsov · 3 years, 5 months ago
  21. bb00bd9 KVM: nSVM: Restore nested control upon leaving SMM by Vitaly Kuznetsov · 3 years, 6 months ago
  22. 0a75829 KVM: nSVM: Introduce svm_copy_vmrun_state() by Vitaly Kuznetsov · 3 years, 6 months ago
  23. 4b639a9 KVM: SVM: add module param to control the #SMI interception by Maxim Levitsky · 3 years, 6 months ago
  24. c3ab0e2 Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEAD by Paolo Bonzini · 3 years, 6 months ago
  25. c4327f1 KVM: SVM: hyper-v: Enlightened MSR-Bitmap support by Vineeth Pillai · 3 years, 7 months ago
  26. 59d21d6 KVM: SVM: Software reserved fields by Vineeth Pillai · 3 years, 7 months ago
  27. fdf513e KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC by Vitaly Kuznetsov · 3 years, 7 months ago
  28. 28a4aa1 KVM: SVM: make the avic parameter a bool by Paolo Bonzini · 3 years, 7 months ago
  29. ccb013c Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  30. b81fc74 x86/sev: Move GHCB MSR protocol and NAE definitions in a common header by Brijesh Singh · 3 years, 8 months ago
  31. ce7ea0c KVM: SVM: Move GHCB unmapping to fix RCU warning by Tom Lendacky · 3 years, 8 months ago
  32. a5c1c5a KVM: SVM: Drop redundant svm_sev_enabled() helper by Sean Christopherson · 3 years, 8 months ago
  33. b95c221 KVM: SVM: Move SEV VMCB tracking allocation to sev.c by Sean Christopherson · 3 years, 8 months ago
  34. d9db0fd KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features by Paolo Bonzini · 3 years, 8 months ago
  35. e8126bd KVM: SVM: Move SEV module params/variables to sev.c by Sean Christopherson · 3 years, 8 months ago
  36. 844d69c KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace by Sean Christopherson · 3 years, 8 months ago
  37. fd49e8e Merge branch 'kvm-sev-cgroup' into HEAD by Paolo Bonzini · 3 years, 8 months ago
  38. 54526d1 KVM: x86: Support KVM VMs sharing SEV context by Nathan Tempelman · 3 years, 9 months ago
  39. 47903dc KVM: SVM: Define actual size of IOPM and MSRPM tables by Krish Sadhukhan · 3 years, 9 months ago
  40. 554cf31 KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at by Sean Christopherson · 3 years, 9 months ago
  41. d178819 KVM: SVM: Drop vcpu_svm.vmcb_pa by Sean Christopherson · 3 years, 9 months ago
  42. adc2a23 KVM: nSVM: improve SYSENTER emulation on AMD by Maxim Levitsky · 3 years, 9 months ago
  43. 7aef27f svm/sev: Register SEV and SEV-ES ASIDs to the misc controller by Vipin Sharma · 3 years, 9 months ago
  44. 8173396 KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies by Cathy Avery · 3 years, 10 months ago
  45. 3a87c7e KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral by Sean Christopherson · 3 years, 10 months ago
  46. 6312975 KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places) by Paolo Bonzini · 3 years, 10 months ago
  47. 9e8f0fb KVM: nSVM: rename functions and variables according to vmcbXY nomenclature by Paolo Bonzini · 4 years, 1 month ago
  48. 193015a KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb by Cathy Avery · 4 years ago
  49. af18fa7 KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb by Cathy Avery · 4 years ago
  50. 4995a36 KVM: SVM: Use a separate vmcb for the nested L2 guest by Cathy Avery · 4 years ago
  51. a7fc06d KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup by Michael Roth · 3 years, 11 months ago
  52. 553cc15 KVM: SVM: remove uneeded fields from host_save_users_msrs by Michael Roth · 3 years, 11 months ago
  53. e79b91b KVM: SVM: use vmsave/vmload for saving/restoring additional host state by Michael Roth · 3 years, 11 months ago
  54. c1c35cf KVM: x86: cleanup CR3 reserved bits checks by Paolo Bonzini · 4 years, 1 month ago
  55. 647daca KVM: SVM: Add support for booting APs in an SEV-ES guest by Tom Lendacky · 4 years ago
  56. 8640ca5 KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting by Tom Lendacky · 4 years ago
  57. 16809ec KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
  58. 8613777 KVM: SVM: Provide support for SEV-ES vCPU loading by Tom Lendacky · 4 years, 1 month ago
  59. 376c6d2 KVM: SVM: Provide support for SEV-ES vCPU creation/loading by Tom Lendacky · 4 years, 1 month ago
  60. 85ca8be KVM: SVM: Set the encryption mask for the SVM host save area by Tom Lendacky · 4 years, 1 month ago
  61. 7ed9abf KVM: SVM: Support string IO operations for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  62. 8f423a8 KVM: SVM: Support MMIO for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  63. e1d7111 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 by Tom Lendacky · 4 years, 1 month ago
  64. d369466 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 by Tom Lendacky · 4 years, 1 month ago
  65. 1edc145 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 by Tom Lendacky · 4 years, 1 month ago
  66. 291bd20 KVM: SVM: Add initial support for a VMGEXIT VMEXIT by Tom Lendacky · 4 years, 1 month ago
  67. 8d4846b KVM: SVM: Prevent debugging under SEV-ES by Tom Lendacky · 4 years, 1 month ago
  68. add5e2f KVM: SVM: Add support for the SEV-ES VMSA by Tom Lendacky · 4 years, 1 month ago
  69. 916391a KVM: SVM: Add support for SEV-ES capability in KVM by Tom Lendacky · 4 years, 1 month ago
  70. 7e8e6ee KVM: SVM: Move asid to vcpu_svm by Cathy Avery · 4 years, 3 months ago
  71. c2fe3cd KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook by Sean Christopherson · 4 years, 3 months ago
  72. 2fcf487 KVM: nSVM: implement on demand allocation of the nested state by Maxim Levitsky · 4 years, 3 months ago
  73. 72f211e KVM: x86: allow kvm_x86_ops.set_efer to return an error value by Maxim Levitsky · 4 years, 3 months ago
  74. fd6fa73 KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied by Alexander Graf · 4 years, 3 months ago
  75. fb0f33f KVM: nSVM: CR3 MBZ bits are only 63:52 by Krish Sadhukhan · 4 years, 4 months ago
  76. 830bd71 KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept by Babu Moger · 4 years, 4 months ago
  77. c62e2e9 KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors by Babu Moger · 4 years, 4 months ago
  78. 9780d51 KVM: SVM: Modify intercept_exceptions to generic intercepts by Babu Moger · 4 years, 4 months ago
  79. 30abaa88 KVM: SVM: Change intercept_dr to generic intercepts by Babu Moger · 4 years, 4 months ago
  80. 03bfeeb KVM: SVM: Change intercept_cr to generic intercepts by Babu Moger · 4 years, 4 months ago
  81. c45ad72 KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept) by Babu Moger · 4 years, 4 months ago
  82. a90c1ed KVM: nSVM: Remove unused field by Babu Moger · 4 years, 4 months ago
  83. 0dd16b5 KVM: nSVM: rename nested vmcb to vmcb12 by Maxim Levitsky · 4 years, 4 months ago
  84. 59cd9bc KVM: nSVM: prepare to handle errors from enter_svm_guest_mode() by Vitaly Kuznetsov · 4 years, 6 months ago
  85. 761e416 KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests by Krish Sadhukhan · 4 years, 6 months ago
  86. 01c3b2b KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr() by Joerg Roedel · 4 years, 6 months ago
  87. a284ba5 KVM: SVM: Add svm_ prefix to set/clr/is_intercept() by Joerg Roedel · 4 years, 6 months ago
  88. 06e7852 KVM: SVM: Add vmcb_ prefix to mark_*() functions by Joerg Roedel · 4 years, 6 months ago
  89. 7693b3e KVM: SVM: Rename struct nested_state to svm_nested_state by Joerg Roedel · 4 years, 6 months ago
  90. 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 7 months ago
  91. c513f48 KVM: nSVM: leave guest mode when clearing EFER.SVME by Paolo Bonzini · 4 years, 7 months ago
  92. e9fd761 KVM: nSVM: remove HF_VINTR_MASK by Paolo Bonzini · 4 years, 8 months ago
  93. ffdf7f9 KVM: nSVM: extract svm_set_gif by Paolo Bonzini · 4 years, 7 months ago
  94. 2d8a42b KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit by Paolo Bonzini · 4 years, 7 months ago
  95. e670bf6 KVM: nSVM: save all control fields in svm->nested by Paolo Bonzini · 4 years, 8 months ago
  96. 69c9dfa KVM: nSVM: move map argument out of enter_svm_guest_mode by Paolo Bonzini · 4 years, 8 months ago
  97. bd27962 KVM: nSVM: remove exit_required by Paolo Bonzini · 4 years, 8 months ago
  98. 7c86663 KVM: nSVM: inject exceptions via svm_check_nested_events by Paolo Bonzini · 4 years, 8 months ago
  99. fc6f7c0 KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set by Paolo Bonzini · 4 years, 8 months ago
  100. cae96af KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks by Paolo Bonzini · 4 years, 8 months ago