1. fe262d5 cpufreq: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years, 1 month ago
  2. b894d20 cpufreq: Use CPUFREQ_RELATION_E in DVFS governors by Vincent Donnefort · 3 years, 4 months ago
  3. 1f39fa0 cpufreq: Introducing CPUFREQ_RELATION_E by Vincent Donnefort · 3 years, 4 months ago
  4. 09681a0 cpufreq: Replace deprecated CPU-hotplug functions by Sebastian Andrzej Siewior · 3 years, 5 months ago
  5. 10dd857 cpufreq: Register governors at core_initcall by Quentin Perret · 4 years, 7 months ago
  6. 3f6ec87 cpufreq: Initialize the governors in core_initcall by Amit Kucheria · 5 years ago
  7. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  8. 2d04503 cpufreq: governor: Drop min_sampling_rate by Viresh Kumar · 7 years ago
  9. 55687da sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h> by Ingo Molnar · 8 years ago
  10. 4dd63b4 cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1 by Chen Yu · 9 years ago
  11. 26f0dbc cpufreq: governor: Don't use 'timer' keyword by Viresh Kumar · 8 years ago
  12. 8257736 cpufreq: Reuse new freq-table helpers by Viresh Kumar · 9 years ago
  13. d218ed7 cpufreq: Return index from cpufreq_frequency_table_target() by Viresh Kumar · 9 years ago
  14. 7ab4aab cpufreq: Drop freq-table param to cpufreq_frequency_table_target() by Viresh Kumar · 9 years ago
  15. 34ac5d7 cpufreq: ondemand: Don't keep a copy of freq_table pointer by Viresh Kumar · 9 years ago
  16. f8bfc11 cpufreq: Remove cpufreq_frequency_get_table() by Viresh Kumar · 9 years ago
  17. 9a15fb2 cpufreq: Drop the 'initialized' field from struct cpufreq_governor by Rafael J. Wysocki · 9 years ago
  18. a69d6b2 cpufreq: governor: Remove prints from allocation failures by Viresh Kumar · 9 years ago
  19. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 9 years ago
  20. 0dd3c1d cpufreq: governor: New data type for management part of dbs_data by Rafael J. Wysocki · 9 years ago
  21. 8c8f77f cpufreq: governor: Move per-CPU data to the common code by Rafael J. Wysocki · 9 years ago
  22. 7d5a995 cpufreq: governor: Make governor private data per-policy by Rafael J. Wysocki · 9 years ago
  23. d1db75f cpufreq: ondemand: Rework the handling of powersave bias updates by Rafael J. Wysocki · 9 years ago
  24. a33cce1 cpufreq: governor: Fix CPU load information updates via ->store by Rafael J. Wysocki · 9 years ago
  25. 76c5f66 cpufreq: ondemand: Drop one more callback from struct od_ops by Rafael J. Wysocki · 9 years ago
  26. 8434dad cpufreq: governor: Drop unused governor callback and data fields by Rafael J. Wysocki · 9 years ago
  27. 702c9e5 cpufreq: governor: Add a ->start callback for governors by Rafael J. Wysocki · 9 years ago
  28. 8847e03 cpufreq: governor: Move io_is_busy to struct dbs_data by Rafael J. Wysocki · 9 years ago
  29. 8eb055d cpufreq: ondemand: Drop unused callback from struct od_ops by Rafael J. Wysocki · 9 years ago
  30. a7f35cf cpufreq: ondemand: Simplify od_update() slightly by Rafael J. Wysocki · 9 years ago
  31. 07aa440 cpufreq: governor: Use microseconds in sample delay computations by Rafael J. Wysocki · 9 years ago
  32. 6e96c5b cpufreq: ondemand: Simplify conditionals in od_dbs_timer() by Rafael J. Wysocki · 9 years ago
  33. 57dc3bc cpufreq: governor: Move rate_mult to struct policy_dbs by Rafael J. Wysocki · 9 years ago
  34. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 9 years ago
  35. a23d6d1 cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay by Viresh Kumar · 9 years ago
  36. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 9 years ago
  37. c54df07 cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock by Viresh Kumar · 9 years ago
  38. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 9 years ago
  39. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 9 years ago
  40. d0684d3b cpufreq: governor: Create generic macro for common tunables by Viresh Kumar · 9 years ago
  41. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 9 years ago
  42. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  43. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 9 years ago
  44. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 9 years ago
  45. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 9 years ago
  46. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 9 years ago
  47. af92618 cpufreq: governor: Put governor structure into common_dbs_data by Rafael J. Wysocki · 9 years ago
  48. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 9 years ago
  49. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  50. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 9 years ago
  51. f08f638 cpufreq: ondemand: update update_sampling_rate() to make it more efficient by Viresh Kumar · 9 years ago
  52. 70f43e5 cpufreq: governor: replace per-CPU delayed work with timers by Viresh Kumar · 9 years ago
  53. affde5d cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() by Viresh Kumar · 9 years ago
  54. e68fe18 cpufreq: ondemand: Work is guaranteed to be pending by Viresh Kumar · 9 years ago
  55. e128c86 cpufreq: ondemand: Update sampling rate only for concerned policies by Viresh Kumar · 9 years ago
  56. 083701b cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate() by Viresh Kumar · 9 years ago
  57. 43e0ee3 cpufreq: governor: split out common part of {cs|od}_dbs_timer() by Viresh Kumar · 10 years ago
  58. 44152cb cpufreq: governor: Keep single copy of information common to policy->cpus by Viresh Kumar · 10 years ago
  59. 42994af cpufreq: governor: rename cur_policy as policy by Viresh Kumar · 10 years ago
  60. 386d46e cpufreq: governor: Name delayed-work as dwork by Viresh Kumar · 10 years ago
  61. 732b6d6 cpufreq: governor: Serialize governor callbacks by Viresh Kumar · 10 years ago
  62. 8e0484d cpufreq: governor: register notifier from cs_init() by Viresh Kumar · 10 years ago
  63. 6393d6a cpufreq: ondemand: Eliminate the deadband effect by Stratos Karafotis · 11 years ago
  64. 880eef0 cpufreq: ondemand: Remove redundant return statement by Stratos Karafotis · 11 years ago
  65. 934dac1 cpufreq: governors: Remove duplicate check of target freq in supported range by Stratos Karafotis · 11 years ago
  66. c49a089 Merge back earlier 'pm-cpufreq' material by Rafael J. Wysocki · 11 years ago
  67. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  68. 3a3e9e0 cpufreq: Give consistent names to cpufreq_policy objects by Viresh Kumar · 11 years ago
  69. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  70. 6c4640c cpufreq: rename ignore_nice as ignore_nice_load by Viresh Kumar · 11 years ago
  71. dfa5bb6 cpufreq: ondemand: Change the calculation of target frequency by Stratos Karafotis · 12 years ago
  72. c283755 cpufreq: fix NULL pointer deference at od_set_powersave_bias() by Jacob Shin · 12 years ago
  73. 60e6726 cpufreq, ondemand: Remove leftover debug line by Borislav Petkov · 12 years ago
  74. fb30809 cpufreq: ondemand: allow custom powersave_bias_target handler to be registered by Jacob Shin · 12 years ago
  75. 9366d84 cpufreq: governors: Calculate iowait time only when necessary by Stratos Karafotis · 12 years ago
  76. 031299b cpufreq: governors: Avoid unnecessary per cpu timer interrupts by Viresh Kumar · 12 years ago
  77. 9d44592 cpufreq: ondemand: Don't update sample_type if we don't evaluate load again by Viresh Kumar · 12 years ago
  78. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 12 years ago
  79. 06eb09d cpufreq: ondemand: Fix typos in comments by Stratos Karafotis · 12 years ago
  80. 4bd4e42 cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold by Stratos Karafotis · 12 years ago
  81. 4447266 cpufreq: governors: Remove code redundancy between governors by Viresh Kumar · 12 years ago
  82. 09dca5a cpufreq: governors: fix misuse of cdbs.cpu by Fabio Baltieri · 12 years ago
  83. 2624f90 cpufreq: governors: implement generic policy_is_shared by Fabio Baltieri · 12 years ago
  84. 8ee2ec5 cpufreq: ondemand: use all CPUs in update_sampling_rate by Fabio Baltieri · 12 years ago
  85. da53d61 cpufreq: ondemand: call dbs_check_cpu only when necessary by Fabio Baltieri · 12 years ago
  86. 2abfa87 cpufreq: handle SW coordinated CPUs by Rickard Andersson · 12 years ago
  87. 3e33ee9 cpufreq: ondemand: update sampling rate only on right CPUs by Fabio Baltieri · 12 years ago
  88. d3c31a7 cpufreq: ondemand: fix wrong delay sampling rate by Fabio Baltieri · 12 years ago
  89. 4471a34 cpufreq: governors: remove redundant code by Viresh Kumar · 12 years ago
  90. 2aacdff cpufreq: Move common part from governors to separate file, v2 by viresh kumar · 12 years ago
  91. 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
  92. f263651 cpufreq / ondemand: update frequency when limits are relaxed by Michal Pecio · 12 years ago
  93. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  94. fd0ef7a [CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next sampling by MyungJoo Ham · 13 years ago
  95. 02d9295 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  96. 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
  97. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  98. 21f2e3c [CPUFREQ] Remove wall variable from cpufreq_gov_dbs_init() by Kamalesh Babulal · 13 years ago
  99. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 13 years ago
  100. 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