1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  2. 16fa339 cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  3. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  4. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  5. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  6. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  7. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 7 months ago
  8. db3e4b9 cpu/x86/smm/smm_stub: Remove cpu_info by Raul E Rangel · 2 years, 10 months ago
  9. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  10. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  11. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  12. 6335605 soc/intel/common/block/smm: Add `mainboard_smi_finalize` by Aseda Aboagye · 3 years, 2 months ago
  13. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  14. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  15. 50e9d38 cpu/x86/smm: Fix u32 type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  16. 85ac067 cpu/x86/smm: Fix size_t type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  17. 2ea9595 cpu/x86/smm: Fix uintptr_t type mismatches in print statements by Paul Menzel · 3 years, 3 months ago
  18. b1101cc cpu/x86/smm: Fix typo by Patrick Georgi · 3 years, 3 months ago
  19. a04256f *x86: fix x2apic mode boot issue by Wonkyu Kim · 3 years, 4 months ago
  20. 1aa5194 src/cpu/x86/smm: remove debug message; not thread safe by Rocky Phagura · 3 years, 4 months ago
  21. 457c661 cpu/x86: Fix control flow UNREACHABLE issue by John Zhao · 3 years, 4 months ago
  22. 29abd04 cpu/x86/smm/smm_module_loaderv2.c: Rename file by Arthur Heymans · 3 years, 5 months ago
  23. 88407bc cpu/x86/smm: Drop the V1 smmloader by Arthur Heymans · 3 years, 6 months ago
  24. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  25. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  26. 93a4e01 cpu/x86/smm: Fix SMM start address passing by Marc Jones · 3 years, 5 months ago
  27. 1e1d5d6 cpu/x86/smm_module_loaderv2.c: Remove noop stack size check by Arthur Heymans · 3 years, 5 months ago
  28. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  29. ad0116c cpu/x86/smm_loaderv2: Remove unused variables by Arthur Heymans · 3 years, 6 months ago
  30. 1afe20b cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub() by Arthur Heymans · 3 years, 6 months ago
  31. 64d9e85 cpu/x86/smm_module_hander: Set up a save state map by Arthur Heymans · 3 years, 6 months ago
  32. dfff5c2 cpu/x86/smm_loaderv2: Fix when only 1 CPU is present by Arthur Heymans · 3 years, 6 months ago
  33. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  34. 6f9b1a9 cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params by Arthur Heymans · 3 years, 6 months ago
  35. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  36. 823b1a8 cpu/x86/smm_module_handler: Add relocatable module params by Arthur Heymans · 3 years, 6 months ago
  37. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  38. 166d2ac cpu/x86/smm_stub.S: Drop unused module_handler parameter by Arthur Heymans · 3 years, 5 months ago
  39. 5dfb331 cpu/x86/smm: Move relocatable stub params by Arthur Heymans · 3 years, 6 months ago
  40. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  41. 22236a5 cpu/x86/smm: Remove unused APMC for C-state and P-state by Kyösti Mälkki · 3 years, 7 months ago
  42. 9a1620f cpu/x86/smm: Use common APMC logging by Kyösti Mälkki · 3 years, 7 months ago
  43. cc2c5c9 cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  44. 84935f7 cpu/x86/smm: Pass GNVS with smm_module_loader v2 by Kyösti Mälkki · 3 years, 7 months ago
  45. 2136c5a cpu/x86/smm: Use append instead of assign for smm-c-deps by Furquan Shaikh · 3 years, 7 months ago
  46. b8cf039 ACPI: Final APM_CNT_GNVS_UPDATE cleanup by Kyösti Mälkki · 4 years, 2 months ago
  47. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years, 2 months ago
  48. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  49. 484adee cpu/x86/smm/smm_stub: Fix stack canary on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  50. 9e7497e cpu/x86/smm/smm_stub: Fix GDT for x86_64 by Patrick Rudolph · 3 years, 9 months ago
  51. 81b88a1 cpu/x86/smm/smm_module_loaderv2: Properly print stack_end by Arthur Heymans · 3 years, 10 months ago
  52. b17f11e cpu/x86/smm/smm_module_loaderv2.c: Use more variables by Arthur Heymans · 3 years, 10 months ago
  53. fd8619e cpu/x86/smm: Check that the stub size is < save state size by Arthur Heymans · 3 years, 10 months ago
  54. 3967cf9 cpu/x86/smm: Add a common save state handling by Arthur Heymans · 4 years ago
  55. 7ac4722 cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4 by Arthur Heymans · 4 years ago
  56. a69d2c1 cpu/x86/smm/smihandler.c: Simplify smm revision handling by Arthur Heymans · 4 years ago
  57. f3d65e4 cpu/x86/smm: Pass smm.ld through src-to-obj by Arthur Heymans · 4 years ago
  58. 2f7d4c3 cpu/x86/smm/smihandler.c: Implement smm_get_save_state() by Arthur Heymans · 4 years ago
  59. ac0d2ee cpu/x86/smm/smmhandler.c: Get revision using C code by Arthur Heymans · 4 years ago
  60. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  61. 342d0a8 cpu/x86/smm.h: Add function to return the SMM save state revision by Arthur Heymans · 4 years ago
  62. 9256e51 cpu/x86/smm/smmhandler: Fix x86_64 assembly exit by Patrick Rudolph · 4 years ago
  63. 275f150 cpu/x86/smm/smm_module_handler: Add x86_64 support by Patrick Rudolph · 4 years ago
  64. 24bb803 cpu/x86/smm/smm_stub: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  65. afb7a81 cpu/x86/smm: Introduce SMM module loader version 2 by Rocky Phagura · 4 years, 1 month ago
  66. e769bce ACPI: Add and fill gnvs_ptr for smm_runtime by Kyösti Mälkki · 4 years, 2 months ago
  67. 03a7952 cpu/x86/smm: Add support for long mode by Patrick Rudolph · 4 years, 11 months ago
  68. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  69. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  70. 41fec86 cpu/x86/smm: Add helper functions to verify SMM access by Patrick Rudolph · 4 years, 3 months ago
  71. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 3 months ago
  72. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  73. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  74. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  75. 076605b intel/stm: Place resource list right below MSEG by Eugene D Myers · 4 years, 4 months ago
  76. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  77. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  78. a3eb3df cpu/x86/smm: Add smm_size to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  79. 17f0f01 cpu/x86/smm: Convert C++ style comment by Eugene Myers · 4 years, 6 months ago
  80. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  81. 47607bd cpu/x86/smm: Remove blank line in code by Eugene Myers · 4 years, 6 months ago
  82. 6d5f007 cpu/x86/smm: Add overflow check by Nico Huber · 4 years, 6 months ago
  83. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  84. 1818733 cpu/intel/smm: Drop em64t save state by Arthur Heymans · 4 years, 9 months ago
  85. 06f2fcc cpu/x86/smm: Use PRIxPTR to print uintptr_t by Jacob Garber · 4 years, 10 months ago
  86. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  87. 59d5731 arch/x86: Drop weak attribute on stage_cache by Kyösti Mälkki · 5 years ago
  88. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  89. 7cdb047 cpu/x86/smm: Promote smm_memory_map() by Kyösti Mälkki · 5 years ago
  90. 4913d8a cpu/x86/smm: Define single smm_subregion() by Kyösti Mälkki · 5 years ago
  91. 6708566 cpu/x86: Hide smm_save_state_area_t typedef by Kyösti Mälkki · 5 years ago
  92. 1ef039b cpu/x86: Change old-style SMI handler prototypes by Kyösti Mälkki · 5 years ago
  93. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  94. 14222d8 arch/x86: Change smm_subregion() prototype by Kyösti Mälkki · 5 years ago
  95. 9970b61 arch/x86: Move TSEG_STAGE_CACHE implementation by Kyösti Mälkki · 5 years ago
  96. b16fda2 cpu/x86: Declare smi_release_lock() static by Kyösti Mälkki · 5 years ago
  97. 4d372c7 cpu/x86: Declare SMM_ASEG by Kyösti Mälkki · 5 years ago
  98. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  99. 3fcea0d cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_t by Elyes HAOUAS · 5 years ago
  100. d26844c cpu: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago