1. 8290f4c cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER by Felix Held · 2 years, 10 months ago
  2. e2783da cpu/x86: Introduce `CPU_X86_CACHE_HELPER` by Felix Held · 2 years, 10 months ago
  3. 8023eab cpu/amd,intel/*/Makefile: don't add cpu/x86/cache by Felix Held · 2 years, 10 months ago
  4. f77d78d cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time by Felix Held · 2 years, 10 months ago
  5. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  6. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  7. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  8. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  9. 38107fa acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table by Michael Niewöhner · 2 years, 11 months ago
  10. e198880 cpu/x86/mp_init: use cb_err as run_ap_work return type by Felix Held · 2 years, 10 months ago
  11. c6f0ed7 cpu/x86/mp_init: use cb_err as mp_init & bsp_do_flight_plan return type by Felix Held · 2 years, 10 months ago
  12. 3dd9cfb cpu/x86/mp_init: use cb_err as wait_for_aps return type by Felix Held · 2 years, 10 months ago
  13. 2939ebd cpu/x86/mp_init: use cb_err as apic_wait_timeout return type by Felix Held · 2 years, 10 months ago
  14. 2461a09 cpu/x86/mp_init: use cb_err as install_permanent_handler return type by Felix Held · 2 years, 10 months ago
  15. d04835e cpu/x86/mp_init: use cb_err as install_relocation_handler return type by Felix Held · 2 years, 10 months ago
  16. 3671597 cpu/x86: Remove cpu parameter to ap_init by Raul E Rangel · 2 years, 10 months ago
  17. 99c8478 cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP by Raul E Rangel · 2 years, 10 months ago
  18. 1eae39f arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors by Raul E Rangel · 2 years, 10 months ago
  19. a8772db cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case by Felix Held · 2 years, 10 months ago
  20. 5911096 cpu/x86/mp_init: use cb_err as start_aps return type by Felix Held · 2 years, 10 months ago
  21. b5376ff cpu/x86/mp_init: add final new line to debug messages by Felix Held · 2 years, 10 months ago
  22. b04e2ba cpu/x86/mp_init: factor out send_sipi_to_aps function by Felix Held · 2 years, 10 months ago
  23. edc5af5 cpu/x86/mp_init: use types.h include by Felix Held · 2 years, 10 months ago
  24. afd268a cpu/intel/speedstep: Constify `get_cst_entries()` by Angel Pons · 2 years, 10 months ago
  25. 9ae922a cpu/x86/cpu_info.S: Remove ebx save/restore by Raul E Rangel · 2 years, 10 months ago
  26. db3e4b9 cpu/x86/smm/smm_stub: Remove cpu_info by Raul E Rangel · 2 years, 10 months ago
  27. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  28. 5791123 cpu/intel/hyperthreading: Use initial LAPIC IDs by Kyösti Mälkki · 2 years, 10 months ago
  29. a000922 cpu/intel/hyperthreading: Use cpuid_get_max_func() by Kyösti Mälkki · 2 years, 10 months ago
  30. 5f4ae42 cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APIC by Kyösti Mälkki · 2 years, 10 months ago
  31. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  32. c78c46d cpu/x86/lapic: Only deliver ExtINT to BSP by Kyösti Mälkki · 3 years, 2 months ago
  33. cb70d83 cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR by Angel Pons · 2 years, 10 months ago
  34. 7da871e cpu/x86/lapic: Do not set read-only bits in LVTx by Kyösti Mälkki · 3 years, 2 months ago
  35. 90f54c9 cpu/x86/lapic: Add comment on spurious interrupt by Kyösti Mälkki · 3 years, 2 months ago
  36. ff556ca cpu/x86/lapic: Split virtual_wire_mode_init() by Kyösti Mälkki · 3 years, 2 months ago
  37. f72c7b1 soc/amd/cezanne,soc/intel/common: rework CPPC table generation by Michael Niewöhner · 2 years, 11 months ago
  38. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  39. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  40. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  41. da68c9d arch/x86,cpu/x86: Move cpu_info initialization instructions into macro by Raul E Rangel · 2 years, 11 months ago
  42. fafeb19 cpu/x86/mp_init: add expansion for SIPI acronym by Felix Held · 2 years, 11 months ago
  43. 333652c cpu/x86/mp_init: Add comment to smm_do_relocation by Raul E Rangel · 2 years, 11 months ago
  44. 1fb2e1e cpu: add missing arch/cpu.h includes by Felix Held · 3 years ago
  45. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  46. 51d0be7 cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding by Subrata Banik · 3 years ago
  47. 02d9c85 AGESA f15tn: Hook up IDS options to Kconfig by Angel Pons · 3 years, 3 months ago
  48. 98fb72f cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI by Felix Held · 3 years, 1 month ago
  49. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  50. f1e8e7f include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR by Felix Held · 3 years, 1 month ago
  51. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  52. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  53. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  54. 2828fee cpu/amd/*/model_*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  55. 6db9dcc soc/intel: Fix microcode loading by Tim Wawrzynczak · 3 years, 1 month ago
  56. 95761c5 Makefile.inc: Fix IFITTOOL dependencies by Arthur Heymans · 3 years, 1 month ago
  57. c439e07 cpu/intel/car/core2/cache_as_ram: Add x86_64 support by Patrick Rudolph · 3 years, 11 months ago
  58. 6edaa21 ironlake: Add support for x86_64 by Patrick Rudolph · 3 years, 11 months ago
  59. 8a6053b cpu/intel/car/p4: Add x86_64 support by Arthur Heymans · 3 years, 2 months ago
  60. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  61. bc7b63f cpu/intel/car/p4-netburst: Prepare for x86_64 by Arthur Heymans · 3 years, 2 months ago
  62. e19d0ef cpu/qemu-x86: Increase heap size by Angel Pons · 3 years, 2 months ago
  63. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 2 months ago
  64. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  65. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  66. 8a85a84 Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s by Martin Roth · 3 years, 2 months ago
  67. 9d5c94a cpu/qemu-x86/Kconfig: Drop redundant selects by Angel Pons · 3 years, 2 months ago
  68. 6335605 soc/intel/common/block/smm: Add `mainboard_smi_finalize` by Aseda Aboagye · 3 years, 2 months ago
  69. 2ec084f cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS` by Angel Pons · 3 years, 2 months ago
  70. 1515a48 cpu/intel/haswell: Enable MCA logging by Angel Pons · 3 years, 2 months ago
  71. 09a6d63 cpu/x86/mp_init: Support both xapic and x2apic with common code by Arthur Heymans · 3 years, 3 months ago
  72. b50b6a5 nb/intel/sandybridge: Add x86_64 support by Patrick Rudolph · 4 years ago
  73. ed8d777 cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64 by Patrick Rudolph · 3 years, 2 months ago
  74. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  75. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  76. 08f4526 cpu/x86/lapic: Drop read/write_around aliases by Kyösti Mälkki · 3 years, 3 months ago
  77. 36c9017 cpu/x86/lapic: Separate stop_this_cpu() by Kyösti Mälkki · 3 years, 3 months ago
  78. 68fe11b cpu/x86/lapic: Add wait_ipi_completion() helpers by Kyösti Mälkki · 3 years, 3 months ago
  79. a4ceba4 cpu/x86/lapic: Add lapic_busy() helper by Arthur Heymans · 3 years, 3 months ago
  80. 6f77ff7 cpu/x86/lapic: Add lapic_send_ipi() helper by Arthur Heymans · 3 years, 3 months ago
  81. 242f1d9 cpu/x86/lapic: Do not inline some utility functions by Kyösti Mälkki · 3 years, 2 months ago
  82. 0cfa911 cpu/x86/lapic: Add lapic_update32() helper by Kyösti Mälkki · 3 years, 3 months ago
  83. 176c887 cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE by Kyösti Mälkki · 3 years, 3 months ago
  84. 4cf65e9 cpu/x86/lapic: Drop IOAPIC test by Kyösti Mälkki · 3 years, 2 months ago
  85. 58c5865 cpu/x86/lapic: Redo DEBUG_HALT_SELF by Kyösti Mälkki · 3 years, 3 months ago
  86. 67d07a6 cpu/x86/lapic: Declare start_cpu() static by Kyösti Mälkki · 3 years, 3 months ago
  87. 176989a cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT by Kyösti Mälkki · 3 years, 3 months ago
  88. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  89. 7d8bf58 cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  90. 3ab6157 cpu/intel/hyperthreading: Build only for selected models by Kyösti Mälkki · 3 years, 3 months ago
  91. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 3 months ago
  92. 772c097 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 3 months ago
  93. 6e7f9d6 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 3 months ago
  94. 151d561 cpu/intel/haswell/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 3 months ago
  95. 00c95b1 cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSR by Angel Pons · 3 years, 3 months ago
  96. cdb8150 cpu/intel/car/romstage.c: Drop unused function argument by Arthur Heymans · 3 years, 3 months ago
  97. 50e9d38 cpu/x86/smm: Fix u32 type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  98. 85ac067 cpu/x86/smm: Fix size_t type mismatch in print statement by Paul Menzel · 3 years, 3 months ago
  99. 2ea9595 cpu/x86/smm: Fix uintptr_t type mismatches in print statements by Paul Menzel · 3 years, 3 months ago
  100. e7266e8 cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe by Arthur Heymans · 3 years, 3 months ago