1. c75de0a cpufreq: Schedule work for the first-online CPU on resume by Viresh Kumar · 9 years ago
  2. f7b2706 cpufreq: Create for_each_governor() by Viresh Kumar · 10 years ago
  3. b4f0676 cpufreq: Create for_each_policy() by Viresh Kumar · 10 years ago
  4. 1e63eaf cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}() by Viresh Kumar · 10 years ago
  5. 6ffae8c cpufreq: Set cpufreq_cpu_data to NULL before putting kobject by Viresh Kumar · 10 years ago
  6. d9f3544 cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications by Viresh Kumar · 10 years ago
  7. 7c418ff cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy by Viresh Kumar · 10 years ago
  8. 818c571 cpufreq: move some initialization stuff to cpufreq_policy_alloc() by Viresh Kumar · 10 years ago
  9. ce1bcfe cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs by Viresh Kumar · 10 years ago
  10. 39c132e cpufreq: limit the scope of l_p_j variables by Viresh Kumar · 10 years ago
  11. d7a9771 cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev() by Viresh Kumar · 10 years ago
  12. 7f0c020 cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev() by Viresh Kumar · 10 years ago
  13. 22a7cfb cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess by Viresh Kumar · 10 years ago
  14. bc68b7d cpufreq: update driver_data->flags only if we are registering driver by Viresh Kumar · 10 years ago
  15. d92d50a cpufreq: pass policy to __cpufreq_get() by Viresh Kumar · 10 years ago
  16. a1e1dc4 cpufreq: pass policy to cpufreq_out_of_sync by Viresh Kumar · 10 years ago
  17. 2e1cc3a cpufreq: No need to check for has_target() by Viresh Kumar · 10 years ago
  18. 42f91fa cpufreq: s/__find_governor/find_governor by Viresh Kumar · 10 years ago
  19. db5f299 cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare() by Viresh Kumar · 10 years ago
  20. 09347b2 cpufreq: don't need line break in show_scaling_cur_freq() by Viresh Kumar · 10 years ago
  21. f13f118 cpufreq: remove extra parenthesis by Viresh Kumar · 10 years ago
  22. e673f16 cpufreq: remove dangling comment by Viresh Kumar · 10 years ago
  23. 90de2a4 cpufreq: suspend cpufreq governors on shutdown by Doug Anderson · 10 years ago
  24. cb57720 cpufreq: fix a NULL pointer dereference in __cpufreq_governor() by Ethan Zhao · 10 years ago
  25. 7c45cf3 cpufreq: Introduce ->ready() callback for cpufreq drivers by Viresh Kumar · 10 years ago
  26. 6d4e81e cpufreq: Ref the policy object sooner by Tomeu Vizoso · 10 years ago
  27. bd2a0f6 Merge back cpufreq material for 3.19-rc1. by Rafael J. Wysocki · 10 years ago
  28. 619c144c cpufreq: respect the min/max settings from user space by Vince Hsu · 10 years ago
  29. 09712f5 cpufreq: Avoid crash in resume on SMP without OPP by Geert Uytterhoeven · 10 years ago
  30. c034b02 cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers by Dirk Brandewie · 10 years ago
  31. 51315cd cpufreq: allow driver-specific data by Thomas Petazzoni · 10 years ago
  32. 6f1293f Merge back cpufreq material for v3.18. by Rafael J. Wysocki · 10 years ago
  33. b1b12ba cpufreq: update 'cpufreq_suspended' after stopping governors by Viresh Kumar · 10 years ago
  34. 7c4f453 cpufreq: Replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  35. 789ca24 cpufreq: Allow stop CPU callback to be used by all cpufreq drivers by Preeti U Murthy · 10 years ago
  36. 7106e02 cpufreq: release policy->rwsem on error by Prarit Bhargava · 10 years ago
  37. 8e30444 cpufreq: fix cpufreq suspend/resume for intel_pstate by Lan Tianyu · 10 years ago
  38. 1bfb425 cpufreq: move policy kobj to update_policy_cpu() by Viresh Kumar · 10 years ago
  39. 41dfd90 cpufreq: propagate error returned by kobject_move() by Viresh Kumar · 10 years ago
  40. 1461dc7 cpufreq: don't restore policy->cpus on failure to move kobj by Viresh Kumar · 10 years ago
  41. 92c14bd cpufreq: move policy kobj to policy->cpu at resume by Viresh Kumar · 10 years ago
  42. fefa8ff cpufreq: unlock when failing cpufreq_update_policy() by Aaron Plattner · 10 years ago
  43. 1c03a2d cpufreq: add support for intermediate (stable) frequencies by Viresh Kumar · 10 years ago
  44. 8d65775 cpufreq: handle calls to ->target_index() in separate routine by Viresh Kumar · 10 years ago
  45. 5eeaf1f cpufreq: Fix build error on some platforms that use cpufreq_for_each_* by Stratos Karafotis · 10 years ago
  46. ca654dc cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  47. 27e289d cpufreq: Introduce macros for cpufreq_frequency_table iteration by Stratos Karafotis · 10 years ago
  48. 236a980 cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static by Viresh Kumar · 10 years ago
  49. 8fec051 cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} by Viresh Kumar · 10 years ago
  50. 12478cf cpufreq: Make sure frequency transitions are serialized by Srivatsa S. Bhat · 10 years ago
  51. 0c5aa40 cpufreq: resume drivers before enabling governors by Viresh Kumar · 10 years ago
  52. 367dc4a cpufreq: Add stop CPU callback to cpufreq_driver interface by Dirk Brandewie · 10 years ago
  53. bda9f55 cpufreq: Remove unnecessary braces by Stratos Karafotis · 10 years ago
  54. e5c87b7 cpufreq: Fix checkpatch errors and warnings by Stratos Karafotis · 10 years ago
  55. 0b443ea cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} by Viresh Kumar · 10 years ago
  56. 9832235 cpufreq: Do not allow ->setpolicy drivers to provide ->target by Rafael J. Wysocki · 10 years ago
  57. 15afee3 Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 10 years ago
  58. 2ed99e3 cpufreq: Skip current frequency initialization for ->setpolicy drivers by Rafael J. Wysocki · 10 years ago
  59. 96bbbe4 cpufreq: Remove unnecessary variable/parameter 'frozen' by Viresh Kumar · 10 years ago
  60. e0b3165 cpufreq: add 'freq_table' in struct cpufreq_policy by Viresh Kumar · 10 years ago
  61. e837f9b cpufreq: Reformat printk() statements by Joe Perches · 10 years ago
  62. e28867e cpufreq: Implement cpufreq_generic_suspend() by Viresh Kumar · 10 years ago
  63. 2f0aea9 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 10 years ago
  64. 6e2c89d cpufreq: move call to __find_governor() to cpufreq_init_policy() by viresh kumar · 10 years ago
  65. 3b4aff0 Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 10 years ago
  66. 4e97b63 cpufreq: Initialize governor for a new policy under policy->rwsem by Viresh Kumar · 10 years ago
  67. 5a7e56a cpufreq: Initialize policy before making it available for others to use by Viresh Kumar · 10 years ago
  68. 999976e cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditions by Aaron Plattner · 10 years ago
  69. bd0fa9b cpufreq: Return error if ->get() failed in cpufreq_update_policy() by Viresh Kumar · 10 years ago
  70. 8a5c74a cpufreq: Mark function as static in cpufreq.c by Rashika Kheria · 10 years ago
  71. 1c0ca90 cpufreq: don't call cpufreq_update_policy() on CPU addition by Viresh Kumar · 10 years ago
  72. d9a789c cpufreq: Refactor cpufreq_set_policy() by Rafael J. Wysocki · 10 years ago
  73. 6964d91 cpufreq: remove sysfs link when a cpu != policy->cpu, is removed by viresh kumar · 10 years ago
  74. 6f19efc cpufreq: Add boost frequency support in core by Lukasz Majewski · 11 years ago
  75. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 11 years ago
  76. fcd7af9 cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly by Viresh Kumar · 11 years ago
  77. d391669 cpufreq: Make sure CPU is running on a freq from freq-table by Viresh Kumar · 11 years ago
  78. ab1b1c4 cpufreq: send new set of notification for transition failures by Viresh Kumar · 11 years ago
  79. f7ba3b4 cpufreq: Introduce cpufreq_notify_post_transition() by Viresh Kumar · 11 years ago
  80. 6f1e4ef cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled by Jane Li · 11 years ago
  81. 08fd8c1c cpufreq: preserve user_policy across suspend/resume by Viresh Kumar · 11 years ago
  82. 72368d1 cpufreq: Clean up after a failing light-weight initialization by Rafael J. Wysocki · 11 years ago
  83. a27a9ab cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy drivers by Jason Baron · 11 years ago
  84. 42f921a cpufreq: remove sysfs files for CPUs which failed to come back after resume by Viresh Kumar · 11 years ago
  85. d4faadd Revert "cpufreq: fix garbage kobjects on errors during suspend/resume" by Rafael J. Wysocki · 11 years ago
  86. 12205a4 Revert "cpufreq: suspend governors on system suspend/hibernate" by Rafael J. Wysocki · 11 years ago
  87. 2167e23 cpufreq: fix garbage kobjects on errors during suspend/resume by Bjørn Mork · 11 years ago
  88. 5a87182 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 11 years ago
  89. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  90. ad7722d cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsem by viresh kumar · 11 years ago
  91. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  92. 99ec899 cpufreq: Detect spurious invocations of update_policy_cpu() by Srivatsa S. Bhat · 11 years ago
  93. 3bc28ab cpufreq: remove CONFIG_CPU_FREQ_TABLE by Viresh Kumar · 11 years ago
  94. 70e9e77 cpufreq: create cpufreq_generic_init() routine by Viresh Kumar · 11 years ago
  95. da60ce9 cpufreq: call cpufreq_driver->get() after calling ->init() by Viresh Kumar · 11 years ago
  96. 0b981e7 cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY by Viresh Kumar · 11 years ago
  97. 037ce83 cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy() by Viresh Kumar · 11 years ago
  98. 27a862e cpufreq: remove __cpufreq_remove_dev() by Viresh Kumar · 11 years ago
  99. 75949c9 cpufreq: don't break string in print statements by Viresh Kumar · 11 years ago
  100. bbdd04a cpufreq: Remove extra blank line by Viresh Kumar · 11 years ago