1. 4d75dbd cpu/x86: Set up a separate stack for APs by Arthur Heymans · 1 year, 10 months ago
  2. ca26109 cpu/x86/mtrr: rename local cpu_idx variable and make it const by Felix Held · 1 year, 8 months ago
  3. 447f577 cpu/x86/mtrr: use lapicid instead of cpu_index calls by Felix Held · 1 year, 8 months ago
  4. db65dd6 cpu/x86/mp_init.c: Improve AP entry point by Arthur Heymans · 1 year, 9 months ago
  5. b326166 cpu/x86/mtrr/mtrr: fix printk format strings by Felix Held · 1 year, 8 months ago
  6. 4c37498 cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs by Kane Chen · 1 year, 9 months ago
  7. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  8. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 9 months ago
  9. c5b8f8e cpu/x86/Kconfig: Drop unused Kconfig symbol by Elyes Haouas · 1 year, 9 months ago
  10. 95932ba sb/intel/common: Drop duplicate smi_set_eos() by Kyösti Mälkki · 1 year, 9 months ago
  11. bbba201 cpu/x86/smm: Use common SMM_ASEG region by Kyösti Mälkki · 1 year, 9 months ago
  12. d4dfc21 cpu/x86: Set thread local storage in C code by Arthur Heymans · 1 year, 9 months ago
  13. 407e00d include/cpu/msr.h: transform into an union by Arthur Heymans · 1 year, 10 months ago
  14. bbf6aef cpu/x86/Kconfig.debug_cpu: Drop unused symbol by Arthur Heymans · 1 year, 9 months ago
  15. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 9 months ago
  16. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 9 months ago
  17. f874fc2 cpu/x86/smm/module_loader: Fix ASEG loading by Arthur Heymans · 1 year, 10 months ago
  18. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  19. f4c11dc cpu/x86: Drop !CPU_INFO_V2 code by Arthur Heymans · 1 year, 10 months ago
  20. 66b2888 cpu/x86: Drop LEGACY_SMP_INIT by Arthur Heymans · 1 year, 10 months ago
  21. 9a458e4 {cpu/nb}/amd/family15tn: Remove platform by Arthur Heymans · 1 year, 10 months ago
  22. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 10 months ago
  23. 27802bb cpu/x86/mp_init.c: Use existing code to create cpu struct device by Arthur Heymans · 2 years, 3 months ago
  24. b95d427 Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" by Felix Held · 1 year, 10 months ago
  25. d1862b4 cpu/x86/mp_init.c: Handle failed init_bsp() by Arthur Heymans · 1 year, 10 months ago
  26. 1bb9786 cpu/x86/mp_init.c: Set a bogus initial lapic_id by Arthur Heymans · 1 year, 10 months ago
  27. 48c825e cpu/x86/mp_init.c: Use linked list data structures by Arthur Heymans · 2 years, 3 months ago
  28. 3b1eac5 cpu/x86/mp_init: adjust timeout for final SIPI by Jonathan Zhang · 1 year, 10 months ago
  29. 45d3205 cpu/x86: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  30. 912a262 cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB by Arthur Heymans · 4 years, 9 months ago
  31. b18fec5 cpu/x86/64bit: Fix building with -jx by Arthur Heymans · 1 year, 10 months ago
  32. 9fd53fd cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 11 months ago
  33. afc5f9b cpu/x86/smm/smm_module_loader.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  34. 69c02b0 cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> by Elyes Haouas · 1 year, 11 months ago
  35. 4e04776 cpu/x86/smm/smihandler: use lapicid() by Felix Held · 1 year, 11 months ago
  36. a0405b84 cpu/x86/mp_init: drop unused MAX_APIC_IDS define by Felix Held · 1 year, 11 months ago
  37. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  38. 1f5c5da cpu/x86/smm/smihandler: use existing LAPIC ID register definition by Felix Held · 1 year, 11 months ago
  39. a19ff6d cpu/x86/smm/smm_module_loader.c: Fix STM setup by Eugene Myers · 1 year, 11 months ago
  40. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 3 months ago
  41. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 11 months ago
  42. fb28799 arch/x86: Fix MAX_CPUS check proper for late X2APIC config by Subrata Banik · 2 years, 1 month ago
  43. 55d300c cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND` by Subrata Banik · 2 years, 1 month ago
  44. 2125a17 arch/x86: Add X2APIC_LATE_WORKAROUND by Subrata Banik · 2 years, 1 month ago
  45. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 7 months ago
  46. 207225c cpu/x86/mp_init: retype do_smm element in mp_state struct to bool by Felix Held · 2 years, 1 month ago
  47. 1f07797 cpu/x86/smm/smm_module_loader.c: Fix formatted print by Elyes Haouas · 2 years, 2 months ago
  48. 0effeb5 cpu/x86/smm_module_loader: Use struct region in cpu map by Arthur Heymans · 2 years, 3 months ago
  49. af04f3c cpu/x86/smm: Use struct region to check overlapping sections by Arthur Heymans · 2 years, 4 months ago
  50. 68d765b cpu/x86/smm_module_loader: Update logging by Arthur Heymans · 2 years, 4 months ago
  51. 3f6ff24 cpu/x86/mp_init.c: Prolong delay on synchronous API by Arthur Heymans · 2 years, 3 months ago
  52. 346db92 cpu/x86/smm_module_loader: Drop superfluous checks by Arthur Heymans · 2 years, 4 months ago
  53. 4609365 Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages" by Arthur Heymans · 2 years, 3 months ago
  54. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 3 months ago
  55. 4ed2260 cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges by Arthur Heymans · 2 years, 4 months ago
  56. 2a13a54 cpu/x86/smm_module_load: Fix SMM stub params by Kyösti Mälkki · 2 years, 3 months ago
  57. 64c04e0 cpu/x86: Allow SoC to select the LAPIC access mode by Subrata Banik · 2 years, 3 months ago
  58. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  59. d7c3716 cpu/x86/smm_module_load: Rewrite setup_stub by Arthur Heymans · 2 years, 4 months ago
  60. cb361da cpu/x86/smm_module_loader: Add a convenient ss_top by Arthur Heymans · 2 years, 4 months ago
  61. 5747f6c cpu/x86/smm_module_loader.c: Rewrite setup by Arthur Heymans · 2 years, 4 months ago
  62. 1b970bd cpu/x86/smm: Drop 'entry' struct element by Arthur Heymans · 2 years, 4 months ago
  63. 0ab98d5 cpu/x86/smm: Refactor creating a stub/save state map by Arthur Heymans · 2 years, 4 months ago
  64. ea2c1d3 cpu/x86/smm: Remove heap by Arthur Heymans · 2 years, 3 months ago
  65. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 3 months ago
  66. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  67. 597b9e9 cpu/x86/64bit: Generate static page tables from an assembly file by Arthur Heymans · 2 years, 4 months ago
  68. 34f5cd9 cpu/x86/64bit: Add a separate Makefile.inc by Arthur Heymans · 2 years, 4 months ago
  69. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 7 months ago
  70. 170d33d cpu/x86/fpu_enable.inc: Remove file used by romcc by Arthur Heymans · 3 years, 3 months ago
  71. 67f29e8 cpu/x86/Kconfig*: Guard with ARCH_X86 by Arthur Heymans · 2 years, 4 months ago
  72. eaf11c9 x86/mtrr: Print address ranges inclusive to be more consistent by Werner Zeh · 2 years, 4 months ago
  73. 3e4e4ab cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution by Subrata Banik · 2 years, 4 months ago
  74. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 4 months ago
  75. 95af254 cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  76. ff69b6f cpu/x86/smm_module_loader.c: Clean up printing the CPU map by Arthur Heymans · 2 years, 4 months ago
  77. 1f09a2a cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot by Subrata Banik · 2 years, 5 months ago
  78. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 5 months ago
  79. 3ad00d0 cpu/x86/mtrr: Make useful MTRR functions available for all boot stages by Subrata Banik · 2 years, 5 months ago
  80. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 6 months ago
  81. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  82. b4ba289 cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  83. 707e545 cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT by Kyösti Mälkki · 2 years, 6 months ago
  84. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 6 months ago
  85. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  86. 16fa339 cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  87. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  88. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  89. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  90. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  91. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  92. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  93. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  94. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  95. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 7 months ago
  96. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 7 months ago
  97. 48fbf2f cpu/x86/mp_init.c: Make it work for !CONFIG_SMP by Arthur Heymans · 2 years, 9 months ago
  98. 5b334b8 x86_64 assembly: Don't touch %gs by Patrick Rudolph · 2 years, 9 months ago
  99. 7d925c5 cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  100. 29c7622 cpu/x86/mp_init.c: Fix building with no smihandler by Arthur Heymans · 3 years, 3 months ago