1. 2e97a0c Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  2. 01d5e78 Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  3. 1d5379d0 x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword by Michael Sterritt · 3 years, 1 month ago
  4. c494eb3 x86/sev-es: Use insn_decode_mmio() for MMIO implementation by Kirill A. Shutemov · 3 years, 1 month ago
  5. 75cc9a8 x86/sev: Remove do_early_exception() forward declarations by Borislav Petkov · 3 years, 2 months ago
  6. 18c3933 x86/sev: Shorten GHCB terminate macro names by Brijesh Singh · 3 years, 2 months ago
  7. cc0356d Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  8. 20273d2 Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  9. 6e5772c Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  10. 007faec x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV by Tianyu Lan · 3 years, 2 months ago
  11. ce47d0c x86/sev: Allow #VC exceptions on the VC2 stack by Joerg Roedel · 3 years, 2 months ago
  12. ff0c37e x86/sev: Include fpu/xcr.h by Thomas Gleixner · 3 years, 3 months ago
  13. 541ac97 x86/sev: Make the #VC exception stacks part of the default stacks storage by Borislav Petkov · 3 years, 3 months ago
  14. 6283f2e x86/sev: Replace occurrences of sev_es_active() with cc_platform_has() by Tom Lendacky · 3 years, 4 months ago
  15. 8d9d46b x86/sev: Use "SEV: " prefix for messages from sev.c by Joerg Roedel · 3 years, 6 months ago
  16. be1a540 x86/sev: Split up runtime #VC handler for correct state tracking by Joerg Roedel · 3 years, 6 months ago
  17. d187f21 x86/sev: Make sure IRQs are disabled while GHCB is active by Joerg Roedel · 3 years, 6 months ago
  18. 07570ce x86/sev: Propagate #GP if getting linear instruction address failed by Joerg Roedel · 3 years, 7 months ago
  19. 4aaa7eac x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]() by Joerg Roedel · 3 years, 7 months ago
  20. 4aca2d9 x86/sev: Fix error message in runtime #VC handler by Joerg Roedel · 3 years, 7 months ago
  21. 4954f5b x86/sev-es: Use __put_user()/__get_user() for data accesses by Joerg Roedel · 3 years, 7 months ago
  22. c25bbdb x86/sev-es: Forward page-faults which happen during emulation by Joerg Roedel · 3 years, 7 months ago
  23. b250f2f x86/sev-es: Don't return NULL from sev_es_get_ghcb() by Joerg Roedel · 3 years, 7 months ago
  24. a50c5be x86/sev-es: Invalidate the GHCB after completing VMGEXIT by Tom Lendacky · 3 years, 8 months ago
  25. fea63d5 x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch by Tom Lendacky · 3 years, 8 months ago
  26. e759959 x86/sev-es: Rename sev-es.{ch} to sev.{ch} by Brijesh Singh · 3 years, 8 months ago[Renamed (99%) from arch/x86/kernel/sev-es.c]
  27. c653667 Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  28. 799de1b x86/sev-es: Optimize __sev_es_ist_enter() for better readability by Joerg Roedel · 3 years, 10 months ago
  29. afb4a37 Merge tag 'v5.12-rc3' into x86/seves by Borislav Petkov · 3 years, 10 months ago
  30. 5e32c64 x86/sev-es: Convert to insn_decode() by Borislav Petkov · 4 years, 1 month ago
  31. 99e4b0d x86/sev-es: Split vc_decode_insn() by Borislav Petkov · 3 years, 10 months ago
  32. 9e76129 x86/insn: Rename insn_decode() to insn_decode_from_regs() by Borislav Petkov · 4 years, 2 months ago
  33. 0d39131 Merge 'x86/seves' into x86/core by Borislav Petkov · 3 years, 10 months ago
  34. bffe30d x86/sev-es: Use __copy_from_user_inatomic() by Joerg Roedel · 3 years, 10 months ago
  35. 62441a1 x86/sev-es: Correctly track IRQ states in runtime #VC handler by Joerg Roedel · 3 years, 10 months ago
  36. 545ac14 x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack by Joerg Roedel · 3 years, 10 months ago
  37. f3db336 x86/sev-es: Remove subtraction of res variable by Borislav Petkov · 3 years, 10 months ago
  38. a1d5c98 x86/sev: Fix nonistr violation by Peter Zijlstra · 4 years ago
  39. 7024f60 x86/sev-es: Handle string port IO to kernel memory properly by Hyunwook (Wooky) Baek · 4 years ago
  40. 2411cd8 x86/sev-es: Do not support MMIO to/from encrypted memory by Joerg Roedel · 4 years, 2 months ago
  41. 0ddfb1c x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer by Tom Lendacky · 4 years, 3 months ago
  42. f5ed777 x86/sev-es: Check required CPU features for SEV-ES by Martin Radev · 4 years, 4 months ago
  43. 39336f4 x86/efi: Add GHCB mappings when SEV-ES is active by Tom Lendacky · 4 years, 4 months ago
  44. 4ca68e0 x86/sev-es: Handle NMI State by Joerg Roedel · 4 years, 4 months ago
  45. 094794f x86/sev-es: Support CPU offline/online by Joerg Roedel · 4 years, 4 months ago
  46. 8940ac9 x86/realmode: Setup AP jump table by Tom Lendacky · 4 years, 4 months ago
  47. f6a9f8a x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ES by Joerg Roedel · 4 years, 4 months ago
  48. cb1ad3e x86/sev-es: Handle #DB Events by Joerg Roedel · 4 years, 4 months ago
  49. a2d0171 x86/sev-es: Handle #AC Events by Joerg Roedel · 4 years, 4 months ago
  50. 2eb7dcf x86/sev-es: Handle VMMCALL Events by Tom Lendacky · 4 years, 4 months ago
  51. ded476b x86/sev-es: Handle MWAIT/MWAITX Events by Tom Lendacky · 4 years, 4 months ago
  52. 0c2fd2e x86/sev-es: Handle MONITOR/MONITORX Events by Tom Lendacky · 4 years, 4 months ago
  53. 8b4ce83 x86/sev-es: Handle INVD Events by Tom Lendacky · 4 years, 4 months ago
  54. 5d55cf7 x86/sev-es: Handle RDPMC Events by Tom Lendacky · 4 years, 4 months ago
  55. 4711e7a x86/sev-es: Handle RDTSC(P) Events by Tom Lendacky · 4 years, 4 months ago
  56. a14a92f x86/sev-es: Handle WBINVD Events by Tom Lendacky · 4 years, 4 months ago
  57. 479a7bf x86/sev-es: Handle DR7 read/write events by Tom Lendacky · 4 years, 4 months ago
  58. a4afa60 x86/sev-es: Handle MSR events by Tom Lendacky · 4 years, 4 months ago
  59. 0118b60 x86/sev-es: Handle MMIO String Instructions by Joerg Roedel · 4 years, 4 months ago
  60. 51ee7d6 x86/sev-es: Handle MMIO events by Tom Lendacky · 4 years, 4 months ago
  61. 5e3427a x86/sev-es: Handle instruction fetches from user-space by Joerg Roedel · 4 years, 4 months ago
  62. d3529bb x86/sev-es: Wire up existing #VC exit-code handlers by Joerg Roedel · 4 years, 4 months ago
  63. 0786138c x86/sev-es: Add a Runtime #VC Exception Handler by Tom Lendacky · 4 years, 4 months ago
  64. 315562c x86/sev-es: Adjust #VC IST Stack on entering NMI handler by Joerg Roedel · 4 years, 4 months ago
  65. 02772fb9 x86/sev-es: Allocate and map an IST stack for #VC handler by Joerg Roedel · 4 years, 4 months ago
  66. 885689e x86/sev-es: Setup per-CPU GHCBs for the runtime handler by Tom Lendacky · 4 years, 4 months ago
  67. 1aa9aa8 x86/sev-es: Setup GHCB-based boot #VC handler by Joerg Roedel · 4 years, 4 months ago
  68. f980f9c x86/sev-es: Compile early handler code into kernel image by Joerg Roedel · 4 years, 4 months ago