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