1. 4cccf75 cpufreq: governor: Get rid of the ->gov_check_cpu callback by Rafael J. Wysocki · 9 years ago
  2. 57eb832 cpufreq: governor: Clean up load-related computations by Rafael J. Wysocki · 9 years ago
  3. 679b8fe cpufreq: governor: Fix nice contribution computation in dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  4. e4db281 cpufreq: governor: Avoid atomic operations in hot paths by Rafael J. Wysocki · 9 years ago
  5. f62b937 cpufreq: governor: Simplify gov_cancel_work() slightly by Rafael J. Wysocki · 9 years ago
  6. b9db427 cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM by Rafael J. Wysocki · 9 years ago
  7. aded387 cpufreq: conservative: Update sample_delay_ns immediately by Viresh Kumar · 9 years ago
  8. 581c214 cpufreq: governor: No need to manage state machine now by Viresh Kumar · 9 years ago
  9. c54df07 cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock by Viresh Kumar · 9 years ago
  10. c443563 cpufreq: governor: New sysfs show/store callbacks for governor tunables by Viresh Kumar · 9 years ago
  11. ff4b178 cpufreq: governor: Move common tunables to 'struct dbs_data' by Viresh Kumar · 9 years ago
  12. fafd5e8 cpufreq: governor: Drop pointless goto from cpufreq_governor_init() by Rafael J. Wysocki · 9 years ago
  13. 686cc63 cpufreq: governor: Rename skip_work to work_count by Rafael J. Wysocki · 9 years ago
  14. cea6a9e cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup by Rafael J. Wysocki · 9 years ago
  15. bc50547 cpufreq: governor: Rearrange governor data structures by Rafael J. Wysocki · 9 years ago
  16. e975189 cpufreq: governor: Simplify cpufreq_governor_limits() by Rafael J. Wysocki · 9 years ago
  17. d10b5eb cpufreq: governor: Drop cpu argument from dbs_check_cpu() by Rafael J. Wysocki · 9 years ago
  18. e40e7b2 cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info by Rafael J. Wysocki · 9 years ago
  19. ea59ee0d cpufreq: governor: Drop the gov pointer from struct dbs_data by Rafael J. Wysocki · 9 years ago
  20. 906a6e5 cpufreq: governor: Rework cpufreq_governor_dbs() by Rafael J. Wysocki · 9 years ago
  21. 7bdad34 cpufreq: governor: Rename some data types and variables by Rafael J. Wysocki · 9 years ago
  22. 5da3dd1 cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily by Rafael J. Wysocki · 9 years ago
  23. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 9 years ago
  24. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 9 years ago
  25. e4b133c cpufreq: Fix NULL reference crash while accessing policy->governor_data by Viresh Kumar · 9 years ago
  26. 0df3502 cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODIC by Chen Yu · 9 years ago
  27. 2dd3e72 cpufreq: governor: Use lockless timer function by Rafael J. Wysocki · 9 years ago
  28. 70f43e5 cpufreq: governor: replace per-CPU delayed work with timers by Viresh Kumar · 9 years ago
  29. 5e4500d cpufreq: governor: initialize/destroy timer_mutex with 'shared' by Viresh Kumar · 9 years ago
  30. affde5d cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() by Viresh Kumar · 9 years ago
  31. 3a91b069 cpufreq: governor: Quit work-handlers early if governor is stopped by Viresh Kumar · 9 years ago
  32. 8eec102 cpufreq: create cpu/cpufreq at boot time by Viresh Kumar · 9 years ago
  33. 03d5eec cpufreq: conservative: remove 'enable' field by Viresh Kumar · 9 years ago
  34. 871ef3b cpufreq: governor: Don't WARN on invalid states by Viresh Kumar · 9 years ago
  35. a72c495 cpufreq: governor: Avoid invalid states with additional checks by Viresh Kumar · 9 years ago
  36. 43e0ee3 cpufreq: governor: split out common part of {cs|od}_dbs_timer() by Viresh Kumar · 9 years ago
  37. 44152cb cpufreq: governor: Keep single copy of information common to policy->cpus by Viresh Kumar · 9 years ago
  38. 42994af cpufreq: governor: rename cur_policy as policy by Viresh Kumar · 10 years ago
  39. 49a9a40 cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs' by Viresh Kumar · 10 years ago
  40. 875b850 cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info' by Viresh Kumar · 10 years ago
  41. d3574c8 cpufreq: governor: Drop unused field 'cpu' by Viresh Kumar · 10 years ago
  42. 386d46e cpufreq: governor: Name delayed-work as dwork by Viresh Kumar · 10 years ago
  43. 732b6d6 cpufreq: governor: Serialize governor callbacks by Viresh Kumar · 10 years ago
  44. 714a2d9 cpufreq: governor: split cpufreq_governor_dbs() by Viresh Kumar · 10 years ago
  45. 8e0484d cpufreq: governor: register notifier from cs_init() by Viresh Kumar · 10 years ago
  46. c8ae481 cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info' by Viresh Kumar · 11 years ago
  47. 18b46ab cpufreq: governor: Be friendly towards latency-sensitive bursty workloads by Srivatsa S. Bhat · 11 years ago
  48. c5450db cpufreq: remove race while accessing cur_policy by Bibek Basu · 11 years ago
  49. 6f1e4ef cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled by Jane Li · 11 years ago
  50. aae467c cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs() by lan,Tianyu · 11 years ago
  51. 6932078 cpufreq: Don't use smp_processor_id() in preemptible context by Stephen Boyd · 11 years ago
  52. c4afc41 cpufreq: governor: Fix typos in comments by Stratos Karafotis · 11 years ago
  53. 3617f2c cpufreq: Fix timer/workqueue corruption due to double queueing by Stephen Boyd · 11 years ago
  54. c49a089 Merge back earlier 'pm-cpufreq' material by Rafael J. Wysocki · 11 years ago
  55. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  56. 6c4640c cpufreq: rename ignore_nice as ignore_nice_load by Viresh Kumar · 11 years ago
  57. dfa5bb6 cpufreq: ondemand: Change the calculation of target frequency by Stratos Karafotis · 12 years ago
  58. e8d0527 cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression by Srivatsa S. Bhat · 11 years ago
  59. 419e172 cpufreq: don't leave stale policy pointer in cdbs->cur_policy by Jacob Shin · 12 years ago
  60. 39a95f4 Merge branch 'pm-cpufreq-assorted' into pm-cpufreq by Rafael J. Wysocki · 12 years ago
  61. 2f7021a8 cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work() by Michael Wang · 12 years ago
  62. 2361be2 cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory by Viresh Kumar · 12 years ago
  63. 72a4ce3 cpufreq: Move get_cpu_idle_time() to cpufreq.c by Viresh Kumar · 12 years ago
  64. 944e9a0 cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c by Viresh Kumar · 12 years ago
  65. a97c98a cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers by Viresh Kumar · 12 years ago
  66. 9366d84 cpufreq: governors: Calculate iowait time only when necessary by Stratos Karafotis · 12 years ago
  67. 031299b cpufreq: governors: Avoid unnecessary per cpu timer interrupts by Viresh Kumar · 12 years ago
  68. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 12 years ago
  69. 8e53695 cpufreq: governors: Fix WARN_ON() for multi-policy platforms by Viresh Kumar · 12 years ago
  70. 3361b7b cpufreq: Don't check cpu_online(policy->cpu) by Viresh Kumar · 12 years ago
  71. b394058 cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() by Viresh Kumar · 12 years ago
  72. 4447266 cpufreq: governors: Remove code redundancy between governors by Viresh Kumar · 12 years ago
  73. 8eeed09 cpufreq: governors: Get rid of dbs_data->enable field by Viresh Kumar · 12 years ago
  74. 09dca5a cpufreq: governors: fix misuse of cdbs.cpu by Fabio Baltieri · 12 years ago
  75. 2624f90 cpufreq: governors: implement generic policy_is_shared by Fabio Baltieri · 12 years ago
  76. 58ddcea cpufreq: governors: clean timer init and exit code by Fabio Baltieri · 12 years ago
  77. da53d61 cpufreq: ondemand: call dbs_check_cpu only when necessary by Fabio Baltieri · 12 years ago
  78. 2abfa87 cpufreq: handle SW coordinated CPUs by Rickard Andersson · 12 years ago
  79. a0e5af3 cpufreq: governors: Fix jiffies/cputime mixup (revisited) by Rafael J. Wysocki · 12 years ago
  80. 1e7586a cpufreq: Fix sparse warnings by updating cputime64_t to u64 by Viresh Kumar · 12 years ago
  81. 4471a34 cpufreq: governors: remove redundant code by Viresh Kumar · 12 years ago
  82. 8636fd2 cpufreq: fix jiffies/cputime mixup in conservative/ondemand governors by Andreas Schwab · 12 years ago
  83. 2aacdff cpufreq: Move common part from governors to separate file, v2 by viresh kumar · 12 years ago