1. 7172a93 Merge 4.9.34 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 5d5605c cpufreq: conservative: Allow down_threshold to take values from 1 to 10 by Tomasz Wilczyński · 7 years ago
  3. a9a8266 ANDROID: cpufreq: conservative: fix duplicate 'static' error by Amit Pundir · 7 years ago
  4. 52e61ad ANDROID: [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  5. abb6627 cpufreq: conservative: Fix next frequency selection by Rafael J. Wysocki · 8 years ago
  6. d352cf4 cpufreq: conservative: Do not use transition notifications by Rafael J. Wysocki · 8 years ago
  7. 9a15fb2 cpufreq: Drop the 'initialized' field from struct cpufreq_governor by Rafael J. Wysocki · 8 years ago
  8. a69d6b2 cpufreq: governor: Remove prints from allocation failures by Viresh Kumar · 8 years ago
  9. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 8 years ago
  10. 0dd3c1d cpufreq: governor: New data type for management part of dbs_data by Rafael J. Wysocki · 8 years ago
  11. 47ebaac cpufreq: governor: Relocate definitions of tuners structures by Rafael J. Wysocki · 8 years ago
  12. 8c8f77f cpufreq: governor: Move per-CPU data to the common code by Rafael J. Wysocki · 8 years ago
  13. 7d5a995 cpufreq: governor: Make governor private data per-policy by Rafael J. Wysocki · 8 years ago
  14. a33cce1 cpufreq: governor: Fix CPU load information updates via ->store by Rafael J. Wysocki · 8 years ago
  15. 8434dad cpufreq: governor: Drop unused governor callback and data fields by Rafael J. Wysocki · 8 years ago
  16. 702c9e5 cpufreq: governor: Add a ->start callback for governors by Rafael J. Wysocki · 8 years ago
  17. 07aa440 cpufreq: governor: Use microseconds in sample delay computations by Rafael J. Wysocki · 8 years ago
  18. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 8 years ago
  19. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 8 years ago
  20. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 8 years ago
  21. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 8 years ago
  22. d0684d3 cpufreq: governor: Create generic macro for common tunables by Viresh Kumar · 8 years ago
  23. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 8 years ago
  24. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 8 years ago
  25. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 8 years ago
  26. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 8 years ago
  27. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 8 years ago
  28. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 8 years ago
  29. af92618 cpufreq: governor: Put governor structure into common_dbs_data by Rafael J. Wysocki · 8 years ago
  30. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 8 years ago
  31. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 8 years ago
  32. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 8 years ago
  33. affde5d cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() by Viresh Kumar · 8 years ago
  34. 03d5eec cpufreq: conservative: remove 'enable' field by Viresh Kumar · 9 years ago
  35. 43e0ee3 cpufreq: governor: split out common part of {cs|od}_dbs_timer() by Viresh Kumar · 9 years ago
  36. 44152cb cpufreq: governor: Keep single copy of information common to policy->cpus by Viresh Kumar · 9 years ago
  37. 42994af cpufreq: governor: rename cur_policy as policy by Viresh Kumar · 9 years ago
  38. 386d46e cpufreq: governor: Name delayed-work as dwork by Viresh Kumar · 9 years ago
  39. 732b6d6 cpufreq: governor: Serialize governor callbacks by Viresh Kumar · 9 years ago
  40. 8e0484d cpufreq: governor: register notifier from cs_init() by Viresh Kumar · 9 years ago
  41. 6d7bcb1 cpufreq: conservative: set requested_freq to policy max when it is over policy max by Xiaoguang Chen · 11 years ago
  42. 3baa976 cpufreq: conservative: fix requested_freq reduction issue by Xiaoguang Chen · 11 years ago
  43. 934dac1 cpufreq: governors: Remove duplicate check of target freq in supported range by Stratos Karafotis · 11 years ago
  44. c49a089 Merge back earlier 'pm-cpufreq' material by Rafael J. Wysocki · 11 years ago
  45. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  46. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  47. 6c4640c cpufreq: rename ignore_nice as ignore_nice_load by Viresh Kumar · 11 years ago
  48. 9876584 cpufreq: conservative: Use an inline function to evaluate freq_target by Stratos Karafotis · 11 years ago
  49. 27ed3cd cpufreq: conservative: Fix the logic in frequency decrease checking by Stratos Karafotis · 11 years ago
  50. 7af1c05 cpufreq: conservative: Fix sampling_down_factor functionality by Stratos Karafotis · 11 years ago
  51. 9366d84 cpufreq: governors: Calculate iowait time only when necessary by Stratos Karafotis · 11 years ago
  52. fed573d cpufreq: conservative: Fix relation when decreasing frequency by Namhyung Kim · 11 years ago
  53. ad529a9 cpufreq: conservative: Break out earlier on the lowest frequency by Namhyung Kim · 11 years ago
  54. 031299b cpufreq: governors: Avoid unnecessary per cpu timer interrupts by Viresh Kumar · 11 years ago
  55. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 11 years ago
  56. c88883c cpufreq: conservative: Fix typos in comments by Stratos Karafotis · 11 years ago
  57. 4447266 cpufreq: governors: Remove code redundancy between governors by Viresh Kumar · 11 years ago
  58. 09dca5a cpufreq: governors: fix misuse of cdbs.cpu by Fabio Baltieri · 11 years ago
  59. 2624f90 cpufreq: governors: implement generic policy_is_shared by Fabio Baltieri · 11 years ago
  60. 66df2a01 cpufreq: conservative: call dbs_check_cpu only when necessary by Fabio Baltieri · 11 years ago
  61. 2abfa87 cpufreq: handle SW coordinated CPUs by Rickard Andersson · 11 years ago
  62. 4471a34 cpufreq: governors: remove redundant code by Viresh Kumar · 12 years ago
  63. 2aacdff cpufreq: Move common part from governors to separate file, v2 by viresh kumar · 12 years ago
  64. 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
  65. 2d8fced cpufreq: conservative: update frequency when limits are relaxed by Michal Pecio · 12 years ago
  66. 2d17506 PM / cpufreq: Initialise the cpu field during conservative governor start by Amit Daniel Kachhap · 12 years ago
  67. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  68. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 12 years ago
  69. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  70. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 13 years ago
  71. 6beea0c nohz: Fix update_ts_time_stat idle accounting by Michal Hocko · 13 years ago
  72. 326c86d [CPUFREQ] Remove unneeded locks by Thomas Renninger · 13 years ago
  73. e895125 [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files by Thomas Renninger · 13 years ago
  74. ef59854 [CPUFREQ] Remove deprecated sysfs file sampling_rate_max by Thomas Renninger · 13 years ago
  75. 2feb690 [CPUFREQ] drivers/cpufreq: Remove unnecessary semicolons by Joe Perches · 14 years ago
  76. 57df557 cpufreq: use system_wq instead of dedicated workqueues by Tejun Heo · 13 years ago
  77. d7be0ce Merge commit 'v2.6.34-rc6' into x86/cpu by H. Peter Anvin · 14 years ago
  78. 6dad2a2 cpufreq: Unify sysfs attribute definition macros by Borislav Petkov · 14 years ago
  79. fd187aa [CPUFREQ] use max load in conservative governor by Dominik Brodowski · 14 years ago
  80. 49b015c [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tunings by Thomas Renninger · 15 years ago
  81. 54c9a35 [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs by Pallipadi, Venkatesh · 15 years ago
  82. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  83. 26d204a [CPUFREQ] Fix NULL pointer dereference regression in conservative governor by Pallipadi, Venkatesh · 15 years ago
  84. ee88415 [CPUFREQ] Cleanup locking in conservative governor by venkatesh.pallipadi@intel.com · 15 years ago
  85. 7d26e2d [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq by venkatesh.pallipadi@intel.com · 15 years ago
  86. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  87. 4f4d1ad [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful by Thomas Renninger · 15 years ago
  88. cef9615 [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case by Thomas Renninger · 15 years ago
  89. b253d2b [CPUFREQ] fix timer teardown in conservative governor by Mathieu Desnoyers · 15 years ago
  90. a75603a [CPUFREQ] conservative: remove 10x from def_sampling_rate by Alexander Clouter · 15 years ago
  91. 8e677ce [CPUFREQ] conservative: fixup governor to function more like ondemand logic by Alexander Clouter · 15 years ago
  92. f407a08 [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked by Alexander Clouter · 15 years ago
  93. 11a80a9c76 [CPUFREQ] conservative: amend author's email address by Alexander Clouter · 15 years ago
  94. 112124a [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictions by Thomas Renninger · 15 years ago
  95. 9411b4e [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max} by Thomas Renninger · 15 years ago
  96. 9acef48 [CPUFREQ] checkpatch cleanups for conservative governor by Dave Jones · 15 years ago
  97. 835481d cpumask: convert struct cpufreq_policy to cpumask_var_t by Rusty Russell · 15 years ago
  98. c4d14bc [CPUFREQ] Don't export governors for default governor by Sven Wegener · 16 years ago
  99. 8217e4f [CPUFREQ] use deferrable delayed work init in conservative governor by Ben Slusky · 16 years ago
  100. f068c04 [CPUFREQ] Fix -Wshadow warning in conservative governor. by Dave Jones · 16 years ago