1. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 4 months ago
  2. 7a51acf cpu/x86/smm: Set up page tables in safe SMRAM by Arthur Heymans · 7 months ago
  3. 3cfcffe cpu/x86/(sipi|smm): Pass on CR3 from ramstage by Arthur Heymans · 7 months ago
  4. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 10 months ago
  5. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 12 months ago
  6. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 3 months ago
  7. f4dff38 cpu/x86/mp_init.c: Set topology on BSP by Arthur Heymans · 1 year, 4 months ago
  8. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 10 months ago
  9. ddf48eb cpu/mp_init.c: Only enable CPUs once they execute code by Arthur Heymans · 1 year, 10 months ago
  10. a804f91 cpu/smm_module_loader.c: Fix up CPU index locally by Arthur Heymans · 2 years, 3 months ago
  11. 71bc9f0 cpu/x86/mp_init.c: Generate a C header to get start32 offset by Arthur Heymans · 2 years, 3 months ago
  12. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 3 months ago
  13. 7be147d mp_init: Wait longer for APs to check in by Patrick Rudolph · 1 year, 7 months ago
  14. 22abb3e tree: Move 'asmlinkage' before type 'void' by Elyes Haouas · 1 year, 6 months ago
  15. 4d75dbd cpu/x86: Set up a separate stack for APs by Arthur Heymans · 1 year, 10 months ago
  16. db65dd6 cpu/x86/mp_init.c: Improve AP entry point by Arthur Heymans · 1 year, 9 months ago
  17. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  18. d4dfc21 cpu/x86: Set thread local storage in C code by Arthur Heymans · 1 year, 9 months ago
  19. 27802bb cpu/x86/mp_init.c: Use existing code to create cpu struct device by Arthur Heymans · 2 years, 3 months ago
  20. b95d427 Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" by Felix Held · 1 year, 10 months ago
  21. d1862b4 cpu/x86/mp_init.c: Handle failed init_bsp() by Arthur Heymans · 1 year, 10 months ago
  22. 1bb9786 cpu/x86/mp_init.c: Set a bogus initial lapic_id by Arthur Heymans · 1 year, 10 months ago
  23. 48c825e cpu/x86/mp_init.c: Use linked list data structures by Arthur Heymans · 2 years, 3 months ago
  24. 3b1eac5 cpu/x86/mp_init: adjust timeout for final SIPI by Jonathan Zhang · 1 year, 10 months ago
  25. a0405b84 cpu/x86/mp_init: drop unused MAX_APIC_IDS define by Felix Held · 1 year, 11 months ago
  26. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  27. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 3 months ago
  28. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 11 months ago
  29. 207225c cpu/x86/mp_init: retype do_smm element in mp_state struct to bool by Felix Held · 2 years, 1 month ago
  30. 3f6ff24 cpu/x86/mp_init.c: Prolong delay on synchronous API by Arthur Heymans · 2 years, 3 months ago
  31. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  32. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  33. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 7 months ago
  34. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 5 months ago
  35. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  36. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  37. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  38. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  39. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  40. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  41. 48fbf2f cpu/x86/mp_init.c: Make it work for !CONFIG_SMP by Arthur Heymans · 2 years, 9 months ago
  42. 7d925c5 cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  43. 29c7622 cpu/x86/mp_init.c: Fix building with no smihandler by Arthur Heymans · 3 years, 3 months ago
  44. f150581 cpu/x86/mp_init.c: Fix building without an SMI_HANDLER by Arthur Heymans · 2 years, 9 months ago
  45. 9f91ced cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI by Subrata Banik · 3 years, 1 month ago
  46. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  47. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  48. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  49. e198880 cpu/x86/mp_init: use cb_err as run_ap_work return type by Felix Held · 2 years, 10 months ago
  50. 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
  51. 3dd9cfb cpu/x86/mp_init: use cb_err as wait_for_aps return type by Felix Held · 2 years, 10 months ago
  52. 2939ebd cpu/x86/mp_init: use cb_err as apic_wait_timeout return type by Felix Held · 2 years, 10 months ago
  53. 2461a09 cpu/x86/mp_init: use cb_err as install_permanent_handler return type by Felix Held · 2 years, 10 months ago
  54. d04835e cpu/x86/mp_init: use cb_err as install_relocation_handler return type by Felix Held · 2 years, 10 months ago
  55. 3671597 cpu/x86: Remove cpu parameter to ap_init by Raul E Rangel · 2 years, 10 months ago
  56. 99c8478 cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP by Raul E Rangel · 2 years, 10 months ago
  57. a8772db cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case by Felix Held · 2 years, 10 months ago
  58. 5911096 cpu/x86/mp_init: use cb_err as start_aps return type by Felix Held · 2 years, 10 months ago
  59. b5376ff cpu/x86/mp_init: add final new line to debug messages by Felix Held · 2 years, 10 months ago
  60. b04e2ba cpu/x86/mp_init: factor out send_sipi_to_aps function by Felix Held · 2 years, 10 months ago
  61. edc5af5 cpu/x86/mp_init: use types.h include by Felix Held · 2 years, 10 months ago
  62. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  63. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  64. fafeb19 cpu/x86/mp_init: add expansion for SIPI acronym by Felix Held · 2 years, 11 months ago
  65. 333652c cpu/x86/mp_init: Add comment to smm_do_relocation by Raul E Rangel · 2 years, 11 months ago
  66. 51d0be7 cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding by Subrata Banik · 3 years ago
  67. 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
  68. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  69. 09a6d63 cpu/x86/mp_init: Support both xapic and x2apic with common code by Arthur Heymans · 3 years, 3 months ago
  70. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  71. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  72. 88407bc cpu/x86/smm: Drop the V1 smmloader by Arthur Heymans · 3 years, 6 months ago
  73. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  74. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  75. 9036bd7 cpu/x86/mp_init.c: Drop unnecessary preprocessor usage by Arthur Heymans · 3 years, 6 months ago
  76. 41b078f cpu/x86/mp_init.c: Don't overwrite the global variable per CPU by Arthur Heymans · 3 years, 6 months ago
  77. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  78. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  79. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  80. 7910978 cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data by Arthur Heymans · 3 years, 6 months ago
  81. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  82. 7e0019e src/cpu/x86: Add helper mp_run_on_all_aps by Aamir Bohra · 3 years, 5 months ago
  83. 9887264 cpu/x86/mp_init.c: Print out the microcode revision of APs by Arthur Heymans · 3 years, 7 months ago
  84. 393992f cpu/mp_init: Fix microcode lock by Patrick Rudolph · 3 years, 7 months ago
  85. 6c46b6f cpu/x86/mp_init: Add support for x86_64 by Patrick Rudolph · 4 years ago
  86. cbbce66b cpu/x86: increase timeout for CPUs to check in after 2nd SIPI by Jonathan Zhang · 3 years, 10 months ago
  87. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  88. afb7a81 cpu/x86/smm: Introduce SMM module loader version 2 by Rocky Phagura · 4 years, 1 month ago
  89. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  90. f213f17 intel/stm: Drop now unneeded `num_cpus` param by Eugene D Myers · 4 years, 4 months ago
  91. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  92. dbcb0ce cpu/x86: Fix typo by Subrata Banik · 4 years, 5 months ago
  93. 53e9236 cpu/x86: Remove unnecessary guard by Eugene Myers · 4 years, 6 months ago
  94. 970ed2a cpu/x86: Adjust STM smm_save_state_size by Eugene Myers · 4 years, 6 months ago
  95. faa1118 cpu/x86: Put guard around align for smm_save_state_size by Eugene Myers · 4 years, 6 months ago
  96. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  97. 6ec322e cpu/x86: Make MP init timeout configurable by Jonathan Zhang · 4 years, 7 months ago
  98. 1a8dbfc cpu/x86/mp_init: Fix typo by Elyes HAOUAS · 4 years, 8 months ago
  99. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  100. 5ec97ce soc/*: mp_run_on_all_cpus: Remove configurable timeout by Patrick Rudolph · 5 years ago