1. e771b9a cpu/x86/mp.h: Implement a pre-SSE2 mfence by Arthur Heymans · 2 years, 9 months ago
  2. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  3. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 3 months ago
  4. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  5. a15b25f soc/intel: Add Raptor Lake device IDs by Bora Guvendik · 2 years, 6 months ago
  6. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 3 months ago
  7. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  8. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 4 months ago
  9. 311ddf3 soc/intel/alderlake: Add new CPU ID by Lean Sheng Tan · 2 years, 5 months ago
  10. 9e78dd1 soc/intel/alderlake: Update CPU IDs with correct steppings by Lean Sheng Tan · 2 years, 5 months ago
  11. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 6 months ago
  12. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 5 months ago
  13. 9f40107 soc/intel/common: Include Meteor Lake device IDs by Wonkyu Kim · 3 years, 9 months ago
  14. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  15. 3a96074 src/arch/ppc64/*: pass FDT address to payload by Sergii Dmytruk · 3 years ago
  16. 252fc29 src/cpu/power9: add file structure for power9, implement SCOM access by Igor Bagnucki · 3 years, 8 months ago
  17. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 6 months ago
  18. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  19. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  20. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  21. 7aea15a cpu/x86/lapic: Fix choice X2APIC_ONLY by Kyösti Mälkki · 2 years, 10 months ago
  22. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  23. 0c1158b cpu/x86/lapic: Unify some parameter by Kyösti Mälkki · 2 years, 8 months ago
  24. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  25. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  26. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  27. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  28. 783a874 include/cpu/x86/mp.h: Remove indirect include by Arthur Heymans · 2 years, 9 months ago
  29. 4b5a490 src/cpu,soc/amd/common/block/cpu: Add preload_microcode by Raul E Rangel · 2 years, 9 months ago
  30. 5b94cd9 soc/intel/common: Include Alder Lake-N device IDs by Usha P · 2 years, 9 months ago
  31. c435038 cpu/amd/mtrr: Remove topmem global variables by Arthur Heymans · 2 years, 10 months ago
  32. ca87532 cpu/amd/mtrr/amd_mtrr.c: Remove unused functions by Arthur Heymans · 2 years, 10 months ago
  33. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 10 months ago
  34. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  35. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  36. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  37. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  38. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  39. f3c4282 soc/intel/alderlake: Add CPU ID 0x906a4 by Meera Ravindranath · 3 years ago
  40. 49759f6 soc/intel: Add TGL-H CPUID by Jeremy Soller · 3 years ago
  41. 0e2510f soc/intel/common/block/cpu: Introduce CAR_HAS_L3_PROTECTED_WAYS Kconfig by Subrata Banik · 3 years, 1 month ago
  42. 16ab9bd soc/intel/common: Calculate and configure SF Mask 2 by Subrata Banik · 3 years, 1 month ago
  43. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years, 1 month ago
  44. 9bf4293 include/cpu: Remove one space from bitfield macro definition by Subrata Banik · 3 years, 1 month ago
  45. 25429c0 include/cpu: Use tab instead of space by Subrata Banik · 3 years, 1 month ago
  46. f427e80 cpu/intel: Add dedicated file to grow Intel CPUIDs by Subrata Banik · 3 years, 1 month ago
  47. f1e8e7f include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR by Felix Held · 3 years, 1 month ago
  48. 71b918d include/cpu/amd/msr: add and use MC_CTL_MASK macro by Felix Held · 3 years, 1 month ago
  49. 4f51c94 include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr by Felix Held · 3 years, 1 month ago
  50. bf1f1df include/cpu/x86/msr: add mca_clear_status function by Felix Held · 3 years, 1 month ago
  51. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  52. ceb2fbb include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC by Felix Held · 3 years, 1 month ago
  53. ced76f7 include/cpu/x86/msr: fix MCG_CTL_P definition by Felix Held · 3 years, 1 month ago
  54. 3f1b706 include/cpu/x86/msr: add mca_get_bank_count function by Felix Held · 3 years, 1 month ago
  55. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  56. 8a85a84 Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s by Martin Roth · 3 years, 2 months ago
  57. 481c52d soc/intel/car: Add support for bootguard CAR by Arthur Heymans · 4 years, 9 months ago
  58. 2322227 soc/intel/common: Add InSMM.STS support by Angel Pons · 3 years, 5 months ago
  59. 6335605 soc/intel/common/block/smm: Add `mainboard_smi_finalize` by Aseda Aboagye · 3 years, 2 months ago
  60. 6ccb252 cpu/intel/msr.h: Sort MSRs in ascending order by Angel Pons · 3 years, 2 months ago
  61. d1fca8f cpu/intel/msr.h: Add license header by Angel Pons · 3 years, 2 months ago
  62. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  63. 08f4526 cpu/x86/lapic: Drop read/write_around aliases by Kyösti Mälkki · 3 years, 3 months ago
  64. 36c9017 cpu/x86/lapic: Separate stop_this_cpu() by Kyösti Mälkki · 3 years, 3 months ago
  65. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  66. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  67. 242f1d9 cpu/x86/lapic: Do not inline some utility functions by Kyösti Mälkki · 3 years, 2 months ago
  68. 0cfa911 cpu/x86/lapic: Add lapic_update32() helper by Kyösti Mälkki · 3 years, 3 months ago
  69. 41e6216 cpu/x86/lapic: Regroup LAPIC accessors by Kyösti Mälkki · 3 years, 3 months ago
  70. 176c887 cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE by Kyösti Mälkki · 3 years, 3 months ago
  71. 67d07a6 cpu/x86/lapic: Declare start_cpu() static by Kyösti Mälkki · 3 years, 3 months ago
  72. e7266e8 cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe by Arthur Heymans · 3 years, 3 months ago
  73. a04256f *x86: fix x2apic mode boot issue by Wonkyu Kim · 3 years, 4 months ago
  74. 1d9f8b0 cpu/x86/msr: introduce helpers msr_read, msr_write by Michael Niewöhner · 3 years, 4 months ago
  75. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  76. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  77. 9036bd7 cpu/x86/mp_init.c: Drop unnecessary preprocessor usage by Arthur Heymans · 3 years, 6 months ago
  78. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  79. ad0116c cpu/x86/smm_loaderv2: Remove unused variables by Arthur Heymans · 3 years, 6 months ago
  80. 64d9e85 cpu/x86/smm_module_hander: Set up a save state map by Arthur Heymans · 3 years, 6 months ago
  81. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  82. 6f9b1a9 cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params by Arthur Heymans · 3 years, 6 months ago
  83. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  84. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  85. 166d2ac cpu/x86/smm_stub.S: Drop unused module_handler parameter by Arthur Heymans · 3 years, 5 months ago
  86. 5dfb331 cpu/x86/smm: Move relocatable stub params by Arthur Heymans · 3 years, 6 months ago
  87. f14c05f cpu/intel/microcode: Fix caching logic in intel_microcode_find by Furquan Shaikh · 3 years, 5 months ago
  88. 7e0019e src/cpu/x86: Add helper mp_run_on_all_aps by Aamir Bohra · 3 years, 6 months ago
  89. e09294f include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR by Felix Held · 3 years, 6 months ago
  90. 285dd6e soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h by Felix Held · 3 years, 6 months ago
  91. 56a676e cpu/intel/microcode: Fix typo in function parameter by Elyes HAOUAS · 3 years, 6 months ago
  92. 0bea950 cpu/intel/microcode: Add caching layer in intel_microcode_find by Patrick Rudolph · 3 years, 7 months ago
  93. 22236a5 cpu/x86/smm: Remove unused APMC for C-state and P-state by Kyösti Mälkki · 3 years, 7 months ago
  94. 9a1620f cpu/x86/smm: Use common APMC logging by Kyösti Mälkki · 3 years, 7 months ago
  95. 276e865 soc/amd/picasso: Generate ACPI CRAT objects in cb by Jason Glenesk · 3 years, 8 months ago
  96. 6b28456 cpu/intel: add PC10 residency counter MSR by Michael Niewöhner · 3 years, 8 months ago
  97. b8cf039 ACPI: Final APM_CNT_GNVS_UPDATE cleanup by Kyösti Mälkki · 4 years, 2 months ago
  98. 498015d soc/amd/picasso: Separate CPUID defs into new header by Jason Glenesk · 3 years, 8 months ago
  99. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  100. eaaa549 cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers by Arthur Heymans · 3 years, 10 months ago