1. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  2. ad7722d cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsem by viresh kumar · 11 years ago
  3. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  4. 99ec899 cpufreq: Detect spurious invocations of update_policy_cpu() by Srivatsa S. Bhat · 11 years ago
  5. 3bc28ab cpufreq: remove CONFIG_CPU_FREQ_TABLE by Viresh Kumar · 11 years ago
  6. 70e9e77 cpufreq: create cpufreq_generic_init() routine by Viresh Kumar · 11 years ago
  7. da60ce9 cpufreq: call cpufreq_driver->get() after calling ->init() by Viresh Kumar · 11 years ago
  8. 0b981e7 cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY by Viresh Kumar · 11 years ago
  9. 037ce83 cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy() by Viresh Kumar · 11 years ago
  10. 27a862e cpufreq: remove __cpufreq_remove_dev() by Viresh Kumar · 11 years ago
  11. 75949c9 cpufreq: don't break string in print statements by Viresh Kumar · 11 years ago
  12. bbdd04a cpufreq: Remove extra blank line by Viresh Kumar · 11 years ago
  13. 67a29e5 cpufreq: remove invalid comment from __cpufreq_remove_dev() by Viresh Kumar · 11 years ago
  14. 1b750e3 cpufreq: make return type of lock_policy_rwsem_{read|write}() as void by Viresh Kumar · 11 years ago
  15. 26ca869 cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_get() by Viresh Kumar · 11 years ago
  16. 4dea5806 cpufreq: return EEXIST instead of EBUSY for second registering by Yinghai Lu · 11 years ago
  17. 8efd576 cpufreq: unlock correct rwsem while updating policy->cpu by Viresh Kumar · 11 years ago
  18. 9c8f1ee cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish() by Viresh Kumar · 11 years ago
  19. 44871c9 cpufreq: Acquire the lock in cpufreq_policy_restore() for reading by Lan Tianyu · 11 years ago
  20. cb38ed5 cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpu by Srivatsa S. Bhat · 11 years ago
  21. 61173f2 cpufreq: Restructure if/else block to avoid unintended behavior by Srivatsa S. Bhat · 11 years ago
  22. 0d66b91 cpufreq: Fix crash in cpufreq-stats during suspend/resume by Srivatsa S. Bhat · 11 years ago
  23. 798282a Revert "cpufreq: make sure frequency transitions are serialized" by Rafael J. Wysocki · 11 years ago
  24. 5136fa5 cpufreq: Use signed type for 'ret' variable, to store negative error values by Srivatsa S. Bhat · 11 years ago
  25. 56d07db cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes by Srivatsa S. Bhat · 11 years ago
  26. 4f750c9 cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplug by Srivatsa S. Bhat · 11 years ago
  27. 1aee40a cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lock by Srivatsa S. Bhat · 11 years ago
  28. cedb70a cpufreq: Split __cpufreq_remove_dev() into two parts by Srivatsa S. Bhat · 11 years ago
  29. 19c7630 cpufreq: serialize calls to __cpufreq_governor() by Viresh Kumar · 11 years ago
  30. f73d393 cpufreq: don't allow governor limits to be changed when it is disabled by Viresh Kumar · 11 years ago
  31. 5025d62 cpufreq: fix bad unlock balance on !CONFIG_SMP by Li Zhong · 11 years ago
  32. 1b27429 cpufreq: Use cpufreq_policy_list for iterating over policies by Viresh Kumar · 11 years ago
  33. 474deff cpufreq: remove cpufreq_policy_cpu per-cpu variable by Viresh Kumar · 11 years ago
  34. 9e9fd80 cpufreq: remove unnecessary check in __cpufreq_governor() by Viresh Kumar · 11 years ago
  35. 9515f4d cpufreq: remove policy from cpufreq_policy_list during suspend by Viresh Kumar · 11 years ago
  36. edab2fb cpufreq: Fix white space in __cpufreq_remove_dev() by Viresh Kumar · 11 years ago
  37. 878f6e0 Revert "cpufreq: Use cpufreq_policy_list for iterating over policies" by Rafael J. Wysocki · 11 years ago
  38. 3de9bde cpufreq: improve error checking on return values of __cpufreq_governor() by Viresh Kumar · 11 years ago
  39. 6eed940 cpufreq: Use rwsem for protecting critical sections by Viresh Kumar · 11 years ago
  40. fe492f3 cpufreq: Fix broken usage of governor->owner's refcount by Viresh Kumar · 11 years ago
  41. eb60852 cpufreq: Use cpufreq_policy_list for iterating over policies by Viresh Kumar · 11 years ago
  42. c88a1f8 cpufreq: Store cpufreq policies in a list by Lukasz Majewski · 11 years ago
  43. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  44. 3a3e9e0 cpufreq: Give consistent names to cpufreq_policy objects by Viresh Kumar · 11 years ago
  45. 5ff0a26 cpufreq: Clean up header files included in the core by Viresh Kumar · 11 years ago
  46. 1133bfa Merge branch 'pm-cpufreq-ondemand' into pm-cpufreq by Rafael J. Wysocki · 11 years ago
  47. d8d3b47 cpufreq: Pass policy to cpufreq_add_policy_cpu() by Viresh Kumar · 11 years ago
  48. 10659ab cpufreq: Avoid double kobject_put() for the same kobject in error code path by Rafael J. Wysocki · 11 years ago
  49. 71c3461 cpufreq: Do not hold driver module references for additional policy CPUs by Rafael J. Wysocki · 11 years ago
  50. 308b60e cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}() by Viresh Kumar · 11 years ago
  51. e8fdde1 cpufreq: Remove extra variables from cpufreq_add_dev_symlink() by Viresh Kumar · 11 years ago
  52. 5302c3f cpufreq: Perform light-weight init/teardown during suspend/resume by Srivatsa S. Bhat · 11 years ago
  53. 8414809 cpufreq: Preserve policy structure across suspend/resume by Srivatsa S. Bhat · 11 years ago
  54. a82fab2 cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown by Srivatsa S. Bhat · 11 years ago
  55. f9ba680 cpufreq: Extract the handover of policy cpu to a helper function by Srivatsa S. Bhat · 11 years ago
  56. e18f168 cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface by Srivatsa S. Bhat · 11 years ago
  57. e9698cc cpufreq: Add helper to perform alloc/free of policy structure by Srivatsa S. Bhat · 11 years ago
  58. 23d32899 cpufreq: Fix misplaced call to cpufreq_update_policy() by Srivatsa S. Bhat · 11 years ago
  59. 2a99859 cpufreq: Fix cpufreq driver module refcount balance after suspend/resume by Rafael J. Wysocki · 11 years ago
  60. cffe4e0 cpufreq: Remove unused function __cpufreq_driver_getavg() by Stratos Karafotis · 11 years ago
  61. b7356ab Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  62. 2760984 cpufreq: delete __cpuinit usage from all cpufreq files by Paul Gortmaker · 11 years ago
  63. aae760e cpufreq: Revert commit a66b2e to fix suspend/resume regression by Srivatsa S. Bhat · 11 years ago
  64. 266c13d cpufreq: Fix serialization of frequency transitions by Viresh Kumar · 11 years ago
  65. f4fd379 acpi-cpufreq: Add new sysfs attribute freqdomain_cpus by Lan Tianyu · 11 years ago
  66. 7c30ed5 cpufreq: make sure frequency transitions are serialized by Viresh Kumar · 11 years ago
  67. 0956df9c cpufreq: make __cpufreq_notify_transition() static by Viresh Kumar · 11 years ago
  68. bb176f7 cpufreq: Fix minor formatting issues by Viresh Kumar · 11 years ago
  69. 95731eb cpufreq: Fix governor start/stop race condition by Xiaoguang Chen · 11 years ago
  70. a262e94 cpufreq: remove unnecessary cpufreq_cpu_{get|put}() calls by Viresh Kumar · 11 years ago
  71. 2361be2 cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory by Viresh Kumar · 11 years ago
  72. 72a4ce3 cpufreq: Move get_cpu_idle_time() to cpufreq.c by Viresh Kumar · 11 years ago
  73. 944e9a0 cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c by Viresh Kumar · 11 years ago
  74. 3f869d6 cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policy by Viresh Kumar · 11 years ago
  75. 955ef48 cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT by Viresh Kumar · 11 years ago
  76. a66b2e5 cpufreq: Preserve sysfs files across suspend/resume by Srivatsa S. Bhat · 11 years ago
  77. d96038e cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount by Viresh Kumar · 11 years ago
  78. 1c3d85d cpufreq: Revert incorrect commit 5800043 by Rafael J. Wysocki · 11 years ago
  79. 820c6ca cpufreq: Don't call __cpufreq_governor() for drivers without target() by Viresh Kumar · 11 years ago
  80. e4969eb cpufreq: Call __cpufreq_governor() with correct policy->cpus mask by Viresh Kumar · 11 years ago
  81. 5800043 cpufreq: convert cpufreq_driver to using RCU by Nathan Zimmer · 11 years ago
  82. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  83. 4d5dcc4 cpufreq: governor: Implement per policy instances of governors by Viresh Kumar · 11 years ago
  84. 7bd353a cpufreq: Add per policy governor-init/exit infrastructure by Viresh Kumar · 11 years ago
  85. 0d1857a cpufreq: Convert the cpufreq_driver_lock to a rwlock by Nathan Zimmer · 11 years ago
  86. 4419fbd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  87. fa69e33 cpufreq: Do not track governor name for scaling drivers with internal governors. by Dirk Brandewie · 12 years ago
  88. f6b0515 cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_driver.target() by Dirk Brandewie · 12 years ago
  89. 9e21ba8 cpufreq: Retrieve current frequency from scaling drivers with internal governors by Dirk Brandewie · 12 years ago
  90. 2eaa3e2 cpufreq: Fix locking issues by Viresh Kumar · 12 years ago
  91. fa1d8af cpufreq: Create a macro for unlock_policy_rwsem{read,write} by Viresh Kumar · 12 years ago
  92. 6592246 cpufreq: Remove unused HOTPLUG_CPU code by Viresh Kumar · 12 years ago
  93. 8e53695 cpufreq: governors: Fix WARN_ON() for multi-policy platforms by Viresh Kumar · 12 years ago
  94. 3361b7b cpufreq: Don't check cpu_online(policy->cpu) by Viresh Kumar · 12 years ago
  95. 73bf0fc cpufreq: Don't remove sysfs link for policy->cpu by Viresh Kumar · 12 years ago
  96. b394058 cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() by Viresh Kumar · 12 years ago
  97. fcf8058 cpufreq: Simplify cpufreq_add_dev() by Viresh Kumar · 12 years ago
  98. b26f720 cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregister" by Viresh Kumar · 12 years ago
  99. 9d95046 cpufreq: Add a get_current_driver helper by Borislav Petkov · 12 years ago
  100. d5aaffa cpufreq: handle cpufreq being disabled for all exported function. by Dirk Brandewie · 12 years ago