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