1. 09681a0 cpufreq: Replace deprecated CPU-hotplug functions by Sebastian Andrzej Siewior · 3 years, 5 months ago
  2. 943bdd0 cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get() by Colin Ian King · 4 years ago
  3. 638b509 cpufreq: powernow-k8: Mark 'hi' and 'lo' dummy variables as __always_unused by Lee Jones · 4 years, 6 months ago
  4. b11d77f cpufreq: Convert to new X86 CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  5. 4f19048 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 by Thomas Gleixner · 6 years ago
  6. 108ec36 drivers/cpufreq: Convert some slow-path static_cpu_has() callers to boot_cpu_has() by Borislav Petkov · 6 years ago
  7. e2376d1 cpufreq: powernow: Don't validate the frequency table twice by Viresh Kumar · 7 years ago
  8. 0f55551 cpufreq: powernow-k8: Drop unnecessary return statements from two functions by Markus Elfring · 7 years ago
  9. 7f3a1d6 cpufreq: powernow-k8: Drop memory allocation error messages from three functions by Markus Elfring · 7 years ago
  10. 86d806b cpufreq: powernow-k8: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  11. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  12. b2f8dc4 ACPI / processor: Drop an unused argument of a cleanup routine by Rafael J. Wysocki · 9 years ago
  13. 38c52e6 powernow-k8: Replace cpu_core_mask() with topology_core_cpumask() by Bartosz Golaszewski · 10 years ago
  14. e54173b cpufreq: powernow-k8: Suppress checkpatch warnings by Stratos Karafotis · 11 years ago
  15. 71508a1 cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table by Viresh Kumar · 11 years ago
  16. 8fec051 cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} by Viresh Kumar · 11 years ago
  17. e0b3165 cpufreq: add 'freq_table' in struct cpufreq_policy by Viresh Kumar · 11 years ago
  18. c327476 cpufreq: powernow-k8: Initialize per-cpu data-structures properly by Srivatsa S. Bhat · 11 years ago
  19. ab1b1c4 cpufreq: send new set of notification for transition failures by Viresh Kumar · 11 years ago
  20. 7dbf694 cpufreq: distinguish drivers that do asynchronous notifications by Viresh Kumar · 11 years ago
  21. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  22. eaf8120 cpufreq: powernow: don't initialize part of policy set by core by Viresh Kumar · 11 years ago
  23. d63bd27 cpufreq: powernow: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  24. b147405 cpufreq: powernow: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  25. adc97d6 cpufreq: Drop the owner field from struct cpufreq_driver by Viresh Kumar · 11 years ago
  26. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  27. 2760984 cpufreq: delete __cpuinit usage from all cpufreq files by Paul Gortmaker · 12 years ago
  28. 7f77a56 cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error cases by Viresh Kumar · 12 years ago
  29. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 12 years ago
  30. e9f5183 cpufreq: Don't check if cpu is online/offline for cpufreq callbacks by Viresh Kumar · 12 years ago
  31. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 12 years ago
  32. c0939e4 powernow-k8: Cleanup init function by Borislav Petkov · 12 years ago
  33. 4827ea6 powernow-k8: Cleanup module request by Borislav Petkov · 12 years ago
  34. c0e61cb cpufreq: remove use of __devexit by Bill Pemberton · 12 years ago
  35. ce2650d cpufreq: remove use of __devexit_p by Bill Pemberton · 12 years ago
  36. 29c4bcd cpufreq / powernow-k8: Change maintainer's email address by Andreas Herrmann · 12 years ago
  37. e4df1cb cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code by Andreas Herrmann · 12 years ago
  38. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  39. 6889125 cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU by Tejun Heo · 12 years ago
  40. e1f0b8e cpufreq: Remove support for hardware P-state chips from powernow-k8 by Matthew Garrett · 12 years ago
  41. a206095 powernow-k8: delay info messages until initialization has succeeded by Andre Przywara · 12 years ago
  42. 034be8f cpufreq: Add warning message to powernow-k8 by Andre Przywara · 12 years ago
  43. 56835e6 cpufreq / powernow-k8: Fixup missing _PSS objects message by Borislav Petkov · 12 years ago
  44. fa8031a cpufreq: Add support for x86 cpuinfo auto loading v4 by Andi Kleen · 13 years ago
  45. b2bd68e [CPUFREQ] powernow-k8: Update copyright, maintainer and documentation information by Andreas Herrmann · 13 years ago
  46. a8eb284 [CPUFREQ] powernow-k8: Fix indexing issue by Andreas Herrmann · 13 years ago
  47. 201bf0f [CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPB by Andreas Herrmann · 13 years ago
  48. fbb5b89 [CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrect by Konrad Rzeszutek Wilk · 14 years ago
  49. a9d3d20 [CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vid case). by Konrad Rzeszutek Wilk · 14 years ago
  50. bb0a56e [CPUFREQ] Move x86 drivers to drivers/cpufreq/ by Dave Jones · 14 years ago[Renamed from arch/x86/kernel/cpu/cpufreq/powernow-k8.c]
  51. 2d06d8c [CPUFREQ] use dynamic debug instead of custom infrastructure by Dominik Brodowski · 14 years ago
  52. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  53. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  54. 9e91869 [CPUFREQ] powernow-k8: The table index is not worth displaying by Thomas Renninger · 14 years ago
  55. a536b12 [CPUFREQ] Fix another notifier leak in powernow-k8. by Dave Jones · 14 years ago
  56. ac81831 [CPUFREQ] Missing "unregister_cpu_notifier" in powernow-k8.c by Neil Brown · 14 years ago
  57. 7b543a5 x86: Replace uses of current_cpu_data with this_cpu ops by Tejun Heo · 14 years ago
  58. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  59. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  60. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  61. b30d330 [CPUFREQ] powernow-k8: Fix misleading variable naming by Borislav Petkov · 15 years ago
  62. 298decfb [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in BIOS setup by Marti Raudsepp · 15 years ago
  63. c2f4a2c [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 15 years ago
  64. 3581ced [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 15 years ago
  65. a253129 update email address by Pavel Machek · 14 years ago
  66. fe501f1 x86, k8: Fix section mismatch for powernowk8_exit() by Borislav Petkov · 15 years ago
  67. 6793706 powernow-k8: Fix frequency reporting by Mark Langsdorf · 15 years ago
  68. a2fed57 x86, cpufreq: Add APERF/MPERF support for AMD processors by Mark Langsdorf · 15 years ago
  69. 73860c6 powernow-k8: Add core performance boost support by Borislav Petkov · 15 years ago
  70. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  71. 8defcaa Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  72. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 15 years ago
  73. 557a701 [CPUFREQ] Fix use after free of struct powernow_k8_data by Thomas Renninger · 15 years ago
  74. a463681 cpumask: rename tsk_cpumask to tsk_cpus_allowed by Rusty Russell · 15 years ago
  75. e2f74f3 [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface by Thomas Renninger · 15 years ago
  76. b8cbe7e [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow-k8.c by Rusty Russell · 15 years ago
  77. c53614e [CPUFREQ] powernow-k8: Fix test in get_transition_latency() by Roel Kluin · 15 years ago
  78. f0adb13 [CPUFREQ] Fix NULL ptr regression in powernow-k8 by Kurt Roeckx · 15 years ago
  79. db39d55 [CPUFREQ] Powernow-k8: Enable more than 2 low P-states by Mark Langsdorf · 15 years ago
  80. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 16 years ago
  81. a2e1b4c [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-states by Mark Langsdorf · 15 years ago
  82. 8e7c259 [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powernow-k8.c by Rusty Russell · 16 years ago
  83. 1ff6e97 [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c by Rusty Russell · 16 years ago
  84. e15bc45 [CPUFREQ] powernow-k8: get drv data for correct CPU by Naga Chumbalkar · 16 years ago
  85. 532cfee [CPUFREQ] powernow-k8: read P-state from HW by Naga Chumbalkar · 16 years ago
  86. b394f1d [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[] by Andrew Morton · 16 years ago
  87. 21335d0 [CPUFREQ] powernow-k8.c: mess cleanup by Luis Henriques · 16 years ago
  88. 86e1368 [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0 by Thomas Renninger · 16 years ago
  89. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 16 years ago
  90. 2c701b1 [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH by Dave Jones · 16 years ago
  91. ca446d0 [CPUFREQ] powernow-k8: determine exact CPU frequency for HW Pstates by Andreas Herrmann · 16 years ago
  92. df18297 [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq data by Thomas Renninger · 16 years ago
  93. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 16 years ago
  94. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 16 years ago
  95. 0cb8bc2 [CPUFREQ] powernow-k8: Use a common exit path. by Dave Jones · 16 years ago
  96. 79cc56a [CPUFREQ] powernow-k8: Only print error message once, not per core. by Thomas Renninger · 16 years ago
  97. 57f4fa6 [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI support by Thomas Renninger · 16 years ago
  98. 0e64a0c [CPUFREQ] checkpatch cleanups for powernow-k8 by Dave Jones · 16 years ago
  99. a0abd52 cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644cc317e1a by Rusty Russell · 16 years ago
  100. 732553e [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS table by Mark Langsdorf · 16 years ago