1. 7a6c79f cpufreq: Simplify core code related to boost support by Rafael J. Wysocki · 9 years ago
  2. 41669da cpufreq: Make cpufreq_boost_supported() static by Rafael J. Wysocki · 9 years ago
  3. 69030dd cpufreq: use last policy after online for drivers with ->setpolicy by Srinivas Pandruvada · 9 years ago
  4. 96bdda6 cpufreq: create cpu/cpufreq/policyX directories by Viresh Kumar · 9 years ago
  5. c82bd44 cpufreq: remove cpufreq_sysfs_{create|remove}_file() by Viresh Kumar · 9 years ago
  6. 8eec102 cpufreq: create cpu/cpufreq at boot time by Viresh Kumar · 9 years ago
  7. 1f0bd44 cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() by Rafael J. Wysocki · 9 years ago
  8. ac2a29c Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  9. c7a7b41 cpufreq: rename cpufreq_real_policy as cpufreq_user_policy by Viresh Kumar · 9 years ago
  10. 88dc438 cpufreq: remove redundant 'policy' field from user_policy by Viresh Kumar · 9 years ago
  11. e27f8bd cpufreq: remove redundant 'governor' field from user_policy by Viresh Kumar · 9 years ago
  12. 6bfb7c7 cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event by Viresh Kumar · 9 years ago
  13. 21c36d3 cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled by Bartlomiej Zolnierkiewicz · 9 years ago
  14. 44139ed cpufreq: Allow drivers to enable boost support after registering driver by Viresh Kumar · 9 years ago
  15. 559ed40 cpufreq: Avoid attempts to create duplicate symbolic links by Rafael J. Wysocki · 9 years ago
  16. 9d16f20 cpufreq: Track cpu managing sysfs kobjects separately by Saravana Kannan · 9 years ago
  17. 4573237 cpufreq: Manage governor usage history with 'policy->last_governor' by Viresh Kumar · 9 years ago
  18. d9f3544 cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications by Viresh Kumar · 10 years ago
  19. 7c418ff cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy by Viresh Kumar · 10 years ago
  20. a9aaf29 cpufreq: stats: get rid of per-cpu cpufreq_stats_table by Viresh Kumar · 10 years ago
  21. 7c45cf3 cpufreq: Introduce ->ready() callback for cpufreq drivers by Viresh Kumar · 10 years ago
  22. 90452e6 cpufreq: Fix formatting issues in 'struct cpufreq_driver' by Viresh Kumar · 10 years ago
  23. 51315cd cpufreq: allow driver-specific data by Thomas Petazzoni · 10 years ago
  24. 413fffc cpufreq: Add support for per-policy driver data by Viresh Kumar · 10 years ago
  25. 5b0c0b1 cpufreq: Introduce new relation for freq selection by Stratos Karafotis · 10 years ago
  26. 2b1987a cpufreq: make table sentinel macros unsigned to match use by Brian W Hart · 10 years ago
  27. 1c03a2d cpufreq: add support for intermediate (stable) frequencies by Viresh Kumar · 10 years ago
  28. 5eeaf1f cpufreq: Fix build error on some platforms that use cpufreq_for_each_* by Stratos Karafotis · 10 years ago
  29. a0dd7b7 PM / OPP: Move cpufreq specific OPP functions out of generic OPP library by Nishanth Menon · 10 years ago
  30. ca654dc cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  31. 27e289d cpufreq: Introduce macros for cpufreq_frequency_table iteration by Stratos Karafotis · 10 years ago
  32. 7f4b046 cpufreq: create another field .flags in cpufreq_frequency_table by Viresh Kumar · 10 years ago
  33. 236a980 cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static by Viresh Kumar · 10 years ago
  34. 12478cf cpufreq: Make sure frequency transitions are serialized by Srivatsa S. Bhat · 10 years ago
  35. 367dc4a cpufreq: Add stop CPU callback to cpufreq_driver interface by Dirk Brandewie · 10 years ago
  36. 0b443ea cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} by Viresh Kumar · 10 years ago
  37. 979d86f cpufreq: Remove cpufreq_generic_exit() by Viresh Kumar · 10 years ago
  38. e0b3165 cpufreq: add 'freq_table' in struct cpufreq_policy by Viresh Kumar · 10 years ago
  39. e28867e cpufreq: Implement cpufreq_generic_suspend() by Viresh Kumar · 11 years ago
  40. 2f0aea9 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 11 years ago
  41. 6f19efc cpufreq: Add boost frequency support in core by Lukasz Majewski · 11 years ago
  42. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 11 years ago
  43. fcd7af9 cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly by Viresh Kumar · 11 years ago
  44. d391669 cpufreq: Make sure CPU is running on a freq from freq-table by Viresh Kumar · 11 years ago
  45. ae6b427 cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 11 years ago
  46. f7ba3b4 cpufreq: Introduce cpufreq_notify_post_transition() by Viresh Kumar · 11 years ago
  47. 12205a4 Revert "cpufreq: suspend governors on system suspend/hibernate" by Rafael J. Wysocki · 11 years ago
  48. 7cdcec9 Merge branches 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  49. 5a87182 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 11 years ago
  50. 049ffa8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  51. 7dbf694 cpufreq: distinguish drivers that do asynchronous notifications by Viresh Kumar · 11 years ago
  52. ad7722d cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsem by viresh kumar · 11 years ago
  53. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  54. c75b505 cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=n by Daniel Vetter · 11 years ago
  55. 70e9e77 cpufreq: create cpufreq_generic_init() routine by Viresh Kumar · 11 years ago
  56. 1843451 cpufreq: define generic .attr, .exit() and .verify() routines by Viresh Kumar · 11 years ago
  57. be49e34 cpufreq: add new routine cpufreq_verify_within_cpu_limits() by Viresh Kumar · 11 years ago
  58. 0b981e7 cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY by Viresh Kumar · 11 years ago
  59. 6461f01 cpufreq: rewrite cpufreq_driver->flags using shift operator by Viresh Kumar · 11 years ago
  60. 27047a6 cpufreq: Add new helper cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  61. 798282a Revert "cpufreq: make sure frequency transitions are serialized" by Rafael J. Wysocki · 11 years ago
  62. 56d07db cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes by Srivatsa S. Bhat · 11 years ago
  63. 19c7630 cpufreq: serialize calls to __cpufreq_governor() by Viresh Kumar · 11 years ago
  64. adc97d6 cpufreq: Drop the owner field from struct cpufreq_driver by Viresh Kumar · 11 years ago
  65. c88a1f8 cpufreq: Store cpufreq policies in a list by Lukasz Majewski · 11 years ago
  66. 3a3e9e0 cpufreq: Give consistent names to cpufreq_policy objects by Viresh Kumar · 11 years ago
  67. 74aca95 cpufreq: Re-arrange declarations in cpufreq.h by Viresh Kumar · 11 years ago
  68. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  69. cffe4e0 cpufreq: Remove unused function __cpufreq_driver_getavg() by Stratos Karafotis · 11 years ago
  70. 266c13d cpufreq: Fix serialization of frequency transitions by Viresh Kumar · 11 years ago
  71. f4fd379 acpi-cpufreq: Add new sysfs attribute freqdomain_cpus by Lan Tianyu · 11 years ago
  72. 7c30ed5 cpufreq: make sure frequency transitions are serialized by Viresh Kumar · 11 years ago
  73. bb176f7 cpufreq: Fix minor formatting issues by Viresh Kumar · 11 years ago
  74. 95731eb cpufreq: Fix governor start/stop race condition by Xiaoguang Chen · 11 years ago
  75. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  76. 2361be2 cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory by Viresh Kumar · 11 years ago
  77. 72a4ce3 cpufreq: Move get_cpu_idle_time() to cpufreq.c by Viresh Kumar · 11 years ago
  78. 944e9a0 cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c by Viresh Kumar · 11 years ago
  79. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  80. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 11 years ago
  81. 7bd353a cpufreq: Add per policy governor-init/exit infrastructure by Viresh Kumar · 11 years ago
  82. 62b36cc cpufreq: Remove unnecessary use of policy->shared_type by Viresh Kumar · 12 years ago
  83. b394058 cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() by Viresh Kumar · 12 years ago
  84. 2624f90 cpufreq: governors: implement generic policy_is_shared by Fabio Baltieri · 12 years ago
  85. 951fc5f cpufreq: Update Documentation for cpus and related_cpus by Viresh Kumar · 12 years ago
  86. ab45bd9 cpufreq: Sort function prototypes properly by Borislav Petkov · 12 years ago
  87. 9d95046 cpufreq: Add a get_current_driver helper by Borislav Petkov · 12 years ago
  88. b8eed8a cpufreq: Simplify __cpufreq_remove_dev() by Viresh Kumar · 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. 4b972f0 cpufreq / core: Fix printing of governor and driver name by viresh kumar · 12 years ago
  92. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  93. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 13 years ago
  94. a7b422c provide disable_cpufreq() function to disable the API. by Konrad Rzeszutek Wilk · 12 years ago
  95. 3d73710 cpufreq: expose a cpufreq_quick_get_max routine by Jesse Barnes · 13 years ago
  96. 335dc33 [CPUFREQ] cpufreq.h: Fix some checkpatch.pl coding style issues. by Thiago Farina · 13 years ago
  97. 2d06d8c [CPUFREQ] use dynamic debug instead of custom infrastructure by Dominik Brodowski · 13 years ago
  98. 7ca64e2 [CPUFREQ] Remove the pm_message_t argument from driver suspend by Rafael J. Wysocki · 13 years ago
  99. e895125 [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files by Thomas Renninger · 14 years ago
  100. 226528c [CPUFREQ] unexport (un)lock_policy_rwsem* functions by Amerigo Wang · 15 years ago