1. 06be007 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 6 years ago
  2. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  3. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  4. 1c5864e cpufreq: Use consistent prefixing via pr_fmt by Joe Perches · 8 years ago
  5. b49c22a cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  6. d5e80b4 Update/Remove soon-to-be-dead email address by Dave Jones · 9 years ago
  7. 89d4f82 Merge branch 'cpufreq-macros' into pm-cpufreq by Rafael J. Wysocki · 10 years ago
  8. 041526f cpufreq: Use cpufreq_for_each_* macros for frequency table iteration by Stratos Karafotis · 10 years ago
  9. 7aa0557 cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  10. 71508a1 cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table by Viresh Kumar · 10 years ago
  11. 8fec051 cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} by Viresh Kumar · 10 years ago
  12. 979d86f cpufreq: Remove cpufreq_generic_exit() by Viresh Kumar · 10 years ago
  13. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  14. b1123ea3 cpufreq: longhaul: don't initialize part of policy set by core by Viresh Kumar · 11 years ago
  15. 3a4d034 cpufreq: longhaul: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  16. 30aa534 cpufreq: longhaul: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  17. adc97d6 cpufreq: Drop the owner field from struct cpufreq_driver by Viresh Kumar · 11 years ago
  18. 2760984 cpufreq: delete __cpuinit usage from all cpufreq files by Paul Gortmaker · 11 years ago
  19. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  20. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  21. b5811bc cpufreq / Longhaul: Disable driver by default by Rafał Bilski · 11 years ago
  22. c0e61cb cpufreq: remove use of __devexit by Bill Pemberton · 11 years ago
  23. ce2650d cpufreq: remove use of __devexit_p by Bill Pemberton · 11 years ago
  24. fa8031a cpufreq: Add support for x86 cpuinfo auto loading v4 by Andi Kleen · 12 years ago
  25. bb0a56e [CPUFREQ] Move x86 drivers to drivers/cpufreq/ by Dave Jones · 13 years ago[Renamed from arch/x86/kernel/cpu/cpufreq/longhaul.c]
  26. 2d06d8c [CPUFREQ] use dynamic debug instead of custom infrastructure by Dominik Brodowski · 13 years ago
  27. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 2530573 [CPUFREQ] Fix section mismatch for longhaul_cpu_init. by Holger Freyther · 14 years ago
  29. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  30. f7f3cad [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs by Krzysztof Helt · 15 years ago
  31. d226169 ACPI: cpufreq: remove dupilcated #include by Huang Weiyi · 15 years ago
  32. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  33. fb318cb ACPI: cpufreq: use new bit register access function by Lin Ming · 15 years ago
  34. 9142022 [CPUFREQ] Use swap() in longhaul.c by Dave Jones · 15 years ago
  35. ac617bd [CPUFREQ] checkpatch cleanups for longhaul by Dave Jones · 15 years ago
  36. c19a28e remove lots of double-semicolons by Fernando Carrijo · 15 years ago
  37. f4432c5 Update email addresses. by Dave Jones · 16 years ago
  38. ade1af7 x86: remove unneded casts by Jan Engelhardt · 16 years ago
  39. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  40. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  41. ee580dc i386: move kernel/cpu/cpufreq by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/cpufreq/longhaul.c]
  42. 9eb5957 [CPUFREQ] Don't take semaphore in cpufreq_quick_get() by Andi Kleen · 17 years ago
  43. 52a2638 Longhaul: add auto enabled "revid_errata" option by Rafal Bilski · 17 years ago
  44. 905497c [CPUFREQ] Longhaul - Option to disable ACPI C3 support by Rafał Bilski · 17 years ago
  45. 689eba7 [CPUFREQ] Longhaul - Proper register access by Rafał Bilski · 17 years ago
  46. 275bc6b [CPUFREQ] Longhaul - Replace ACPI functions with direct I/O by Rafał Bilski · 17 years ago
  47. 73e107d [CPUFREQ] Longhaul - Embedded "conservative" by Rafał Bilski · 17 years ago
  48. 489dc5c [CPUFREQ] Longhaul - Check ACPI "BM DMA in progress" bit by Rafał Bilski · 17 years ago
  49. 1b11d4c [CPUFREQ] Longhaul - Move old_ratio to correct place by Rafał Bilski · 17 years ago
  50. 920dd0f [CPUFREQ] Longhaul - VT8237 support by Rafał Bilski · 17 years ago
  51. 7d5edcc [CPUFREQ] Longhaul - Use all kinds of support by Rafał Bilski · 17 years ago
  52. 0784425 [CPUFREQ] Longhaul - Revert Longhaul ver. 2 by Rafal Bilski · 17 years ago
  53. fb48e15 [CPUFREQ] Longhaul - Correct PCI code by Rafał Bilski · 17 years ago
  54. 7ab77e0 Longhaul - Revert ACPI C3 on Longhaul ver. 2 by Dave Jones · 17 years ago
  55. 221dee2 Revert "[CPUFREQ] constify cpufreq_driver where possible." by Linus Torvalds · 17 years ago
  56. bd5ab26 [CPUFREQ] constify some data tables. by Dave Jones · 17 years ago
  57. aeeddc1 [CPUFREQ] constify cpufreq_driver where possible. by Dave Jones · 17 years ago
  58. 2b8c0e1 [CPUFREQ] Longhaul - Redo Longhaul ver. 2 by Rafa³ Bilski · 17 years ago
  59. bd0561c [CPUFREQ] Fix up merge conflicts with recent ACPI changes. by Dave Jones · 17 years ago
  60. 348f31e [CPUFREQ] Longhaul - Separate frequency and voltage transition by Rafa³ Bilski · 17 years ago
  61. e57501c [CPUFREQ] Longhaul - Models of Nehemiah by Rafa³ Bilski · 17 years ago
  62. 9addf3b [CPUFREQ] Longhaul - Simplier minmult by Rafa³ Bilski · 17 years ago
  63. 786f46b [CPUFREQ] Longhaul - Add VT8235 support by Rafa³ Bilski · 17 years ago
  64. 46ef955 [CPUFREQ] Longhaul - Fix guess_fsb function by Rafa³ Bilski · 17 years ago
  65. 0d44b2b [CPUFREQ] Longhaul - Remove duplicate tables by Rafa³ Bilski · 17 years ago
  66. 980342a [CPUFREQ] Longhaul - Introduce Nehemiah C by Rafa³ Bilski · 17 years ago
  67. 1479672 [CPUFREQ] Longhaul - Remove "ignore_latency" option by Rafa³ Bilski · 17 years ago
  68. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 17 years ago
  69. 43c8f12 [CPUFREQ] longhaul: Kill off warnings introduced by recent changes. by Dave Jones · 17 years ago
  70. 24ebead [CPUFREQ] Longhaul - Always guess FSB by Rafa³ Bilski · 17 years ago
  71. 264166e [CPUFREQ] Longhaul - Fix up powersaver assumptions. by Rafa³ Bilski · 17 years ago
  72. 1cfe201 [CPUFREQ] longhaul: Fix up unreachable code. by Dave Jones · 17 years ago
  73. 928ee51 [CPUFREQ] longhaul compile fix. by Dave Jones · 17 years ago
  74. 8ec9822 [CPUFREQ] Advise not to use longhaul on VIA C7. by Dave Jones · 17 years ago
  75. db2fb9d [CPUFREQ] Longhaul - Add support for CN400 by Rafa³ Bilski · 17 years ago
  76. 3f4a25f [CPUFREQ] Longhaul - fix 200MHz FSB by Rafa³ Bilski · 17 years ago
  77. eed7d41 [CPUFREQ] longhaul: remove duplicated code. by Rafa³ Bilski · 18 years ago
  78. 7f1be89 [CPUFREQ] Longhaul - Disable arbiter CLE266 by rafalbilski@interia.pl · 18 years ago
  79. db44aaf [CPUFREQ] Longhaul - Add voltage scaling to driver by Rafa³ Bilski · 18 years ago
  80. 6595413 [CPUFREQ] Longhaul - Add ignore_latency option by Rafa³ Bilski · 18 years ago
  81. 179da8e [CPUFREQ] Longhaul - Disable arbiter by Rafa³ Bilski · 18 years ago
  82. 32deb2d [CPUFREQ] Longhaul - Rename & fix multipliers table by Rafa³ Bilski · 18 years ago
  83. 9fb31c3 [CPUFREQ] Longhaul - Fix power state test to do something more useful by Rafa³ Bilski · 18 years ago
  84. eb23c75 [CPUFREQ] Longhaul - Readd accidentally dropped line by Rafa³ Bilski · 18 years ago
  85. c4a96c1 [CPUFREQ] Make longhaul_walk_callback() static by Adrian Bunk · 18 years ago
  86. 0d6daba [CPUFREQ] Longhaul - Initialise later. by Rafa³ Bilski · 18 years ago
  87. 48b7bde [CPUFREQ] Longhaul - Workaround issues with APIC. by Rafa³ Bilski · 18 years ago
  88. dadb49d [CPUFREQ] Longhaul - Hook into ACPI C states. by Rafa³ Bilski · 18 years ago
  89. 8eebf1a [CPUFREQ] Remove redundant initialisation from longhaul. by Dave Jones · 18 years ago
  90. e2aa873 [CPUFREQ] Clean up longhaul's speed pretty-printer by Dave Jones · 18 years ago
  91. 529980c Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  92. 4bb0d3e [PATCH] i386: inline asm cleanup by Zachary Amsden · 19 years ago
  93. 52c18fd [CPUFREQ] Remove trailing whitespace before \n's in printks. by Dave Jones · 19 years ago
  94. 6778bae [CPUFREQ] longhaul - adjust transition latency. by Dave Jones · 19 years ago
  95. 1174631 [CPUFREQ] Longhaul: Magic timer frobbing. by Dave Jones · 19 years ago
  96. 3be6a48 [CPUFREQ] longhaul - disable PCI mastering around transition. by Dave Jones · 19 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago