1. 72b2022 cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value" by Richard Spiegel · 4 years, 8 months ago
  2. 43bd594 cpu/x86/mp_init.c: Avoid static analysis error for unused value by Richard Spiegel · 4 years, 8 months ago
  3. ece2696 src/cpu: Fix typo by Elyes HAOUAS · 4 years, 8 months ago
  4. 569711a cpu/x86/mp_init.c: Fix error treatment by Richard Spiegel · 4 years, 8 months ago
  5. 9ea7762 mp_init: fix typo by Raul E Rangel · 4 years, 8 months ago
  6. b3587a6 cpu/x86/lapic/apic_timer.c: Compile the same code for all stages by Arthur Heymans · 4 years, 8 months ago
  7. eb5d76a smm: Add canary to end of stack and die() if a stack overflow occurs by Raul E Rangel · 4 years, 9 months ago
  8. e18e5ab smm: Switch from %edx to %ebx by Raul E Rangel · 4 years, 9 months ago
  9. 8711568 smm: Push a null stack base pointer by Raul E Rangel · 4 years, 9 months ago
  10. 0140541 smm: Make local variables relative to ebp by Raul E Rangel · 4 years, 9 months ago
  11. dd549e1 smm: Clear SMRAM when debugging by Raul E Rangel · 4 years, 9 months ago
  12. d3b8393 cpu/x86: Make SMM stack size configurable by Raul E Rangel · 4 years, 10 months ago
  13. ec151f0 arch/x86: Always select RELOCATABLE_MODULES by Kyösti Mälkki · 4 years, 10 months ago
  14. 088f09d arch/x86: Drop leftover ROMCC support by Kyösti Mälkki · 4 years, 10 months ago
  15. 9d75957 src/cpu: Get rid of whitespace before tab by Elyes HAOUAS · 4 years, 10 months ago
  16. 2463533 cpu/x86/mp: Update CPU name in device structure by Naresh G Solanki · 4 years, 10 months ago
  17. e307343 src/cpu: Remove unneeded includes by Elyes HAOUAS · 4 years, 10 months ago
  18. 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 5 years ago
  19. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 5 years ago
  20. 223fb43 cpu/x86/mp: pass pointers to structures for AP callbacks by Aaron Durbin · 5 years ago
  21. 381feb8 cpu/x86/mp: use __aligned macro by Aaron Durbin · 5 years ago
  22. 4c16f8f cpu/x86/mp: remove unused functions and limit API exposure by Aaron Durbin · 5 years ago
  23. 838f296 cpu/x86: Add infinite timeout support into run_ap_work() function by Subrata Banik · 5 years ago
  24. d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 5 years ago
  25. fc1b496 cpu/x86: Get rid of device_t by Elyes HAOUAS · 5 years ago
  26. fdca655 arch/x86: Fix call for wait_other_cpus_stop() by Kyösti Mälkki · 5 years ago
  27. 696c642 cpu/x86: add limited runtime identity page mapping by Aaron Durbin · 5 years ago
  28. 0f35af8f arch/x86: add support for cache-as-ram paging by Aaron Durbin · 5 years ago
  29. 6403167 compiler.h: add __weak macro by Aaron Durbin · 5 years ago
  30. c82e48d cpu/x86: add paging_set_default_pat() function by Aaron Durbin · 5 years ago
  31. d5e4746 cpu/x86: expose and add paging helper functions by Aaron Durbin · 5 years ago
  32. ae18f80 cpu/x86: move NXE and PAT accesses to paging module by Aaron Durbin · 5 years ago
  33. 7f5e734 cpu/x86: add pae paging module to all stages by Aaron Durbin · 5 years ago
  34. bb3a5ef Correct "MTTR" to "MTRR" by Jonathan Neuschäfer · 5 years ago
  35. 2e744e0 cpu/x86/mtrr: Fix broken output ("indexis") by Jonathan Neuschäfer · 5 years ago
  36. 64f0bcb cpu/x86/mtrr: Use single code path with/without holes by Nico Huber · 5 years ago
  37. bd5fb66 cpu/x86/mtrr: Optimize hole carving strategy by Nico Huber · 5 years ago
  38. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 5 years ago
  39. 5d8faef cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan by Furquan Shaikh · 5 years ago
  40. fa9f107 cpu/x86/mp_init: Increase AP check-in time-out to 1second by Furquan Shaikh · 5 years ago
  41. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 5 years ago
  42. 3985112 cpu/x86/16bit/entry16.inc: Fix typo in comment by Paul Menzel · 5 years ago
  43. f70c1bf cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAY by Aaron Durbin · 5 years ago
  44. 0026a535 Intel sch board & chip: Remove - using LATE_CBMEM_INIT by Martin Roth · 5 years ago
  45. ec2e61a cpu/x86: set permanent SMM handler stack to 1KiB by Aaron Durbin · 5 years ago
  46. f6bbc60 intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c by Elyes HAOUAS · 5 years ago
  47. c68d410 x86/lapic: Use the existing lapicid() function by Marc Jones · 5 years ago
  48. ceb5271 cpu/x86/mtrr: Remove var-MTRR alignment optimization by Nico Huber · 5 years ago
  49. df31904 cpu/x86: Align stack in SIPI handler by Marshall Dawson · 5 years ago
  50. 6933151 cpu/x86/sipi_vector.S: Use correct op suffix by Damien Zammit · 6 years ago
  51. 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 6 years ago
  52. e8741fe Move ADDR32() hack to arch/x86 by Patrick Georgi · 6 years ago
  53. 1104c27 cpu/x86/smm: Fix explicit 'addr32' usage in clang builds by Edward O'Callaghan · 6 years ago
  54. 6acaca7 AGESA: Remove separate f15rl by Kyösti Mälkki · 6 years ago
  55. 4e2294b cpu/x86 asm: Just use the correct op suffix by Edward O'Callaghan · 6 years ago
  56. e09cd1b arch/x86: Sanity checking on HAVE_SMI_HANDLER by Kyösti Mälkki · 6 years ago
  57. 2e50142 i82801dx/gx/ix/jx: Add low-memory backup for S3 path by Kyösti Mälkki · 6 years ago
  58. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 6 years ago
  59. ff284f6 arch/x86: Fix ugly NEED_LAPIC use by Kyösti Mälkki · 6 years ago
  60. b137c13 I82801JX: Add IS_ENABLED around config options by Martin Roth · 6 years ago
  61. 349e085 sb/intel/i82801jx: Add correct PCI ids and change names by Arthur Heymans · 6 years ago
  62. fb66e81 x86/lapic/secondary.S: Align stack for _secondary_start by Marshall Dawson · 6 years ago
  63. 0fa92b3 src/cpu: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 6 years ago
  64. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 6 years ago
  65. 312b235 cpu/x86/name: Fix undefined behavior by Ryan Salsamendi · 6 years ago
  66. 8ade68a cpu/x86/smm: allow SSE instructions in SMM modules by Aaron Durbin · 6 years ago
  67. 6bb8ff4 cpu/x86: Use do while loop by Paul Menzel · 6 years ago
  68. 154d209 cpu/x86/sipi_vector: use macros for CR0 flags by Aaron Durbin · 6 years ago
  69. 9e01a0b cpu/x86/smm: use macros for CR0 flags by Aaron Durbin · 6 years ago
  70. 25a885b cpu/x86/smm: fix up types in module loader by Aaron Durbin · 6 years ago
  71. a4677e4 cpu/x86/smm/smihandler: Apply cosmetic changes by Patrick Rudolph · 6 years ago
  72. 046848c cpu/x86/mp_init: report correct count of AP acceptance by Aaron Durbin · 6 years ago
  73. d9762f7 cpu/x86/mtrr: fail early if solution exceeds available MTRRs by Aaron Durbin · 6 years ago
  74. 6a3d0bf cpu/x86: fix spelling mistake by Martin Roth · 6 years ago
  75. a928519 arch/x86: Add function to determine if we're currently running from CAR by Julius Werner · 6 years ago
  76. bc17cde arch/x86: remove CAR global migration when postcar stage is used by Aaron Durbin · 6 years ago
  77. 9b76f0b cpu/x86: add a barrier with timeout by Bora Guvendik · 6 years ago
  78. dfc8a560 cpu/x86: Fix misc. remaining issues detected by checkpatch by Lee Leahy · 6 years ago
  79. c591707 cpu/x86: Wrap lines at 80 columns by Lee Leahy · 6 years ago
  80. 8ca9a21 cpu/x86: Add int to unsigned by Lee Leahy · 6 years ago
  81. a15d8af cpu/x86: Remove braces and else if unnecessary by Lee Leahy · 6 years ago
  82. a07d0dd cpu/x86: Use tabs for indent by Lee Leahy · 6 years ago
  83. 8bad6d2 cpu/x86: Fix various issues detected by checkpatch.pl by Lee Leahy · 6 years ago
  84. 5f94541 src/cpu/x86: Remove space between * and variable name by Lee Leahy · 6 years ago
  85. 6add44b src/cpu/x86: Update/Add license headers to all files by Martin Roth · 6 years ago
  86. f3018f9 Set the fsb timer correctly for Netburst CPUs by Arthur Heymans · 6 years ago
  87. 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 6 years ago
  88. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 6 years ago
  89. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 6 years ago
  90. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 6 years ago
  91. 90ba189 src/cpu: Remove unnecessary whitespace by Elyes HAOUAS · 6 years ago
  92. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 7 years ago
  93. 2765a89 src/cpu: Improve code formatting by Elyes HAOUAS · 7 years ago
  94. cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 7 years ago
  95. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 7 years ago
  96. 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 7 years ago
  97. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 7 years ago
  98. 585d1a0 src/cpu: Capitalize ROM and RAM by Elyes HAOUAS · 7 years ago
  99. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 7 years ago
  100. a38677b cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary by Aaron Durbin · 7 years ago