1. 326c86d [CPUFREQ] Remove unneeded locks by Thomas Renninger · 13 years ago
  2. e895125 [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files by Thomas Renninger · 13 years ago
  3. ef59854 [CPUFREQ] Remove deprecated sysfs file sampling_rate_max by Thomas Renninger · 13 years ago
  4. 2feb690 [CPUFREQ] drivers/cpufreq: Remove unnecessary semicolons by Joe Perches · 14 years ago
  5. 57df557 cpufreq: use system_wq instead of dedicated workqueues by Tejun Heo · 13 years ago
  6. d7be0ce Merge commit 'v2.6.34-rc6' into x86/cpu by H. Peter Anvin · 14 years ago
  7. 6dad2a2 cpufreq: Unify sysfs attribute definition macros by Borislav Petkov · 14 years ago
  8. fd187aa [CPUFREQ] use max load in conservative governor by Dominik Brodowski · 14 years ago
  9. 49b015c [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tunings by Thomas Renninger · 15 years ago
  10. 54c9a35 [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs by Pallipadi, Venkatesh · 15 years ago
  11. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  12. 26d204a [CPUFREQ] Fix NULL pointer dereference regression in conservative governor by Pallipadi, Venkatesh · 15 years ago
  13. ee88415 [CPUFREQ] Cleanup locking in conservative governor by venkatesh.pallipadi@intel.com · 15 years ago
  14. 7d26e2d [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq by venkatesh.pallipadi@intel.com · 15 years ago
  15. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  16. 4f4d1ad [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful by Thomas Renninger · 15 years ago
  17. cef9615 [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case by Thomas Renninger · 15 years ago
  18. b253d2b [CPUFREQ] fix timer teardown in conservative governor by Mathieu Desnoyers · 15 years ago
  19. a75603a [CPUFREQ] conservative: remove 10x from def_sampling_rate by Alexander Clouter · 15 years ago
  20. 8e677ce [CPUFREQ] conservative: fixup governor to function more like ondemand logic by Alexander Clouter · 15 years ago
  21. f407a08 [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked by Alexander Clouter · 15 years ago
  22. 11a80a9c76 [CPUFREQ] conservative: amend author's email address by Alexander Clouter · 15 years ago
  23. 112124a [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions by Thomas Renninger · 15 years ago
  24. 9411b4e [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max} by Thomas Renninger · 15 years ago
  25. 9acef48 [CPUFREQ] checkpatch cleanups for conservative governor by Dave Jones · 15 years ago
  26. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 16 years ago
  27. c4d14bc [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  28. 8217e4f [CPUFREQ] use deferrable delayed work init in conservative governor by Ben Slusky · 16 years ago
  29. f068c04 [CPUFREQ] Fix -Wshadow warning in conservative governor. by Dave Jones · 16 years ago
  30. 068b127 cpufreq: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  31. 6915719 cpufreq: Initialise default governor before use by Johannes Weiner · 16 years ago
  32. 18a7247 [CPUFREQ] Fix up whitespace in conservative governor. by Dave Jones · 17 years ago
  33. a8d7c3b [CPUFREQ] Make cpufreq_conservative handle out-of-sync events properly by Elias Oltmanns · 17 years ago
  34. 1c25624 [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default by Thomas Renninger · 17 years ago
  35. ef29498 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  36. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  37. c120069 [CPUFREQ] Remove hotplug cpu crap by Dave Jones · 17 years ago
  38. c436688 Merge ../linus by Dave Jones · 18 years ago
  39. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  40. e08f5f5 [CPUFREQ] Fix coding style issues in cpufreq. by Gautham R Shenoy · 18 years ago
  41. 914f7c3 [CPUFREQ] handle sysfs errors by Jeff Garzik · 18 years ago
  42. 153d7f3 [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare by Arjan van de Ven · 18 years ago
  43. 138a0128 [PATCH] cpufreq build fix by Andrew Morton · 18 years ago
  44. 4ec223d [CPUFREQ] Fix ondemand vs suspend deadlock by Venkatesh Pallipadi · 18 years ago
  45. b82fbe6 [CPUFREQ] Remove pointless check in conservative governor. by Dave Jones · 18 years ago
  46. c326e27 [CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values when reselected by Mattia Dongili · 18 years ago
  47. a159b82 [PATCH] cpufreq_conservative: alternative initialise approach by Alexander Clouter · 18 years ago
  48. 08a28e2 [PATCH] cpufreq_conservative: make for_each_cpu() safe by Alexander Clouter · 18 years ago
  49. e8a0257 [PATCH] cpufreq_conservative: alter default responsiveness by Alexander Clouter · 18 years ago
  50. 2c906b3 [PATCH] cpufreq_conservative: aligning of codebase with ondemand by Alexander Clouter · 18 years ago
  51. 3fc54d3 [CPUFREQ] Convert drivers/cpufreq semaphores to mutexes. by akpm@osdl.org · 19 years ago
  52. 001893c [PATCH] cpufreq_conservative/ondemand: invert meaning of 'ignore nice' by Alexander Clouter · 19 years ago
  53. 9273214 [PATCH] cpufreq: SMP fix for conservative governor by Dave Jones · 19 years ago
  54. 9c7d269 [CPUFREQ] ondemand,conservative governor idle_tick clean-up by Dave Jones · 19 years ago
  55. 790d76f [CPUFREQ] ondemand,conservative governor store the idle ticks for all cpus by Dave Jones · 19 years ago
  56. dac1c1a [CPUFREQ] ondemand,conservative minor bug-fix and cleanup by Dave Jones · 19 years ago
  57. b917083 [CPUFREQ] Conservative cpufreq governer by Dave Jones · 19 years ago