1. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  2. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  3. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  4. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  5. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  6. 3fa23b8 soc/intel/*: Get rid of custom microcode caching by Patrick Rudolph · 3 years, 7 months ago
  7. 9f0093d cpu/intel/model_2065x: Drop configurable TDP copy-pasta by Angel Pons · 3 years, 7 months ago
  8. 00d6660 cpu/intel/model_2065x: Drop unused c-state code by Angel Pons · 3 years, 7 months ago
  9. d26e1cf cpu/intel/*init: Remove obsolete cache enable by Patrick Rudolph · 3 years, 7 months ago
  10. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 7 months ago
  11. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 10 months ago
  12. 6303243 {cpu,soc}/intel: replace AES-NI locking by common implemenation call by Michael Niewöhner · 3 years, 10 months ago
  13. 7f8767d cpu/intel/model_{2065x,206ax}: fix AES-NI locking by Michael Niewöhner · 3 years, 10 months ago
  14. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  15. dc4a8d0 cpu/intel/model_2065x/model_2065x_init.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  16. fc57d6c cpu/x86/lapic: Support x86_64 and clean up code by Patrick Rudolph · 4 years, 9 months ago
  17. 0778c86 sb,soc/intel: Replace smm_southbridge_enable_smi() by Kyösti Mälkki · 4 years, 2 months ago
  18. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  19. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  20. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  21. a8305e7 cpu/intel/model_2065x: Add missing CPU IDs by Angel Pons · 4 years, 6 months ago
  22. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago
  23. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  24. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  25. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  26. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  27. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  28. a6a396d cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 by Elyes HAOUAS · 5 years ago
  29. b66ee55 cpu/intel/model_2065x: Use parallel MP init by Arthur Heymans · 6 years ago
  30. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  31. 8ee161d arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field by Elyes HAOUAS · 5 years ago
  32. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  33. 0c0208b cpu: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  34. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  35. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  36. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 7 years ago
  37. ffdee28 cpu/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  38. 73a2894 cpu/intel: Add int to unsigned by Lee Leahy · 7 years ago
  39. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  40. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  41. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  42. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  43. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  44. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  45. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  46. 0f9aa1c model_2065x: Use common i945-ivy TSEG SMM init. by Vladimir Serbinenko · 9 years ago
  47. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  48. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  49. 76a1437 cpu/intel/model_2065x/model_2065x_init.c: Remove dead code by Edward O'Callaghan · 10 years ago
  50. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  51. 10b3974 intel/model_2065x: Fix APICID generation. by Vladimir Serbinenko · 10 years ago
  52. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 11 years ago
  53. 5ef4220 cpu/intel/model_2065x: Add model 20652 by Vladimir Serbinenko · 11 years ago
  54. 71f35eb Rename SANDYBRIDGE_BCLK to NEHALEM_BCLK in 2065x. by Vladimir Serbinenko · 11 years ago
  55. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  56. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  57. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  58. 22dcdd9 Add support for Intel Nehalem CPU by Vladimir Serbinenko · 11 years ago