1. 8fc0e48e PM / devfreq: Use lockdep asserts instead of manual checks for locked mutex by Krzysztof Kozlowski · 4 years, 8 months ago
  2. a316b5c PM / devfreq: Replace strncpy with strscpy by Dmitry Osipenko · 5 years ago
  3. 4c6abef PM / devfreq: Fix handling dev_pm_qos_remove_request result by Leonard Crestez · 4 years, 10 months ago
  4. 3a1ec2e PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name by Chanwoo Choi · 5 years ago
  5. 66d0e79 Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs" by Orson Zhai · 5 years ago
  6. 490a421 PM / devfreq: Add debugfs support with devfreq_summary file by Chanwoo Choi · 5 years ago
  7. 54cb574 PM / devfreq: Fix multiple kernel-doc warnings by Randy Dunlap · 5 years ago
  8. f9002b1 PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq) by Kamil Konieczny · 5 years ago
  9. 1ebd0bc PM / devfreq: Move statistics to separate struct devfreq_stats by Kamil Konieczny · 5 years ago
  10. 14a3439 PM / devfreq: Add clearing transitions stats by Kamil Konieczny · 5 years ago
  11. b76b347 PM / devfreq: Change time stats to 64-bit by Kamil Konieczny · 5 years ago
  12. 2fee1a7 PM / devfreq: Add new name attribute for sysfs by Chanwoo Choi · 5 years ago
  13. 27dbc54 PM / devfreq: Use PM QoS for sysfs min/max_freq by Leonard Crestez · 5 years ago
  14. 05d7ae1 PM / devfreq: Add PM QoS support by Leonard Crestez · 5 years ago
  15. 42a6b25 PM / devfreq: Don't fail devfreq_dev_release if not in list by Leonard Crestez · 5 years ago
  16. 46cecc0 PM / devfreq: Introduce get_freq_range helper by Leonard Crestez · 5 years ago
  17. e7cc792 PM / devfreq: Set scaling_max_freq to max on OPP notifier error by Leonard Crestez · 5 years ago
  18. e876e71 PM / devfreq: Fix devfreq_notifier_call returning errno by Leonard Crestez · 5 years ago
  19. e1e047a PM / devfreq: Add missing locking while setting suspend_freq by Marek Szyprowski · 5 years ago
  20. 5c0f6c7 PM / devfreq: Add new interrupt_driven flag for governors by Dmitry Osipenko · 5 years ago
  21. 2abb0d5 PM / devfreq: Lock devfreq in trans_stat_show by Leonard Crestez · 5 years ago
  22. d68adc8 PM / devfreq: Check NULL governor in available_governors_show by Leonard Crestez · 5 years ago
  23. df4d7b1 PM / devfreq: Make log message more explicit when devfreq device already exists by Matthias Kaehlcke · 5 years ago
  24. e2fc167 PM / devfreq: Correct devm_devfreq_remove_device() documentation by Krzysztof Kozlowski · 5 years ago
  25. 7544fd7 PM / devfreq: Fix kernel oops on governor module load by Ezequiel Garcia · 6 years ago
  26. 2c09083 PM / devfreq: Fix spelling typo by Gaël PORTAY · 6 years ago
  27. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  28. cf451ad PM / devfreq: add tracing for scheduling work by Lukasz Luba · 6 years ago
  29. b53b012 PM / devfreq: Fix static checker warning in try_then_request_governor by Enric Balletbo i Serra · 6 years ago
  30. bc658be PM / devfreq: Restart previous governor if new governor fails to start by Saravana Kannan · 6 years ago
  31. 6d690f7 PM / devfreq: consistent indentation by MyungJoo Ham · 6 years ago
  32. 25846fa PM / devfreq: fix missing check of return value in devfreq_add_device() by Yangtao Li · 6 years ago
  33. a948791 PM / devfreq: fix mem leak in devfreq_add_device() by Yangtao Li · 6 years ago
  34. 5903195 PM / devfreq: add devfreq_suspend/resume() functions by Lukasz Luba · 6 years ago
  35. 83f8ca4 PM / devfreq: add support for suspend/resume of a devfreq device by Lukasz Luba · 6 years ago
  36. 6331417 PM / devfreq: refactor set_target frequency function by Lukasz Luba · 6 years ago
  37. 8188b15 PM / devfreq: remove redundant null pointer check before kfree by zhong jiang · 6 years ago
  38. 2f061fd PM / devfreq: stopping the governor before device_unregister() by Vincent Donnefort · 6 years ago
  39. df5cf4a PM / devfreq: Fix handling of min/max_freq == 0 by Matthias Kaehlcke · 6 years ago
  40. d0e4642 PM / devfreq: Drop custom MIN/MAX macros by Bjorn Andersson · 7 years ago
  41. 23c7b54 PM / devfreq: Fix devfreq_add_device() when drivers are built as modules. by Enric Balletbo i Serra · 7 years ago
  42. 2c2cb1e6 PM / devfreq: Init user limits from OPP limits, not viceversa by Matthias Kaehlcke · 7 years ago
  43. 2d803dc PM / devfreq: use put_device() instead of kfree() by Arvind Yadav · 7 years ago
  44. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  45. 63f1e05 PM / devfreq: Fix potential NULL pointer dereference in governor_store by Gustavo A. R. Silva · 7 years ago
  46. d1bf2d30 PM / devfreq: Propagate error from devfreq_add_device() by Bjorn Andersson · 7 years ago
  47. ccc4c3b PM / devfreq: Remove unneeded conditional statement by Chanwoo Choi · 7 years ago
  48. 416b46a PM / devfreq: Show the all available frequencies by Chanwoo Choi · 7 years ago
  49. ea572f8 PM / devfreq: Change return type of devfreq_set_freq_table() by Chanwoo Choi · 7 years ago
  50. f1d981e PM / devfreq: Use the available min/max frequency by Chanwoo Choi · 7 years ago
  51. 1051e2c Revert "PM / devfreq: Add show_one macro to delete the duplicate code" by Chanwoo Choi · 7 years ago
  52. ab8f58a PM / devfreq: Set min/max_freq when adding the devfreq device by Chanwoo Choi · 7 years ago
  53. 9e14de1 PM / devfreq: Fix memory leak when fail to register device by Chanwoo Choi · 7 years ago
  54. 4091fb9 scripts/spelling.txt: add "followings" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  55. 41ef3d1 Merge branch 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  56. 4585fbc PM / devfreq: Modify the device name as devfreq(X) for sysfs by Chanwoo Choi · 8 years ago
  57. 29b6968 PM / devfreq: Remove unnecessary separate _remove_devfreq() by Chanwoo Choi · 8 years ago
  58. 30582c2 PM / devfreq: Fix wrong trans_stat of passive devfreq device by Chanwoo Choi · 8 years ago
  59. bcf23c7 PM / devfreq: Fix available_governor sysfs by Chanwoo Choi · 8 years ago
  60. 9d0109b PM / devfreq: Fix the checkpatch warnings by Chanwoo Choi · 8 years ago
  61. 8a31d9d9 PM / OPP: Update OPP users to put reference by Viresh Kumar · 8 years ago
  62. dc2c9ad PM / OPP: Don't expose srcu_head to register notifiers by Viresh Kumar · 8 years ago
  63. 73613b1 PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL by Chanwoo Choi · 8 years ago
  64. bafeb42 PM / devfreq: correct comment typo. by MyungJoo Ham · 8 years ago
  65. d0563a0 PM / devfreq: Skip status update on uninitialized previous_freq by Tobias Jakobi · 8 years ago
  66. 0f376c9 PM / devfreq: Add proper locking around list_del() by Axel Lin · 8 years ago
  67. 3427c6f PM / devfreq: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  68. 417dc4b PM / devfreq: make devfreq explicitly non-modular by Paul Gortmaker · 9 years ago
  69. 0d37189 PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failed by Chanwoo Choi · 9 years ago
  70. 8d39fc08 PM / devfreq: fix initialization of current frequency in last status by Lukasz Luba · 9 years ago
  71. 67ffdb5 PM / devfreq: remove double put_device by MyungJoo Ham · 9 years ago
  72. a5e9b93 PM / devfreq: fix double call put_device by Cai Zhiyong · 9 years ago
  73. ac4b281 PM / devfreq: fix duplicated kfree on devfreq pointer by MyungJoo Ham · 9 years ago
  74. 3e1d7fb PM / devfreq: devm_kzalloc to have dev pointer more precisely by MyungJoo Ham · 9 years ago
  75. 0fe3a66 PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier by Chanwoo Choi · 9 years ago
  76. 8f510ae PM / devfreq: Add devfreq_get_devfreq_by_phandle() by Chanwoo Choi · 9 years ago
  77. 34bd322 PM / devfreq: Do not show statistics if it's not ready. by MyungJoo Ham · 9 years ago
  78. d7df1e4 PM / devfreq: Modify the indentation of trans_stat sysfs for readability by Chanwoo Choi · 9 years ago
  79. 0ec09ac PM / devfreq: Set the freq_table of devfreq device by Chanwoo Choi · 9 years ago
  80. 3104fa3 PM / devfreq: Add show_one macro to delete the duplicate code by Chanwoo Choi · 9 years ago
  81. 6d3cbfa PM / devfreq: fix double kfree by Geliang Tang · 9 years ago
  82. 14a21e7 PM / devfreq: Fix governor_store() by Tobias Jakobi · 9 years ago
  83. 5f25f066 PM / devfreq: Fix incorrect type issue. by Xiaolong Ye · 9 years ago
  84. d3b7e17 PM / devfreq: drop comment about thermal setting max_freq by Javi Merino · 9 years ago
  85. 9348da2 PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  86. 4b524f1 PM / devfreq: correct misleading comment by MyungJoo Ham · 10 years ago
  87. bd7e927 PM / devfreq: Export helper functions for drivers by Ãrjan Eide · 11 years ago
  88. d5b040d PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function by Chanwoo Choi · 11 years ago
  89. 8cd8409 PM / devfreq: Add resource-managed function for devfreq device by Chanwoo Choi · 11 years ago
  90. 585fc83 PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource free by Chanwoo Choi · 11 years ago
  91. e35d35a PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs by Saravana Kannan · 11 years ago
  92. 230b4b3 Merge branch 'pm-devfreq' by Rafael J. Wysocki · 11 years ago
  93. ea7f454 PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  94. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  95. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  96. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  97. a93d6b0 devfreq: convert devfreq_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  98. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 12 years ago
  99. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 12 years ago
  100. de9c739 PM / devfreq: add comments and Documentation by MyungJoo Ham · 12 years ago