1. c770ad6 cpu/x86: Make 1GB paging the default by Julius Werner · 2 months ago
  2. fda9d75 cpu/x86/pae/pgtbl.c: extract reusable code from memset_pae() by Krystian Hebel · 3 months ago
  3. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 3 months ago
  4. a8fdafa cpu/x86/pae/pgtbl.c: remove dead paging_identity_map_addr() by Krystian Hebel · 3 months ago
  5. 33192a3 cpu/x86/pae/pgtbl.c: remove dead map_2M_page() by Krystian Hebel · 3 months ago
  6. 4bbec0c tree: Drop duplicated <stdarg.h> and <stdio.h> by Elyes Haouas · 4 months ago
  7. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 4 months ago
  8. d57d5e3 smmstorev2: Load the communication buffer at SMM setup by Arthur Heymans · 8 months ago
  9. 7225656 tree: Remove duplicated <stdint.h> by Elyes Haouas · 4 months ago
  10. 9649984 cpu/x86/topology: Add node ID parser by Patrick Rudolph · 5 months ago
  11. ee83be4 cpu/x86: Link page tables in stage if possible by Arthur Heymans · 7 months ago
  12. bb1f812 cpu/x86/smm: Pass full SMRAM region info to SMM runtime by Benjamin Doron · 6 months ago
  13. de37be8 cpu/x86: Use correct config flag for 1GiB page table by Bora Guvendik · 5 months ago
  14. 194128a cpu/x86/mtrr: Error out caching limitation during NEM by Subrata Banik · 5 months ago
  15. 7a51acf cpu/x86/smm: Set up page tables in safe SMRAM by Arthur Heymans · 7 months ago
  16. 3cfcffe cpu/x86/(sipi|smm): Pass on CR3 from ramstage by Arthur Heymans · 7 months ago
  17. 7fbef1b lib: Remove heap from rmodules by Arthur Heymans · 6 months ago
  18. 1908110 arch to cpu: Add SPDX license headers to Kconfig files by Martin Roth · 6 months ago
  19. 3edf840 cpu/x86/64bit: Turn jumping to long mode into a macro by Arthur Heymans · 3 years, 1 month ago
  20. ecbc243 cpu/x86: Add 1GiB pages for memory access up to 512GiB by Ashish Kumar Mishra · 7 months ago
  21. 0c5b632 cpu/x86/smm/pci_resource_store: Allow devices with no resources by Patrick Rudolph · 7 months ago
  22. 61ec6e9 cpu/x86/smm/pci_resource_store: Store DEV/VEN ID by Patrick Rudolph · 7 months ago
  23. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  24. d7612e9 tree: Use accessor functions for struct region fields by Nico Huber · 7 months ago
  25. c0a4c89 cpu/x86/smi_trigger: use call_smm by Felix Held · 7 months ago
  26. 21710ea cpu/x86/smi_trigger: use enum cb_err as apm_control return type by Felix Held · 7 months ago
  27. c4fbc91 cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO port by Felix Held · 8 months ago
  28. ddc19b3 arch/x86/include/mode_switch: Add more wrapper functions by Patrick Rudolph · 8 months ago
  29. 3052e9e cpu/x86/64bit/mode_switch2: The reverse function to mode_switch by Patrick Rudolph · 8 months ago
  30. b4283a4 cpu/x86/64bit/mode_switch: Simplify assembly code by Patrick Rudolph · 8 months ago
  31. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 10 months ago
  32. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 3 months ago
  33. cb26bd7 cpu/x86/mtrr/debug: rename variables in display_variable_mtrr by Felix Held · 11 months ago
  34. 8d8ed45 cpu/x86/mtrr/debug: use MTRR_PHYS_MASK by Felix Held · 11 months ago
  35. 4534371 cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types by Felix Held · 11 months ago
  36. 1663d18 cpu/x86/mtrr/debug: make local MSR variables const by Felix Held · 11 months ago
  37. 94b91c3 cpu/x86/mtrr/debug: drop unnecessary MSR union by Felix Held · 11 months ago
  38. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 12 months ago
  39. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 12 months ago
  40. db766c7 cpu/x86/smm: Don't save EFER by Arthur Heymans · 1 year, 10 months ago
  41. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  42. 0834b22 cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND by Kyösti Mälkki · 1 year, 1 month ago
  43. a52b93b cpu/x86: Add some notes about XAPIC/X2APIC by Kyösti Mälkki · 1 year, 2 months ago
  44. 053a45b cpu/x86/lapic: Fix X2APIC_ONLY regression by Kyösti Mälkki · 1 year, 2 months ago
  45. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 2 months ago
  46. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 2 months ago
  47. 1efca4d cpu/x86/smm: Drop fxsave/fxrstor logic by Arthur Heymans · 1 year, 3 months ago
  48. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 3 months ago
  49. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 3 months ago
  50. db17ebc cpu/x86/sse_enable.inc: Remove unused file by Arthur Heymans · 1 year, 3 months ago
  51. bf282c2 cpu/x86/smm_stub.S: Fix comment by Arthur Heymans · 1 year, 10 months ago
  52. c532b83 cpu/x86/smm_stub.S: Update comment by Arthur Heymans · 1 year, 10 months ago
  53. 53b1929 Kconfig: Get rid of named choice LAPIC_ACCESS_MODE by Martin Roth · 1 year, 3 months ago
  54. f4dff38 cpu/x86/mp_init.c: Set topology on BSP by Arthur Heymans · 1 year, 4 months ago
  55. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 10 months ago
  56. ddf48eb cpu/mp_init.c: Only enable CPUs once they execute code by Arthur Heymans · 1 year, 10 months ago
  57. a804f91 cpu/smm_module_loader.c: Fix up CPU index locally by Arthur Heymans · 2 years, 3 months ago
  58. 71bc9f0 cpu/x86/mp_init.c: Generate a C header to get start32 offset by Arthur Heymans · 2 years, 3 months ago
  59. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 3 months ago
  60. 2439b2e cpu/x86/64bit/Makefile: use all_x86 make target by Felix Held · 1 year, 5 months ago
  61. 549528d cpu/x86/64bit/Makefile: use verstage_x86 make target by Felix Held · 1 year, 5 months ago
  62. d801d00 cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target by Felix Held · 1 year, 5 months ago
  63. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 9 months ago
  64. 7be147d mp_init: Wait longer for APs to check in by Patrick Rudolph · 1 year, 7 months ago
  65. 8cbd216 cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol by Felix Held · 1 year, 5 months ago
  66. ac8c378 cpu/x86/smm: Add PCI resource store functionality by Robert Zieba · 2 years ago
  67. 22abb3e tree: Move 'asmlinkage' before type 'void' by Elyes Haouas · 1 year, 6 months ago
  68. 107e7aa cpu/x86/smm: Enable setting SMM console log level from mainboard by Johnny Lin · 3 years, 7 months ago
  69. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 6 months ago
  70. 4d75dbd cpu/x86: Set up a separate stack for APs by Arthur Heymans · 1 year, 10 months ago
  71. ca26109 cpu/x86/mtrr: rename local cpu_idx variable and make it const by Felix Held · 1 year, 8 months ago
  72. 447f577 cpu/x86/mtrr: use lapicid instead of cpu_index calls by Felix Held · 1 year, 8 months ago
  73. db65dd6 cpu/x86/mp_init.c: Improve AP entry point by Arthur Heymans · 1 year, 9 months ago
  74. b326166 cpu/x86/mtrr/mtrr: fix printk format strings by Felix Held · 1 year, 8 months ago
  75. 4c37498 cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs by Kane Chen · 1 year, 9 months ago
  76. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  77. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 9 months ago
  78. c5b8f8e cpu/x86/Kconfig: Drop unused Kconfig symbol by Elyes Haouas · 1 year, 9 months ago
  79. 95932ba sb/intel/common: Drop duplicate smi_set_eos() by Kyösti Mälkki · 1 year, 9 months ago
  80. bbba201 cpu/x86/smm: Use common SMM_ASEG region by Kyösti Mälkki · 1 year, 9 months ago
  81. d4dfc21 cpu/x86: Set thread local storage in C code by Arthur Heymans · 1 year, 9 months ago
  82. 407e00d include/cpu/msr.h: transform into an union by Arthur Heymans · 1 year, 10 months ago
  83. bbf6aef cpu/x86/Kconfig.debug_cpu: Drop unused symbol by Arthur Heymans · 1 year, 9 months ago
  84. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 9 months ago
  85. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 9 months ago
  86. f874fc2 cpu/x86/smm/module_loader: Fix ASEG loading by Arthur Heymans · 1 year, 10 months ago
  87. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  88. f4c11dc cpu/x86: Drop !CPU_INFO_V2 code by Arthur Heymans · 1 year, 10 months ago
  89. 66b2888 cpu/x86: Drop LEGACY_SMP_INIT by Arthur Heymans · 1 year, 10 months ago
  90. 9a458e4 {cpu/nb}/amd/family15tn: Remove platform by Arthur Heymans · 1 year, 10 months ago
  91. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 10 months ago
  92. 27802bb cpu/x86/mp_init.c: Use existing code to create cpu struct device by Arthur Heymans · 2 years, 3 months ago
  93. b95d427 Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" by Felix Held · 1 year, 10 months ago
  94. d1862b4 cpu/x86/mp_init.c: Handle failed init_bsp() by Arthur Heymans · 1 year, 10 months ago
  95. 1bb9786 cpu/x86/mp_init.c: Set a bogus initial lapic_id by Arthur Heymans · 1 year, 10 months ago
  96. 48c825e cpu/x86/mp_init.c: Use linked list data structures by Arthur Heymans · 2 years, 3 months ago
  97. 3b1eac5 cpu/x86/mp_init: adjust timeout for final SIPI by Jonathan Zhang · 1 year, 10 months ago
  98. 45d3205 cpu/x86: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  99. 912a262 cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB by Arthur Heymans · 4 years, 9 months ago
  100. b18fec5 cpu/x86/64bit: Fix building with -jx by Arthur Heymans · 1 year, 10 months ago