1. fe501f1 x86, k8: Fix section mismatch for powernowk8_exit() by Borislav Petkov · 16 years ago
  2. d7be0ce Merge commit 'v2.6.34-rc6' into x86/cpu by H. Peter Anvin · 16 years ago
  3. 6793706 powernow-k8: Fix frequency reporting by Mark Langsdorf · 16 years ago
  4. a2fed57 x86, cpufreq: Add APERF/MPERF support for AMD processors by Mark Langsdorf · 16 years ago
  5. 73860c6 powernow-k8: Add core performance boost support by Borislav Petkov · 16 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  7. 08b8499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  8. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  9. 8defcaa Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  10. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 16 years ago
  11. fb463593 [CPUFREQ] Fix cast warning in pcc driver. by Dave Jones · 16 years ago
  12. 0f1d683 [CPUFREQ] Processor Clocking Control interface driver by Naga Chumbalkar · 16 years ago
  13. 557a701 [CPUFREQ] Fix use after free of struct powernow_k8_data by Thomas Renninger · 17 years ago
  14. 4a28395 arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any() by Andrew Morton · 16 years ago
  15. a463681 cpumask: rename tsk_cpumask to tsk_cpus_allowed by Rusty Russell · 16 years ago
  16. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 17 years ago
  17. 2fe77b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  18. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 17 years ago
  19. e2f74f3 [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface by Thomas Renninger · 17 years ago
  20. 1cce76c [CPUFREQ] use an enum for speedstep processor identification by Rusty Russell · 17 years ago
  21. db2820d [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can be used by Krzysztof Helt · 17 years ago
  22. b8cbe7e [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow-k8.c by Rusty Russell · 17 years ago
  23. 8dca15e [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c44a60ac5c by Rusty Russell · 17 years ago
  24. 293afe4 [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in notification message by John Villalovos · 17 years ago
  25. c53614e [CPUFREQ] powernow-k8: Fix test in get_transition_latency() by Roel Kluin · 17 years ago
  26. f7f3cad [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs by Krzysztof Helt · 17 years ago
  27. f162506 percpu: make percpu symbols in cpufreq unique by Tejun Heo · 17 years ago
  28. 467f995 Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  29. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 17 years ago
  30. 714af06 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  31. f0adb13 [CPUFREQ] Fix NULL ptr regression in powernow-k8 by Kurt Roeckx · 17 years ago
  32. 5cbc19a x86: Add generic aperf/mperf code by Peter Zijlstra · 17 years ago
  33. a8303aa x86: Move APERF/MPERF into a X86_FEATURE by Peter Zijlstra · 17 years ago
  34. 1a8e42f [CPUFREQ] Create a blacklist for processors that should not load the acpi-cpufreq module. by Prarit Bhargava · 17 years ago
  35. db39d55 [CPUFREQ] Powernow-k8: Enable more than 2 low P-states by Mark Langsdorf · 17 years ago
  36. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 17 years ago
  37. a2e1b4c [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-states by Mark Langsdorf · 17 years ago
  38. 8e7c259 [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powernow-k8.c by Rusty Russell · 17 years ago
  39. 1ff6e97 [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c by Rusty Russell · 17 years ago
  40. e3f996c [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c by Rusty Russell · 17 years ago
  41. 394122a [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c by Rusty Russell · 17 years ago
  42. e15bc45 [CPUFREQ] powernow-k8: get drv data for correct CPU by Naga Chumbalkar · 17 years ago
  43. 532cfee [CPUFREQ] powernow-k8: read P-state from HW by Naga Chumbalkar · 17 years ago
  44. b394f1d [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[] by Andrew Morton · 17 years ago
  45. 21335d0 [CPUFREQ] powernow-k8.c: mess cleanup by Luis Henriques · 17 years ago
  46. 86e1368 [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0 by Thomas Renninger · 17 years ago
  47. 0fea615 CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUS by Harald Welte · 17 years ago
  48. 0de5108 CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs by Harald Welte · 17 years ago
  49. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 17 years ago
  50. 2c701b1 [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH by Dave Jones · 17 years ago
  51. 61c8c67 acpi-cpufreq: fix printk typo and indentation by Joe Perches · 17 years ago
  52. ca446d0 [CPUFREQ] powernow-k8: determine exact CPU frequency for HW Pstates by Andreas Herrmann · 17 years ago
  53. df18297 [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq data by Thomas Renninger · 17 years ago
  54. d38e73e [CPUFREQ] powernow-k7 build fix when ACPI=n by Dave Jones · 17 years ago
  55. 4319503 [CPUFREQ] add atom family to p4-clockmod by Jarod Wilson · 17 years ago
  56. d876dfb acpi-cpufreq: Do not let get_measured perf depend on internal variable by Thomas Renninger · 17 years ago
  57. d91758f acpi-cpufreq: style-only: add parens to math expression by Thomas Renninger · 17 years ago
  58. e0e8c4e acpi-cpufreq: Cleanup: Use printk_once by Thomas Renninger · 17 years ago
  59. 093f13e x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perf by Pallipadi, Venkatesh · 17 years ago
  60. ea34f43 acpi-cpufreq: fix 'smp_call_function_many()' confusion by Linus Torvalds · 17 years ago
  61. 1c98aa7 Fix quilt merge error in acpi-cpufreq.c by Linus Torvalds · 17 years ago
  62. 01599fc cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c by Andrew Morton · 17 years ago
  63. 8897c18 Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into release by Len Brown · 17 years ago
  64. 18b2646 ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only by Venkatesh Pallipadi · 17 years ago
  65. e4f6937 ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf by Venkatesh Pallipadi · 17 years ago
  66. d226169 ACPI: cpufreq: remove dupilcated #include by Huang Weiyi · 17 years ago
  67. 32fb6c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  68. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  69. 478c6a4 Merge branch 'linus' into release by Len Brown · 17 years ago
  70. 8a3f257 Merge branch 'misc' into release by Len Brown · 17 years ago
  71. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 17 years ago
  72. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 17 years ago
  73. a59d163 ACPI: cap off P-state transition latency from buggy BIOSes by Pallipadi, Venkatesh · 17 years ago
  74. fb318cb ACPI: cpufreq: use new bit register access function by Lin Ming · 17 years ago
  75. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  76. ada19a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  77. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 17 years ago
  78. 78b020d Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core by Ingo Molnar · 17 years ago
  79. 4dd163a Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  80. 129f8ae Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." by Dave Jones · 17 years ago
  81. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 17 years ago
  82. 36e8abf [CPUFREQ] Prevent p4-clockmod from auto-binding to the ondemand governor. by Dave Jones · 17 years ago
  83. eb3092c [CPUFREQ] Make cpufreq-nforce2 less obnoxious by Matthew Garrett · 17 years ago
  84. 199785e [CPUFREQ] p4-clockmod reports wrong frequency. by Matthias-Christian Ott · 17 years ago
  85. 0cb8bc2 [CPUFREQ] powernow-k8: Use a common exit path. by Dave Jones · 17 years ago
  86. de3ed81 [CPUFREQ] Change link order of x86 cpufreq modules by Matthew Garrett · 17 years ago
  87. 9142022 [CPUFREQ] Use swap() in longhaul.c by Dave Jones · 17 years ago
  88. 3a58df3 [CPUFREQ] checkpatch cleanups for acpi-cpufreq by Dave Jones · 17 years ago
  89. 79cc56a [CPUFREQ] powernow-k8: Only print error message once, not per core. by Thomas Renninger · 17 years ago
  90. 57f4fa6 [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI support by Thomas Renninger · 17 years ago
  91. 0e64a0c [CPUFREQ] checkpatch cleanups for powernow-k8 by Dave Jones · 17 years ago
  92. b9e7638 [CPUFREQ] checkpatch cleanups for powernow-k7 by Dave Jones · 17 years ago
  93. bbfebd6 [CPUFREQ] checkpatch cleanups for speedstep related drivers. by Dave Jones · 17 years ago
  94. 6072ace [CPUFREQ] checkpatch cleanups for sc520 by Dave Jones · 17 years ago
  95. 14a6650 [CPUFREQ] checkpatch cleanups for powernow-k6 by Dave Jones · 17 years ago
  96. 48ee923 [CPUFREQ] checkpatch cleanups for longrun by Dave Jones · 17 years ago
  97. ac617bd [CPUFREQ] checkpatch cleanups for longhaul by Dave Jones · 17 years ago
  98. 00f6a23 [CPUFREQ] checkpatch cleanups for gx-suspmod by Dave Jones · 17 years ago
  99. c9b8c87 [CPUFREQ] checkpatch cleanups for e_powersaver by Dave Jones · 17 years ago
  100. 04cd1a9 [CPUFREQ] checkpatch cleanups for elanfreq by Dave Jones · 17 years ago