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. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  6. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  7. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  8. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  9. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  10. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  11. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 7 months ago
  12. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 7 months ago
  13. 48fbf2f cpu/x86/mp_init.c: Make it work for !CONFIG_SMP by Arthur Heymans · 2 years, 9 months ago
  14. 5b334b8 x86_64 assembly: Don't touch %gs by Patrick Rudolph · 2 years, 9 months ago
  15. 7d925c5 cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  16. 29c7622 cpu/x86/mp_init.c: Fix building with no smihandler by Arthur Heymans · 3 years, 3 months ago
  17. f150581 cpu/x86/mp_init.c: Fix building without an SMI_HANDLER by Arthur Heymans · 2 years, 9 months ago
  18. 9f91ced cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI by Subrata Banik · 3 years, 1 month ago
  19. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 10 months ago
  20. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 10 months ago
  21. 761e2ae cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option by Felix Held · 2 years, 10 months ago
  22. 39789eb cpu/x86: drop CPU_X86_LAPIC Kconfig option by Felix Held · 2 years, 10 months ago
  23. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 10 months ago
  24. e2783da cpu/x86: Introduce `CPU_X86_CACHE_HELPER` by Felix Held · 2 years, 10 months ago
  25. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  26. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  27. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  28. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  29. e198880 cpu/x86/mp_init: use cb_err as run_ap_work return type by Felix Held · 2 years, 10 months ago
  30. 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
  31. 3dd9cfb cpu/x86/mp_init: use cb_err as wait_for_aps return type by Felix Held · 2 years, 10 months ago
  32. 2939ebd cpu/x86/mp_init: use cb_err as apic_wait_timeout return type by Felix Held · 2 years, 10 months ago
  33. 2461a09 cpu/x86/mp_init: use cb_err as install_permanent_handler return type by Felix Held · 2 years, 10 months ago
  34. d04835e cpu/x86/mp_init: use cb_err as install_relocation_handler return type by Felix Held · 2 years, 10 months ago
  35. 3671597 cpu/x86: Remove cpu parameter to ap_init by Raul E Rangel · 2 years, 10 months ago
  36. 99c8478 cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP by Raul E Rangel · 2 years, 10 months ago
  37. 1eae39f arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors by Raul E Rangel · 2 years, 10 months ago
  38. a8772db cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case by Felix Held · 2 years, 10 months ago
  39. 5911096 cpu/x86/mp_init: use cb_err as start_aps return type by Felix Held · 2 years, 10 months ago
  40. b5376ff cpu/x86/mp_init: add final new line to debug messages by Felix Held · 2 years, 10 months ago
  41. b04e2ba cpu/x86/mp_init: factor out send_sipi_to_aps function by Felix Held · 2 years, 10 months ago
  42. edc5af5 cpu/x86/mp_init: use types.h include by Felix Held · 2 years, 10 months ago
  43. 9ae922a cpu/x86/cpu_info.S: Remove ebx save/restore by Raul E Rangel · 2 years, 10 months ago
  44. db3e4b9 cpu/x86/smm/smm_stub: Remove cpu_info by Raul E Rangel · 2 years, 10 months ago
  45. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  46. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  47. c78c46d cpu/x86/lapic: Only deliver ExtINT to BSP by Kyösti Mälkki · 3 years, 2 months ago
  48. 7da871e cpu/x86/lapic: Do not set read-only bits in LVTx by Kyösti Mälkki · 3 years, 2 months ago
  49. 90f54c9 cpu/x86/lapic: Add comment on spurious interrupt by Kyösti Mälkki · 3 years, 2 months ago
  50. ff556ca cpu/x86/lapic: Split virtual_wire_mode_init() by Kyösti Mälkki · 3 years, 2 months ago
  51. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  52. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  53. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  54. da68c9d arch/x86,cpu/x86: Move cpu_info initialization instructions into macro by Raul E Rangel · 2 years, 11 months ago
  55. fafeb19 cpu/x86/mp_init: add expansion for SIPI acronym by Felix Held · 2 years, 11 months ago
  56. 333652c cpu/x86/mp_init: Add comment to smm_do_relocation by Raul E Rangel · 2 years, 11 months ago
  57. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  58. 51d0be7 cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding by Subrata Banik · 3 years ago
  59. 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
  60. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  61. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  62. 8a85a84 Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s by Martin Roth · 3 years, 2 months ago
  63. 6335605 soc/intel/common/block/smm: Add `mainboard_smi_finalize` by Aseda Aboagye · 3 years, 2 months ago
  64. 09a6d63 cpu/x86/mp_init: Support both xapic and x2apic with common code by Arthur Heymans · 3 years, 3 months ago
  65. ed8d777 cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64 by Patrick Rudolph · 3 years, 2 months ago
  66. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  67. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  68. 08f4526 cpu/x86/lapic: Drop read/write_around aliases by Kyösti Mälkki · 3 years, 3 months ago
  69. 36c9017 cpu/x86/lapic: Separate stop_this_cpu() by Kyösti Mälkki · 3 years, 3 months ago
  70. 68fe11b cpu/x86/lapic: Add wait_ipi_completion() helpers by Kyösti Mälkki · 3 years, 3 months ago
  71. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  72. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  73. 242f1d9 cpu/x86/lapic: Do not inline some utility functions by Kyösti Mälkki · 3 years, 2 months ago
  74. 0cfa911 cpu/x86/lapic: Add lapic_update32() helper by Kyösti Mälkki · 3 years, 3 months ago
  75. 176c887 cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE by Kyösti Mälkki · 3 years, 3 months ago
  76. 4cf65e9 cpu/x86/lapic: Drop IOAPIC test by Kyösti Mälkki · 3 years, 2 months ago
  77. 58c5865 cpu/x86/lapic: Redo DEBUG_HALT_SELF by Kyösti Mälkki · 3 years, 3 months ago
  78. 67d07a6 cpu/x86/lapic: Declare start_cpu() static by Kyösti Mälkki · 3 years, 3 months ago
  79. 176989a cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT by Kyösti Mälkki · 3 years, 3 months ago
  80. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  81. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 3 months ago
  82. 50e9d38 cpu/x86/smm: Fix u32 type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  83. 85ac067 cpu/x86/smm: Fix size_t type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  84. 2ea9595 cpu/x86/smm: Fix uintptr_t type mismatches in print statements by Paul Menzel · 3 years, 3 months ago
  85. e7266e8 cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe by Arthur Heymans · 3 years, 3 months ago
  86. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 10 months ago
  87. b1101cc cpu/x86/smm: Fix typo by Patrick Georgi · 3 years, 3 months ago
  88. a04256f *x86: fix x2apic mode boot issue by Wonkyu Kim · 3 years, 4 months ago
  89. 1aa5194 src/cpu/x86/smm: remove debug message; not thread safe by Rocky Phagura · 3 years, 4 months ago
  90. 6fcc46d cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS by Tim Wawrzynczak · 3 years, 4 months ago
  91. 457c661 cpu/x86: Fix control flow UNREACHABLE issue by John Zhao · 3 years, 4 months ago
  92. 29abd04 cpu/x86/smm/smm_module_loaderv2.c: Rename file by Arthur Heymans · 3 years, 5 months ago
  93. 88407bc cpu/x86/smm: Drop the V1 smmloader by Arthur Heymans · 3 years, 6 months ago
  94. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  95. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  96. 93a4e01 cpu/x86/smm: Fix SMM start address passing by Marc Jones · 3 years, 5 months ago
  97. 9036bd7 cpu/x86/mp_init.c: Drop unnecessary preprocessor usage by Arthur Heymans · 3 years, 6 months ago
  98. 41b078f cpu/x86/mp_init.c: Don't overwrite the global variable per CPU by Arthur Heymans · 3 years, 6 months ago
  99. 1e1d5d6 cpu/x86/smm_module_loaderv2.c: Remove noop stack size check by Arthur Heymans · 3 years, 5 months ago
  100. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago