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. dd96ab6 cpu/intel/haswell: Move chip_ops to cpu cluster 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. cb70d83 cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR by Angel Pons · 2 years, 9 months ago
  11. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years ago
  12. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years ago
  13. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years ago
  14. 1515a48 cpu/intel/haswell: Enable MCA logging by Angel Pons · 3 years, 1 month ago
  15. 7811a45 cpu/intel/haswell: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  16. 618b9ad cpu/intel/haswell: Drop c-state table indirection by Angel Pons · 3 years, 6 months ago
  17. f542b7b cpu/intel/haswell: Add Broadwell CPUIDs and microcode by Angel Pons · 3 years, 8 months ago
  18. 1c7ba62 cpu/intel/haswell: Set C9/C10 vccmin by Angel Pons · 3 years, 8 months ago
  19. c86b119 cpu/intel/haswell: Add fast ramp voltage for Broadwell by Angel Pons · 3 years, 8 months ago
  20. c89d2a28 cpu/intel/haswell: Enable timed MWAIT if supported by Angel Pons · 3 years, 8 months ago
  21. 8b0636e cpu/intel/haswell: Clean up CPUID definitions by Angel Pons · 3 years, 8 months ago
  22. bda1c55 cpu/intel/haswell/acpi.c: Use C-state enum definitions by Angel Pons · 3 years, 8 months ago
  23. 242fd28 cpu/intel/haswell: Allow tuning VR for C-state operations by Angel Pons · 3 years, 8 months ago
  24. 9dcd1c1 cpu/intel/haswell: Raise PSI1 threshold to 20A by Angel Pons · 3 years, 8 months ago
  25. 053deb8 cpu/intel/haswell: Enable turbo ratio if available by Angel Pons · 3 years, 8 months ago
  26. 4f31cdf cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSR by Angel Pons · 3 years, 8 months ago
  27. 15e5e51 cpu/intel/haswell/haswell.h: Align with Broadwell by Angel Pons · 3 years, 8 months ago
  28. 4c95f10 cpu/intel/haswell: Align cosmetics with Broadwell by Angel Pons · 3 years, 8 months ago
  29. 829fb2e cpu/intel/haswell: Do not determine CPU type at runtime by Angel Pons · 3 years, 8 months ago
  30. ca96549 cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK` by Angel Pons · 3 years, 8 months ago
  31. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 9 months ago
  32. 5d92aa5 haswell/broadwell: Fix typos of `BCLK` by Angel Pons · 3 years, 9 months ago
  33. f6cf4927 cpu/intel/haswell/haswell_init.c: Align printk's with Broadwell by Angel Pons · 3 years, 10 months ago
  34. 27126f1 cpu/intel/haswell: add Crystal Well CPU IDs by Iru Cai · 4 years ago
  35. 0778c86 sb,soc/intel: Replace smm_southbridge_enable_smi() by Kyösti Mälkki · 4 years, 1 month ago
  36. abf51ab src: Remove unused '#include <cpu/x86/smm.h>' by Elyes HAOUAS · 4 years, 1 month ago
  37. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  38. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  39. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 3 months ago
  40. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  41. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  42. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  43. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  44. a6a396d cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 by Elyes HAOUAS · 5 years ago
  45. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  46. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  47. 0c0208b cpu: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  48. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  49. fdf907e cpu/intel/haswell: Only change the slow ramp rate for ULT CPUs by Tristan Corrick · 6 years ago
  50. 22f9700 cpu/intel/haswell: Add the CPUID for Haswell C0 CPUs by Tristan Corrick · 6 years ago
  51. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  52. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  53. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  54. 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 7 years ago
  55. cdc5048 cpu/intel: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  56. 26eeb0f cpu/intel: Fix brace issues detected by checkpatch.pl by Lee Leahy · 7 years ago
  57. 73a2894 cpu/intel: Add int to unsigned by Lee Leahy · 7 years ago
  58. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  59. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  60. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  61. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  62. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  63. 463af33 cpu/intel/haswell: convert to using common MP and SMM init by Aaron Durbin · 8 years ago
  64. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  65. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  66. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  67. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  68. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  69. 5cfef13 cpu/intel: Fix out-of-bounds read due to off-by-one in condition by Edward O'Callaghan · 10 years ago
  70. b2a14fb intel/haswell: add vmx support w/Kconfig option by Matt DeVillier · 10 years ago
  71. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  72. 014baea haswell: move to mp_init library by Aaron Durbin · 10 years ago
  73. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 10 years ago
  74. 6a36004 haswell: backup the default SMM region on resume by Aaron Durbin · 10 years ago
  75. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 10 years ago
  76. 118d105 haswell: Export functions for CPU family+model and stepping by Duncan Laurie · 11 years ago
  77. 16cbf89 haswell: VR controller configuration by Aaron Durbin · 11 years ago
  78. c70353f haswell: Misc power management setup and fixes by Duncan Laurie · 11 years ago
  79. 1c09710 haswell: Remove limit on package C-state by Duncan Laurie · 11 years ago
  80. e1e87e0 haswell: Configure PCH power sharing for ULT by Duncan Laurie · 11 years ago
  81. f24262d haswell: calibrate 24MHz clock against BCLK by Aaron Durbin · 11 years ago
  82. 7c35131 haswell: configure c-states by Aaron Durbin · 11 years ago
  83. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  84. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  85. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  86. 23f5016 haswell: enable ROM caching by Aaron Durbin · 11 years ago
  87. 1ad5564 lynxpoint: Add helper functions for reading PM and GPIO base by Duncan Laurie · 11 years ago
  88. 738af67 haswell: support for parallel SMM relocation by Aaron Durbin · 11 years ago
  89. 305b1f0 haswell: Parallel AP bringup by Aaron Durbin · 11 years ago
  90. 7af2069 haswell: enable caching before SMM initialization by Aaron Durbin · 11 years ago
  91. 24614af haswell: Clear correct number of MCA banks by Aaron Durbin · 11 years ago
  92. 51254049 haswell: Add ULT CPUID and updated microcode by Duncan Laurie · 12 years ago
  93. dc278f8 haswell: Properly Guard Engergy Policy by CPUID by Aaron Durbin · 12 years ago
  94. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago