1. 880eef0 cpufreq: ondemand: Remove redundant return statement by Stratos Karafotis · 11 years ago
  2. 934dac1 cpufreq: governors: Remove duplicate check of target freq in supported range by Stratos Karafotis · 11 years ago
  3. c49a089 Merge back earlier 'pm-cpufreq' material by Rafael J. Wysocki · 11 years ago
  4. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  5. 3a3e9e0 cpufreq: Give consistent names to cpufreq_policy objects by Viresh Kumar · 11 years ago
  6. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  7. 6c4640c cpufreq: rename ignore_nice as ignore_nice_load by Viresh Kumar · 11 years ago
  8. dfa5bb6 cpufreq: ondemand: Change the calculation of target frequency by Stratos Karafotis · 11 years ago
  9. c283755 cpufreq: fix NULL pointer deference at od_set_powersave_bias() by Jacob Shin · 11 years ago
  10. 60e6726 cpufreq, ondemand: Remove leftover debug line by Borislav Petkov · 11 years ago
  11. fb30809 cpufreq: ondemand: allow custom powersave_bias_target handler to be registered by Jacob Shin · 11 years ago
  12. 9366d84 cpufreq: governors: Calculate iowait time only when necessary by Stratos Karafotis · 11 years ago
  13. 031299b cpufreq: governors: Avoid unnecessary per cpu timer interrupts by Viresh Kumar · 11 years ago
  14. 9d44592 cpufreq: ondemand: Don't update sample_type if we don't evaluate load again by Viresh Kumar · 11 years ago
  15. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 11 years ago
  16. 06eb09d cpufreq: ondemand: Fix typos in comments by Stratos Karafotis · 11 years ago
  17. 4bd4e42 cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold by Stratos Karafotis · 11 years ago
  18. 4447266 cpufreq: governors: Remove code redundancy between governors by Viresh Kumar · 11 years ago
  19. 09dca5a cpufreq: governors: fix misuse of cdbs.cpu by Fabio Baltieri · 11 years ago
  20. 2624f90 cpufreq: governors: implement generic policy_is_shared by Fabio Baltieri · 11 years ago
  21. 8ee2ec5 cpufreq: ondemand: use all CPUs in update_sampling_rate by Fabio Baltieri · 12 years ago
  22. da53d61 cpufreq: ondemand: call dbs_check_cpu only when necessary by Fabio Baltieri · 12 years ago
  23. 2abfa87 cpufreq: handle SW coordinated CPUs by Rickard Andersson · 12 years ago
  24. 3e33ee9 cpufreq: ondemand: update sampling rate only on right CPUs by Fabio Baltieri · 12 years ago
  25. d3c31a7 cpufreq: ondemand: fix wrong delay sampling rate by Fabio Baltieri · 12 years ago
  26. 4471a34 cpufreq: governors: remove redundant code by Viresh Kumar · 12 years ago
  27. 2aacdff cpufreq: Move common part from governors to separate file, v2 by viresh kumar · 12 years ago
  28. 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
  29. f263651 cpufreq / ondemand: update frequency when limits are relaxed by Michal Pecio · 12 years ago
  30. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  31. fd0ef7a [CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next sampling by MyungJoo Ham · 12 years ago
  32. 02d9295 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 12 years ago
  33. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 13 years ago
  34. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  35. 21f2e3c [CPUFREQ] Remove wall variable from cpufreq_gov_dbs_init() by Kamalesh Babulal · 13 years ago
  36. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 13 years ago
  37. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  38. 6beea0c nohz: Fix update_ts_time_stat idle accounting by Michal Hocko · 13 years ago
  39. bd74b32 Fix documentation and comment typo 'no_hz' by Paul Bolle · 13 years ago
  40. 326c86d [CPUFREQ] Remove unneeded locks by Thomas Renninger · 13 years ago
  41. e895125 [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files by Thomas Renninger · 13 years ago
  42. ef59854 [CPUFREQ] Remove deprecated sysfs file sampling_rate_max by Thomas Renninger · 13 years ago
  43. 5cb2c3b [CPUFREQ] calculate delay after dbs_check_cpu by Vincent Guittot · 13 years ago
  44. 57df557 cpufreq: use system_wq instead of dedicated workqueues by Tejun Heo · 13 years ago
  45. 3f78a9f [CPUFREQ] add sampling_down_factor tunable to improve ondemand performance by David C Niemi · 14 years ago
  46. a665df9 [CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus present by Jocelyn Falempe · 14 years ago
  47. 00e299f [CPUFREQ] ondemand: Refactor frequency increase code by Mike Chan · 14 years ago
  48. 07d7775 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  49. 19379b1 ondemand: Make the iowait-is-busy time a sysfs tunable by Arjan van de Ven · 14 years ago
  50. 6b8fcd9 ondemand: Solve a big performance issue by counting IOWAIT time as busy by Arjan van de Ven · 14 years ago
  51. 6dad2a2 cpufreq: Unify sysfs attribute definition macros by Borislav Petkov · 14 years ago
  52. 1dbf588 [CPUFREQ] Fix ondemand to not request targets outside policy limits by Nagananda.Chumbalkar@hp.com · 15 years ago
  53. 54c9a35 [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs by Pallipadi, Venkatesh · 15 years ago
  54. 714af06 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  55. 0e625ac [CPUFREQ] ondemand - Use global sysfs dir for tuning settings by Thomas Renninger · 15 years ago
  56. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  57. 5a75c82 [CPUFREQ] Cleanup locking in ondemand governor by venkatesh.pallipadi@intel.com · 15 years ago
  58. 7d26e2d [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq by venkatesh.pallipadi@intel.com · 15 years ago
  59. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  60. 4f4d1ad [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful by Thomas Renninger · 15 years ago
  61. cef9615 [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case by Thomas Renninger · 15 years ago
  62. b14893a [CPUFREQ] fix timer teardown in ondemand governor by Mathieu Desnoyers · 15 years ago
  63. 112124a [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions by Thomas Renninger · 15 years ago
  64. 9411b4e [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max} by Thomas Renninger · 15 years ago
  65. 2b03f89 [CPUFREQ] checkpatch cleanups for ondemand governor. by Dave Jones · 15 years ago
  66. 1ca3abd [CPUFREQ] Make ignore_nice_load setting of ondemand work as expected. by Venkatesh Pallipadi · 15 years ago
  67. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 16 years ago
  68. 4f6e6b9 [CPUFREQ] Fix BUG: using smp_processor_id() in preemptible code by Andrea Righi · 16 years ago
  69. c4d14bc [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  70. 8080091 [CPUFREQ][6/6] cpufreq: Add idle microaccounting in ondemand governor by venkatesh.pallipadi@intel.com · 16 years ago
  71. e9d95bf [CPUFREQ][4/6] cpufreq_ondemand: Parameterize down differential by venkatesh.pallipadi@intel.com · 16 years ago
  72. 3430502 [CPUFREQ][3/6] cpufreq: get_cpu_idle_time() changes in ondemand for idle-microaccounting by venkatesh.pallipadi@intel.com · 16 years ago
  73. c43aa3b [CPUFREQ][2/6] cpufreq: Change load calculation in ondemand for software coordination by venkatesh.pallipadi@intel.com · 16 years ago
  74. bf0b90e [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg() by venkatesh.pallipadi@intel.com · 16 years ago
  75. 888a794 [CPUFREQ] add error handling for cpufreq_register_governor() error by Akinobu Mita · 16 years ago
  76. 068b127 cpufreq: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  77. 6915719 cpufreq: Initialise default governor before use by Johannes Weiner · 16 years ago
  78. 1c25624 [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default by Thomas Renninger · 17 years ago
  79. ea48761 [CPUFREQ] ondemand: fix tickless accounting and software coordination bug by Venki Pallipadi · 17 years ago
  80. 0af99b1 [CPUFREQ] ondemand: add a check to avoid negative load calculation by Venki Pallipadi · 17 years ago
  81. 2828703 Add a new deferrable delayed work init by Venki Pallipadi · 17 years ago
  82. 48ac327 [CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAR by Oleg Nesterov · 17 years ago
  83. c18a148 [CPUFREQ] Whitespace fixup by Dave Jones · 17 years ago
  84. 56463b7 [CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callback by Venkatesh Pallipadi · 17 years ago
  85. 529af7a [CPUFREQ] ondemand governor restructure the work callback by Venkatesh Pallipadi · 17 years ago
  86. c120069 [CPUFREQ] Remove hotplug cpu crap by Dave Jones · 17 years ago
  87. c436688 Merge ../linus by Dave Jones · 18 years ago
  88. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  89. e08f5f5 [CPUFREQ] Fix coding style issues in cpufreq. by Gautham R Shenoy · 18 years ago
  90. 914f7c3 [CPUFREQ] handle sysfs errors by Jeff Garzik · 18 years ago
  91. dfde5d6 [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware by Venkatesh Pallipadi · 18 years ago
  92. 3906f4e [CPUFREQ] Fix sparse warning in ondemand by Dave Jones · 18 years ago
  93. b5ecf60 [CPUFREQ] make drivers/cpufreq/cpufreq_ondemand.c:powersave_bias_target() static by Adrian Bunk · 18 years ago
  94. 05ca035 [CPUFREQ][2/2] ondemand: updated add powersave_bias tunable by Alexey Starikovskiy · 18 years ago
  95. 1ce28d6 [CPUFREQ][1/2] ondemand: updated tune for hardware coordination by Alexey Starikovskiy · 18 years ago
  96. 153d7f3 [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare by Arjan van de Ven · 18 years ago
  97. 2cd7cbd [cpufreq] ondemand: make shutdown sequence more robust by Linus Torvalds · 18 years ago
  98. ffac80e [CPUFREQ] Misc cleanups in ondemand. by Venkatesh Pallipadi · 18 years ago
  99. 2f8a835 [CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampling path. by Venkatesh Pallipadi · 18 years ago
  100. ccb2fe2 [CPUFREQ] Remove slowdown from ondemand sampling path. by Venkatesh Pallipadi · 18 years ago