1. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 7 months ago
  2. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 7 months ago
  3. 0ce7904 cpu/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 8 months ago
  4. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  5. 04c497a cpu/intel: Use unsigned types in `get_cpu_count()` by Angel Pons · 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. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  8. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  9. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  10. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  11. 00c95b1 cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSR by Angel Pons · 3 years, 2 months ago
  12. 85790d0 cpu/intel/model_206ax: Drop c-state table indirection by Angel Pons · 3 years, 7 months ago
  13. 3fa23b8 soc/intel/*: Get rid of custom microcode caching by Patrick Rudolph · 3 years, 7 months ago
  14. d26e1cf cpu/intel/*init: Remove obsolete cache enable by Patrick Rudolph · 3 years, 7 months ago
  15. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 7 months ago
  16. 0d11dbf cpu/intel/model_206ax: Get CPU frequencies for SMBIOS type 4 by Michał Żygowski · 3 years, 10 months ago
  17. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 10 months ago
  18. 6303243 {cpu,soc}/intel: replace AES-NI locking by common implemenation call by Michael Niewöhner · 3 years, 10 months ago
  19. 7f8767d cpu/intel/model_{2065x,206ax}: fix AES-NI locking by Michael Niewöhner · 3 years, 10 months ago
  20. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  21. 0778c86 sb,soc/intel: Replace smm_southbridge_enable_smi() by Kyösti Mälkki · 4 years, 2 months ago
  22. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  23. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  24. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  25. 573481b cpu/intel/model_206ax: Lock MSR on all cores by Patrick Rudolph · 4 years, 6 months ago
  26. f0b79da src: Remove unused 'include <pc80/mc146818rtc.h>' by Elyes HAOUAS · 4 years, 9 months ago
  27. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  28. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  29. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  30. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  31. a6a396d cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 by Elyes HAOUAS · 5 years ago
  32. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  33. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  34. 8ee161d arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field by Elyes HAOUAS · 5 years ago
  35. edbf5d9 cpu/intel/model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  36. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  37. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  38. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  39. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  40. dfaff4d cpu/intel/model_206ax: detect number of MCE banks by Dan Elkouby · 6 years ago
  41. 9e1b9b5 nb/intel/sandybridge: Move CPU report to cpu folder by Patrick Rudolph · 6 years ago
  42. 74203de intel/sandybridge: Don't hardcode platform type by Patrick Rudolph · 7 years ago
  43. 68f6888 Revert "model_206ax: Use parallel MP init" by Arthur Heymans · 6 years ago
  44. 5fbe788 model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  45. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  46. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 7 years ago
  47. ffdee28 cpu/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  48. 73a2894 cpu/intel: Add int to unsigned by Lee Leahy · 7 years ago
  49. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  50. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  51. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  52. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  53. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  54. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  55. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  56. efc01f0 model_206ax: Fix APIC map when HT is disabled. by Vladimir Serbinenko · 9 years ago
  57. c16e9dfa Create i945-ivy smm tseg init based on ivy code. by Vladimir Serbinenko · 9 years ago
  58. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  59. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  60. 5cfef13 cpu/intel: Fix out-of-bounds read due to off-by-one in condition by Edward O'Callaghan · 10 years ago
  61. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  62. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 11 years ago
  63. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  64. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  65. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  66. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 12 years ago
  67. 223af0d document Intel VMX locking behavior by Mike Frysinger · 12 years ago
  68. 455f4b4 Fix CONFIG_MAX_CPU set to 1 CPU build problem by Stefan Reinauer · 12 years ago
  69. 08067ba ivybridge: Catch unknown CPU revisions by Stefan Reinauer · 12 years ago
  70. f5a11aa Initialize the VMX MSR by Marc Jones · 12 years ago
  71. 5986eda Revert "Remove code that enables/disables VMX in coreboot on chromebooks." by Marc Jones · 12 years ago
  72. bb9dff5 sandybridge: Correct reporting of cores and threads by Stefan Reinauer · 12 years ago
  73. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  74. 5563211 CPU: Add option to set TCC activation offset by Duncan Laurie · 12 years ago
  75. c65a36e Enable Microcode in CBFS for all SandyBridge/IvyBridge systems by Stefan Reinauer · 12 years ago
  76. 4e4320f CPU: Update ivybridge PP1 current limit value by Duncan Laurie · 12 years ago
  77. 77dbbac CPU: Add basic support for Nominal Configurable TDP by Duncan Laurie · 12 years ago
  78. 537b4e0 Add code to read Intel microcode from CBFS by Vadim Bendebury · 12 years ago
  79. df0c822 Rename microcode include file to be model agnostic by Vadim Bendebury · 12 years ago
  80. 305b19d Remove code that enables/disables VMX in coreboot on chromebooks. by Ronald G. Minnich · 12 years ago
  81. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  82. 5c55463 Add support for Intel Sandybridge CPU by Stefan Reinauer · 12 years ago