1. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  2. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  3. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 7 months ago
  4. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 5 months ago
  5. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  6. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  7. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  8. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  9. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  10. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  11. 48fbf2f cpu/x86/mp_init.c: Make it work for !CONFIG_SMP by Arthur Heymans · 2 years, 9 months ago
  12. 7d925c5 cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 9 months ago
  13. 29c7622 cpu/x86/mp_init.c: Fix building with no smihandler by Arthur Heymans · 3 years, 3 months ago
  14. f150581 cpu/x86/mp_init.c: Fix building without an SMI_HANDLER by Arthur Heymans · 2 years, 9 months ago
  15. 9f91ced cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI by Subrata Banik · 3 years, 1 month ago
  16. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  17. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  18. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  19. e198880 cpu/x86/mp_init: use cb_err as run_ap_work return type by Felix Held · 2 years, 10 months ago
  20. c6f0ed7 cpu/x86/mp_init: use cb_err as mp_init & bsp_do_flight_plan return type by Felix Held · 2 years, 10 months ago
  21. 3dd9cfb cpu/x86/mp_init: use cb_err as wait_for_aps return type by Felix Held · 2 years, 10 months ago
  22. 2939ebd cpu/x86/mp_init: use cb_err as apic_wait_timeout return type by Felix Held · 2 years, 10 months ago
  23. 2461a09 cpu/x86/mp_init: use cb_err as install_permanent_handler return type by Felix Held · 2 years, 10 months ago
  24. d04835e cpu/x86/mp_init: use cb_err as install_relocation_handler return type by Felix Held · 2 years, 10 months ago
  25. 3671597 cpu/x86: Remove cpu parameter to ap_init by Raul E Rangel · 2 years, 11 months ago
  26. 99c8478 cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP by Raul E Rangel · 2 years, 11 months ago
  27. a8772db cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case by Felix Held · 2 years, 10 months ago
  28. 5911096 cpu/x86/mp_init: use cb_err as start_aps return type by Felix Held · 2 years, 10 months ago
  29. b5376ff cpu/x86/mp_init: add final new line to debug messages by Felix Held · 2 years, 10 months ago
  30. b04e2ba cpu/x86/mp_init: factor out send_sipi_to_aps function by Felix Held · 2 years, 10 months ago
  31. edc5af5 cpu/x86/mp_init: use types.h include by Felix Held · 2 years, 10 months ago
  32. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 11 months ago
  33. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  34. fafeb19 cpu/x86/mp_init: add expansion for SIPI acronym by Felix Held · 2 years, 11 months ago
  35. 333652c cpu/x86/mp_init: Add comment to smm_do_relocation by Raul E Rangel · 2 years, 11 months ago
  36. 51d0be7 cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding by Subrata Banik · 3 years ago
  37. 98fb72f cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI by Felix Held · 3 years, 1 month ago
  38. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  39. 09a6d63 cpu/x86/mp_init: Support both xapic and x2apic with common code by Arthur Heymans · 3 years, 3 months ago
  40. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  41. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  42. 88407bc cpu/x86/smm: Drop the V1 smmloader by Arthur Heymans · 3 years, 6 months ago
  43. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  44. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  45. 9036bd7 cpu/x86/mp_init.c: Drop unnecessary preprocessor usage by Arthur Heymans · 3 years, 6 months ago
  46. 41b078f cpu/x86/mp_init.c: Don't overwrite the global variable per CPU by Arthur Heymans · 3 years, 6 months ago
  47. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  48. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  49. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  50. 7910978 cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data by Arthur Heymans · 3 years, 6 months ago
  51. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  52. 7e0019e src/cpu/x86: Add helper mp_run_on_all_aps by Aamir Bohra · 3 years, 6 months ago
  53. 9887264 cpu/x86/mp_init.c: Print out the microcode revision of APs by Arthur Heymans · 3 years, 7 months ago
  54. 393992f cpu/mp_init: Fix microcode lock by Patrick Rudolph · 3 years, 7 months ago
  55. 6c46b6f cpu/x86/mp_init: Add support for x86_64 by Patrick Rudolph · 4 years ago
  56. cbbce66b cpu/x86: increase timeout for CPUs to check in after 2nd SIPI by Jonathan Zhang · 3 years, 10 months ago
  57. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  58. afb7a81 cpu/x86/smm: Introduce SMM module loader version 2 by Rocky Phagura · 4 years, 1 month ago
  59. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  60. f213f17 intel/stm: Drop now unneeded `num_cpus` param by Eugene D Myers · 4 years, 4 months ago
  61. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  62. dbcb0ce cpu/x86: Fix typo by Subrata Banik · 4 years, 5 months ago
  63. 53e9236 cpu/x86: Remove unnecessary guard by Eugene Myers · 4 years, 6 months ago
  64. 970ed2a cpu/x86: Adjust STM smm_save_state_size by Eugene Myers · 4 years, 6 months ago
  65. faa1118 cpu/x86: Put guard around align for smm_save_state_size by Eugene Myers · 4 years, 7 months ago
  66. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  67. 6ec322e cpu/x86: Make MP init timeout configurable by Jonathan Zhang · 4 years, 7 months ago
  68. 1a8dbfc cpu/x86/mp_init: Fix typo by Elyes HAOUAS · 4 years, 8 months ago
  69. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  70. 5ec97ce soc/*: mp_run_on_all_cpus: Remove configurable timeout by Patrick Rudolph · 5 years ago
  71. 98f43a1 cpu/x86 mp_init: Add option for AMD INIT SIPI sequence by Marshall Dawson · 5 years ago
  72. be207b1 soc/*: Report mp_init errors by Patrick Rudolph · 5 years ago
  73. f0cbb09 cpu/x86: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  74. bc67476 {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling by Jacob Garber · 5 years ago
  75. 7bc9036 arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function by Subrata Banik · 5 years ago
  76. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  77. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  78. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  79. 2fbb677 arch/x86: Enforce CPU stack alignment by Kyösti Mälkki · 6 years ago
  80. befa72b cpu/x86: Make mp_get_apic_id() function externally available by Subrata Banik · 6 years ago
  81. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  82. 46fc6847 x86/mp_init: Add configurable stack size for SMM relocate by Marshall Dawson · 6 years ago
  83. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  84. 43bd594 cpu/x86/mp_init.c: Avoid static analysis error for unused value by Richard Spiegel · 6 years ago
  85. 569711a cpu/x86/mp_init.c: Fix error treatment by Richard Spiegel · 6 years ago
  86. 9ea7762 mp_init: fix typo by Raul E Rangel · 6 years ago
  87. d3b8393 cpu/x86: Make SMM stack size configurable by Raul E Rangel · 6 years ago
  88. 2463533 cpu/x86/mp: Update CPU name in device structure by Naresh G Solanki · 6 years ago
  89. 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 6 years ago
  90. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 6 years ago
  91. 223fb43 cpu/x86/mp: pass pointers to structures for AP callbacks by Aaron Durbin · 6 years ago
  92. 381feb8 cpu/x86/mp: use __aligned macro by Aaron Durbin · 6 years ago
  93. 4c16f8f cpu/x86/mp: remove unused functions and limit API exposure by Aaron Durbin · 6 years ago
  94. 838f296 cpu/x86: Add infinite timeout support into run_ap_work() function by Subrata Banik · 6 years ago
  95. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 6 years ago
  96. 5d8faef cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan by Furquan Shaikh · 6 years ago
  97. fa9f107 cpu/x86/mp_init: Increase AP check-in time-out to 1second by Furquan Shaikh · 6 years ago
  98. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 7 years ago
  99. ec2e61a cpu/x86: set permanent SMM handler stack to 1KiB by Aaron Durbin · 7 years ago
  100. 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 7 years ago