1. d9db0fd KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features by Paolo Bonzini · 3 years, 8 months ago
  2. e8126bd KVM: SVM: Move SEV module params/variables to sev.c by Sean Christopherson · 3 years, 8 months ago
  3. f31b88b KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails by Sean Christopherson · 3 years, 8 months ago
  4. fd49e8e Merge branch 'kvm-sev-cgroup' into HEAD by Paolo Bonzini · 3 years, 8 months ago
  5. 238eca8 KVM: SVM: Allocate SEV command structures on local stack by Sean Christopherson · 3 years, 9 months ago
  6. 6a443de KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command by Brijesh Singh · 3 years, 9 months ago
  7. 15fb7de KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command by Brijesh Singh · 3 years, 9 months ago
  8. af43cbb KVM: SVM: Add support for KVM_SEV_RECEIVE_START command by Brijesh Singh · 3 years, 9 months ago
  9. 5569e2e KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command by Steve Rutherford · 3 years, 8 months ago
  10. fddecf6 KVM: SVM: Add KVM_SEV_SEND_FINISH command by Brijesh Singh · 3 years, 9 months ago
  11. d3d1af8 KVM: SVM: Add KVM_SEND_UPDATE_DATA command by Brijesh Singh · 3 years, 9 months ago
  12. 4cfdd47 KVM: SVM: Add KVM_SEV SEND_START command by Brijesh Singh · 3 years, 9 months ago
  13. 54526d1 KVM: x86: Support KVM VMs sharing SEV context by Nathan Tempelman · 3 years, 9 months ago
  14. a3ba26e KVM: SVM: Make sure GHCB is mapped before updating by Tom Lendacky · 3 years, 9 months ago
  15. eba04b2 KVM: x86: Account a variety of miscellaneous allocations by Sean Christopherson · 3 years, 9 months ago
  16. 8727906 KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created by Sean Christopherson · 3 years, 9 months ago
  17. 9fa1521 KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes by Sean Christopherson · 3 years, 9 months ago
  18. c36b16d KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs by Sean Christopherson · 3 years, 9 months ago
  19. 7aef27f svm/sev: Register SEV and SEV-ES ASIDs to the misc controller by Vipin Sharma · 3 years, 9 months ago
  20. 6312975 KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places) by Paolo Bonzini · 3 years, 10 months ago
  21. a7fc06d KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup by Michael Roth · 3 years, 11 months ago
  22. 553cc15 KVM: SVM: remove uneeded fields from host_save_users_msrs by Michael Roth · 3 years, 11 months ago
  23. 35a7831 KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions by Sean Christopherson · 4 years ago
  24. 2c07ded KVM/SVM: add support for SEV attestation command by Brijesh Singh · 4 years ago
  25. 19a23da Fix unsynchronized access to sev members through svm_register_enc_region by Peter Gonda · 4 years ago
  26. 2500914 KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest by Sean Christopherson · 4 years ago
  27. 647daca KVM: SVM: Add support for booting APs in an SEV-ES guest by Tom Lendacky · 4 years ago
  28. f65cf84 KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load by Nathan Chancellor · 4 years ago
  29. bc351f0 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 4 years ago
  30. d45f89f KVM: SVM: fix 32-bit compilation by Paolo Bonzini · 4 years ago
  31. 8640ca5 KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting by Tom Lendacky · 4 years ago
  32. ad73109 KVM: SVM: Provide support to launch and run an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  33. 8613777 KVM: SVM: Provide support for SEV-ES vCPU loading by Tom Lendacky · 4 years, 1 month ago
  34. 376c6d2 KVM: SVM: Provide support for SEV-ES vCPU creation/loading by Tom Lendacky · 4 years, 1 month ago
  35. 80675b3 KVM: SVM: Update ASID allocation to support SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
  36. 85ca8be KVM: SVM: Set the encryption mask for the SVM host save area by Tom Lendacky · 4 years, 1 month ago
  37. 4444dfe KVM: SVM: Add NMI support for an SEV-ES guest by Tom Lendacky · 4 years ago
  38. 7ed9abf KVM: SVM: Support string IO operations for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  39. 8f423a8 KVM: SVM: Support MMIO for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  40. 59e38b5 KVM: SVM: Create trace events for VMGEXIT MSR protocol processing by Tom Lendacky · 4 years, 1 month ago
  41. d523ab6b KVM: SVM: Create trace events for VMGEXIT processing by Tom Lendacky · 4 years, 1 month ago
  42. e1d7111 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100 by Tom Lendacky · 4 years, 1 month ago
  43. d369466 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004 by Tom Lendacky · 4 years, 1 month ago
  44. 1edc145 KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002 by Tom Lendacky · 4 years, 1 month ago
  45. 291bd20 KVM: SVM: Add initial support for a VMGEXIT VMEXIT by Tom Lendacky · 4 years, 1 month ago
  46. add5e2f KVM: SVM: Add support for the SEV-ES VMSA by Tom Lendacky · 4 years, 1 month ago
  47. 916391a KVM: SVM: Add support for SEV-ES capability in KVM by Tom Lendacky · 4 years, 1 month ago
  48. 9d4747d KVM: SVM: Remove the call to sev_platform_status() during setup by Tom Lendacky · 4 years, 1 month ago
  49. dee734a KVM: x86: adjust SEV for commit 7e8e6eed75e by Paolo Bonzini · 4 years, 1 month ago
  50. 854c57f KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt(). by Ashish Kalra · 4 years, 2 months ago
  51. f9a705a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
  52. 92a0610 Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  53. 14e3dd8 KVM: SEV: shorten comments around sev_clflush_pages by Paolo Bonzini · 4 years, 3 months ago
  54. 50085be KVM: SVM: Mark SEV launch secret pages as dirty. by Cfir Cohen · 4 years, 5 months ago
  55. e1ebb2b KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains by Krish Sadhukhan · 4 years, 3 months ago
  56. 7be7494 KVM: SVM: Periodically schedule when unregistering regions on destroy by David Rientjes · 4 years, 4 months ago
  57. ff2bd9f KVM: SVM: Fix sev_pin_memory() error handling by Dan Carpenter · 4 years, 6 months ago
  58. 06e7852 KVM: SVM: Add vmcb_ prefix to mark_*() functions by Joerg Roedel · 4 years, 6 months ago
  59. 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 7 months ago
  60. 2426363 kvm: svm: Always set svm->last_cpu on VMRUN by Jim Mattson · 4 years, 7 months ago
  61. a8d908b KVM: x86: report sev_pin_memory errors with PTR_ERR by Paolo Bonzini · 4 years, 6 months ago
  62. dc42c8a KVM: SVM: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
  63. 78824fa KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast() by John Hubbard · 4 years, 7 months ago
  64. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  65. 996ed22 arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory() by Janakarajan Natarajan · 4 years, 8 months ago
  66. b2bce0a KVM: SVM: Fix build error due to missing release_pages() include by Borislav Petkov · 4 years, 9 months ago
  67. 9ef1530 KVM: SVM: fix compilation with modular PSP and non-modular KVM by Paolo Bonzini · 4 years, 9 months ago
  68. eaf7826 KVM: SVM: Move SEV code to separate file by Joerg Roedel · 4 years, 9 months ago