1. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 7 months ago
  2. 707e545 cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT by Kyösti Mälkki · 2 years, 6 months ago
  3. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  4. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  5. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 7 months ago
  6. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  7. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  8. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  9. 08f4526 cpu/x86/lapic: Drop read/write_around aliases by Kyösti Mälkki · 3 years, 3 months ago
  10. 36c9017 cpu/x86/lapic: Separate stop_this_cpu() by Kyösti Mälkki · 3 years, 3 months ago
  11. 68fe11b cpu/x86/lapic: Add wait_ipi_completion() helpers by Kyösti Mälkki · 3 years, 3 months ago
  12. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  13. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  14. 4cf65e9 cpu/x86/lapic: Drop IOAPIC test by Kyösti Mälkki · 3 years, 2 months ago
  15. 58c5865 cpu/x86/lapic: Redo DEBUG_HALT_SELF by Kyösti Mälkki · 3 years, 3 months ago
  16. 67d07a6 cpu/x86/lapic: Declare start_cpu() static by Kyösti Mälkki · 3 years, 3 months ago
  17. 176989a cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT by Kyösti Mälkki · 3 years, 3 months ago
  18. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  19. fc57d6c cpu/x86/lapic: Support x86_64 and clean up code by Patrick Rudolph · 4 years, 9 months ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  21. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  22. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  23. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  24. de56a66 cpu/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  25. eef6360 cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards by Arthur Heymans · 4 years, 9 months ago
  26. 845652b src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  27. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  28. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  29. 63f98f2 src: Use CRx_TYPE type for CRx by Elyes HAOUAS · 5 years ago
  30. e091d0e lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id by Subrata Banik · 5 years ago
  31. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  32. 2fbb677 arch/x86: Enforce CPU stack alignment by Kyösti Mälkki · 6 years ago
  33. a706ad5 arch/x86/lapic: Remove second stack poisoning by Kyösti Mälkki · 6 years ago
  34. fc1b496 cpu/x86: Get rid of device_t by Elyes HAOUAS · 7 years ago
  35. fdca655 arch/x86: Fix call for wait_other_cpus_stop() by Kyösti Mälkki · 6 years ago
  36. c68d410 x86/lapic: Use the existing lapicid() function by Marc Jones · 7 years ago
  37. e09cd1b arch/x86: Sanity checking on HAVE_SMI_HANDLER by Kyösti Mälkki · 7 years ago
  38. 2e50142 i82801dx/gx/ix/jx: Add low-memory backup for S3 path by Kyösti Mälkki · 7 years ago
  39. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 7 years ago
  40. ff284f6 arch/x86: Fix ugly NEED_LAPIC use by Kyösti Mälkki · 7 years ago
  41. 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  42. dfc8a560 cpu/x86: Fix misc. remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  43. c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  44. a15d8af cpu/x86: Remove braces and else if unnecessary by Lee Leahy · 7 years ago
  45. 8bad6d2 cpu/x86: Fix various issues detected by checkpatch.pl by Lee Leahy · 7 years ago
  46. 90ba189 src/cpu: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  47. cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  48. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  49. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  50. 585d1a0 src/cpu: Capitalize ROM and RAM by Elyes HAOUAS · 8 years ago
  51. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  52. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  53. 6b6c653 cpu/x86/lapic: Add stack overrun detection by Timothy Pearson · 9 years ago
  54. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  55. 98fc2e9 indent style fix for lapic_cpu_init.c by Jonathan A. Kollasch · 9 years ago
  56. e021dea cpu: x86 port to 64bit by Stefan Reinauer · 9 years ago
  57. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  58. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  59. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  60. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  61. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  62. 5c3f384 Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT by Kyösti Mälkki · 10 years ago
  63. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  64. 533ad10 Don't wait on 2065x by Vladimir Serbinenko · 11 years ago
  65. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  66. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  67. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  68. a146d58 ramstage: prepare for relocation by Aaron Durbin · 12 years ago
  69. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  70. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  71. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  72. 1bfbbc0 clean up lapic_cpu_init.c by Stefan Reinauer · 12 years ago
  73. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 12 years ago
  74. 000bf83c Support better tracking of AP stack usage. by Ronald G. Minnich · 12 years ago
  75. a571c70 Fix gcc-4.7 building problem. by Han Shen · 12 years ago
  76. 7bdf85b Move cpus_ready_for_init() to AMD K8 by Kyösti Mälkki · 12 years ago
  77. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  78. 63539bb Only copy real-mode section of SIPI vector by Kyösti Mälkki · 12 years ago
  79. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  80. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  81. 05758bd Remove obsolete empy macro definition by Ron Minnich · 12 years ago
  82. 2bdfb48 Fixes and Sandybridge support for lapic cpu init by Stefan Reinauer · 12 years ago
  83. 67aa3d6 drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed by Stefan Reinauer · 13 years ago
  84. a01ae62 Fix possible deadlock on SMP stop_this_cpu by Kyösti Mälkki · 12 years ago
  85. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  86. 3cab93c Add SSE3 dependent code by efdesign98 · 13 years ago
  87. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  88. 236aef2 To reduce boot time, remove the double startup IPI and 10 ms delay from lapic_cpu_init.c. The change is by Scott Duplichan · 14 years ago
  89. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  90. 9d24c7f - Simplify stack size determination: MAX_CPUS * STACK_SIZE by Patrick Georgi · 14 years ago
  91. d4c5c44 trival. All the changes is about comment and spaces. by Zheng Bao · 14 years ago
  92. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  93. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  94. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  95. 4fbefdd * rework tsc based timer code to use inb instead of outb for calibration by Stefan Reinauer · 15 years ago
  96. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  97. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  98. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  99. 2fd2c79 drop another shadow variable (trivial) by Stefan Reinauer · 15 years ago
  100. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago