1. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  2. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 12 months ago
  3. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  4. 0834b22 cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND by Kyösti Mälkki · 1 year, 1 month ago
  5. d801d00 cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target by Felix Held · 1 year, 5 months ago
  6. 66b2888 cpu/x86: Drop LEGACY_SMP_INIT by Arthur Heymans · 1 year, 10 months ago
  7. 45d3205 cpu/x86: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  8. 2125a17 arch/x86: Add X2APIC_LATE_WORKAROUND by Subrata Banik · 2 years, 1 month ago
  9. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 7 months ago
  10. 707e545 cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT by Kyösti Mälkki · 2 years, 6 months ago
  11. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  12. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  13. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  14. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  15. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 7 months ago
  16. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  17. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  18. c78c46d cpu/x86/lapic: Only deliver ExtINT to BSP by Kyösti Mälkki · 3 years, 2 months ago
  19. 7da871e cpu/x86/lapic: Do not set read-only bits in LVTx by Kyösti Mälkki · 3 years, 2 months ago
  20. 90f54c9 cpu/x86/lapic: Add comment on spurious interrupt by Kyösti Mälkki · 3 years, 2 months ago
  21. ff556ca cpu/x86/lapic: Split virtual_wire_mode_init() by Kyösti Mälkki · 3 years, 2 months ago
  22. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  23. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  24. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  25. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  26. 08f4526 cpu/x86/lapic: Drop read/write_around aliases by Kyösti Mälkki · 3 years, 3 months ago
  27. 36c9017 cpu/x86/lapic: Separate stop_this_cpu() by Kyösti Mälkki · 3 years, 3 months ago
  28. 68fe11b cpu/x86/lapic: Add wait_ipi_completion() helpers by Kyösti Mälkki · 3 years, 3 months ago
  29. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  30. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  31. 242f1d9 cpu/x86/lapic: Do not inline some utility functions by Kyösti Mälkki · 3 years, 2 months ago
  32. 0cfa911 cpu/x86/lapic: Add lapic_update32() helper by Kyösti Mälkki · 3 years, 3 months ago
  33. 176c887 cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE by Kyösti Mälkki · 3 years, 3 months ago
  34. 4cf65e9 cpu/x86/lapic: Drop IOAPIC test by Kyösti Mälkki · 3 years, 2 months ago
  35. 58c5865 cpu/x86/lapic: Redo DEBUG_HALT_SELF by Kyösti Mälkki · 3 years, 3 months ago
  36. 67d07a6 cpu/x86/lapic: Declare start_cpu() static by Kyösti Mälkki · 3 years, 3 months ago
  37. 176989a cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT by Kyösti Mälkki · 3 years, 3 months ago
  38. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  39. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  40. 91d5a6c cpu/x86/lapic/secondary.S: Adapt for x86_64 by Arthur Heymans · 3 years, 9 months ago
  41. 215ac3b cpu/x86/lapic: rename virtual wire mode initialization function by Felix Held · 3 years, 10 months ago
  42. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  43. cfc170b src/*: Update makefiles to exclude x86 code from psp-verstage by Martin Roth · 4 years, 3 months ago
  44. fc57d6c cpu/x86/lapic: Support x86_64 and clean up code by Patrick Rudolph · 4 years, 9 months ago
  45. 2ebea2d Revert "x86/lapic: Set EXTINT on BSP only" by Angel Pons · 4 years, 2 months ago
  46. aac79e0 x86/lapic: Set EXTINT on BSP only by Zheng Bao · 4 years, 2 months ago
  47. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  48. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  49. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  50. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  51. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  52. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  53. 1b12b64 AGESA, binaryPI: implement C bootblock by Michał Żygowski · 4 years, 9 months ago
  54. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 9 months ago
  55. 5d70978 cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  56. de56a66 cpu/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  57. eef6360 cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards by Arthur Heymans · 4 years, 9 months ago
  58. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  59. 845652b src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  60. 5a15717 cpu/x86/lapic: Refactor timer_fsb() by Kyösti Mälkki · 5 years ago
  61. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  62. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  63. 63f98f2 src: Use CRx_TYPE type for CRx by Elyes HAOUAS · 5 years ago
  64. 3b4d0e0 src/cpu/x86/lapic/lapic.c: Add missing newline by Christian Walter · 5 years ago
  65. e091d0e lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id by Subrata Banik · 5 years ago
  66. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  67. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  68. d731a24 src/cpu/intel: Set get_ia32_fsb function common by Elyes HAOUAS · 6 years ago
  69. 2fbb677 arch/x86: Enforce CPU stack alignment by Kyösti Mälkki · 6 years ago
  70. a706ad5 arch/x86/lapic: Remove second stack poisoning by Kyösti Mälkki · 6 years ago
  71. a9473ec src: Replace common MSR addresses with macros by Elyes HAOUAS · 6 years ago
  72. b3587a6 cpu/x86/lapic/apic_timer.c: Compile the same code for all stages by Arthur Heymans · 6 years ago
  73. e307343 src/cpu: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  74. fc1b496 cpu/x86: Get rid of device_t by Elyes HAOUAS · 7 years ago
  75. fdca655 arch/x86: Fix call for wait_other_cpus_stop() by Kyösti Mälkki · 6 years ago
  76. f6bbc60 intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c by Elyes HAOUAS · 7 years ago
  77. c68d410 x86/lapic: Use the existing lapicid() function by Marc Jones · 7 years ago
  78. 4e2294b cpu/x86 asm: Just use the correct op suffix by Edward O'Callaghan · 8 years ago
  79. e09cd1b arch/x86: Sanity checking on HAVE_SMI_HANDLER by Kyösti Mälkki · 7 years ago
  80. 2e50142 i82801dx/gx/ix/jx: Add low-memory backup for S3 path by Kyösti Mälkki · 7 years ago
  81. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 7 years ago
  82. ff284f6 arch/x86: Fix ugly NEED_LAPIC use by Kyösti Mälkki · 7 years ago
  83. fb66e81 x86/lapic/secondary.S: Align stack for _secondary_start by Marshall Dawson · 7 years ago
  84. 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  85. dfc8a560 cpu/x86: Fix misc. remaining issues detected by checkpatch by Lee Leahy · 7 years ago
  86. c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  87. a15d8af cpu/x86: Remove braces and else if unnecessary by Lee Leahy · 7 years ago
  88. 8bad6d2 cpu/x86: Fix various issues detected by checkpatch.pl by Lee Leahy · 7 years ago
  89. 6add44b src/cpu/x86: Update/Add license headers to all files by Martin Roth · 8 years ago
  90. f3018f9 Set the fsb timer correctly for Netburst CPUs by Arthur Heymans · 8 years ago
  91. 90ba189 src/cpu: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  92. cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  93. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  94. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  95. 585d1a0 src/cpu: Capitalize ROM and RAM by Elyes HAOUAS · 8 years ago
  96. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  97. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  98. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  99. 149c4c5 x86/smm: Initialize SMM on some CPUs one-by-one by Damien Zammit · 9 years ago
  100. 6b6c653 cpu/x86/lapic: Add stack overrun detection by Timothy Pearson · 9 years ago