1. edd7769 Merge android-4.9.209(c830063) into msm-4.9 by jianzhou · 4 years, 3 months ago
  2. dc19447 Merge android-4.9.207(6f0b5b5) into msm-4.9 by jianzhou · 4 years, 3 months ago
  3. b110cf2 PM / devfreq: Check NULL governor in available_governors_show by Leonard Crestez · 4 years, 8 months ago
  4. ce13d56 PM / devfreq: Don't fail devfreq_dev_release if not in list by Leonard Crestez · 4 years, 7 months ago
  5. b99f20c PM / devfreq: Lock devfreq in trans_stat_show by Leonard Crestez · 4 years, 8 months ago
  6. 2e229cb02 Merge android-4.9.94 (8683408) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  7. 715f7e3 PM / devfreq: Fix potential NULL pointer dereference in governor_store by Gustavo A. R. Silva · 6 years ago
  8. 5a2f4ce PM / devfreq: Introduce a sysfs lock by Jonathan Avila · 7 years ago
  9. e06a105 Merge android-4.9.84 (a9d0273) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  10. b3685e8 PM / devfreq: Propagate error from devfreq_add_device() by Bjorn Andersson · 7 years ago
  11. cd02e63 Merge remote-tracking branch '4.9/tmp-379e3b2' into 4.9 by Kyle Yan · 7 years ago
  12. f5c3fd8 PM / devfreq: Fix memory leak when fail to register device by Chanwoo Choi · 7 years ago
  13. f517b3a FROMLIST: PM / devfreq: set min/max freq limit from freq table by Rajagopal Venkat · 11 years ago
  14. 7897df3 PM / devfreq: Restart previous governor if new governor fails to start by Saravana Kannan · 8 years ago
  15. 345ca962 PM / devfreq: Use freq_table for available_frequencies by Saravana Kannan · 10 years ago
  16. fe8f92c PM / devfreq: Fix wrong trans_stat of passive devfreq device by Chanwoo Choi · 7 years ago
  17. 2294b77 PM / devfreq: Fix available_governor sysfs by Chanwoo Choi · 7 years ago
  18. ebdfcaa PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL by Chanwoo Choi · 7 years ago
  19. d0563a0 PM / devfreq: Skip status update on uninitialized previous_freq by Tobias Jakobi · 8 years ago
  20. 0f376c9 PM / devfreq: Add proper locking around list_del() by Axel Lin · 8 years ago
  21. 3427c6f PM / devfreq: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  22. 417dc4b PM / devfreq: make devfreq explicitly non-modular by Paul Gortmaker · 8 years ago
  23. 0d37189 PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failed by Chanwoo Choi · 8 years ago
  24. 8d39fc0 PM / devfreq: fix initialization of current frequency in last status by Lukasz Luba · 8 years ago
  25. 67ffdb5 PM / devfreq: remove double put_device by MyungJoo Ham · 8 years ago
  26. a5e9b93 PM / devfreq: fix double call put_device by Cai Zhiyong · 8 years ago
  27. ac4b281 PM / devfreq: fix duplicated kfree on devfreq pointer by MyungJoo Ham · 9 years ago
  28. 3e1d7fb PM / devfreq: devm_kzalloc to have dev pointer more precisely by MyungJoo Ham · 9 years ago
  29. 0fe3a66 PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier by Chanwoo Choi · 8 years ago
  30. 8f510ae PM / devfreq: Add devfreq_get_devfreq_by_phandle() by Chanwoo Choi · 9 years ago
  31. 34bd322 PM / devfreq: Do not show statistics if it's not ready. by MyungJoo Ham · 9 years ago
  32. d7df1e4 PM / devfreq: Modify the indentation of trans_stat sysfs for readability by Chanwoo Choi · 9 years ago
  33. 0ec09ac PM / devfreq: Set the freq_table of devfreq device by Chanwoo Choi · 9 years ago
  34. 3104fa3 PM / devfreq: Add show_one macro to delete the duplicate code by Chanwoo Choi · 9 years ago
  35. 6d3cbfa PM / devfreq: fix double kfree by Geliang Tang · 9 years ago
  36. 14a21e7 PM / devfreq: Fix governor_store() by Tobias Jakobi · 9 years ago
  37. 5f25f066 PM / devfreq: Fix incorrect type issue. by Xiaolong Ye · 9 years ago
  38. d3b7e17 PM / devfreq: drop comment about thermal setting max_freq by Javi Merino · 9 years ago
  39. 9348da2 PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  40. 4b524f1 PM / devfreq: correct misleading comment by MyungJoo Ham · 9 years ago
  41. bd7e927 PM / devfreq: Export helper functions for drivers by Ãrjan Eide · 10 years ago
  42. d5b040d PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function by Chanwoo Choi · 10 years ago
  43. 8cd8409 PM / devfreq: Add resource-managed function for devfreq device by Chanwoo Choi · 10 years ago
  44. 585fc83 PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource free by Chanwoo Choi · 10 years ago
  45. e35d35a PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs by Saravana Kannan · 10 years ago
  46. 230b4b3 Merge branch 'pm-devfreq' by Rafael J. Wysocki · 11 years ago
  47. ea7f454 PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  48. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  49. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  50. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  51. a93d6b0 devfreq: convert devfreq_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  52. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  53. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  54. de9c739 PM / devfreq: add comments and Documentation by MyungJoo Ham · 11 years ago
  55. 39688ce PM / devfreq: account suspend/resume for stats by Rajagopal Venkat · 11 years ago
  56. bcb2754 PM / devfreq: add locking documentation for recommended_opp by Nishanth Menon · 11 years ago
  57. bf58cdf Merge branch 'pm-devfreq' by Rafael J. Wysocki · 11 years ago
  58. 6dcdd8e PM / devfreq: remove compiler error with module governors (2) by MyungJoo Ham · 12 years ago
  59. f9c08e2 PM / devfreq: Fix return value in devfreq_remove_governor() by Sachin Kamat · 12 years ago
  60. b9e1c8e PM / devfreq: Fix incorrect argument in error message by Sachin Kamat · 12 years ago
  61. 389baed PM / devfreq: missing rcu_read_lock() added for find_device_opp() by MyungJoo Ham · 12 years ago
  62. 50a5b33 PM / devfreq: Add sysfs node to expose available governors by Nishanth Menon · 12 years ago
  63. 0359d1a PM / devfreq: allow sysfs governor node to switch governor by Nishanth Menon · 12 years ago
  64. 1b5c1be PM / devfreq: map devfreq drivers to governor using name by Nishanth Menon · 12 years ago
  65. 3aa173b PM / devfreq: provide hooks for governors to be registered by Nishanth Menon · 12 years ago
  66. 2df5021 PM / devfreq: export update_devfreq by Nishanth Menon · 12 years ago
  67. e552bba PM / devfreq: Add sysfs node for representing frequency transition information. by Jonghwa Lee · 12 years ago
  68. d287de8 PM / devfreq: Add sysfs node to expose available frequencies by Nishanth Menon · 12 years ago
  69. 0779726 PM / OPP: predictable fail results for opp_find* functions, v2 by Nishanth Menon · 12 years ago
  70. 1a1357e PM / devfreq: make devfreq_class static by Nishanth Menon · 12 years ago
  71. 12e2626 PM / devfreq: fix sscanf handling for writable sysfs entries by Nishanth Menon · 12 years ago
  72. c5b4a1c1 PM / devfreq: kernel-doc typo corrections by Nishanth Menon · 12 years ago
  73. 7f98a90 PM / devfreq: Add current freq callback in device profile by Rajagopal Venkat · 12 years ago
  74. 206c30c PM / devfreq: Add suspend and resume apis by Rajagopal Venkat · 12 years ago
  75. 7e6fdd4 PM / devfreq: Core updates to support devices which can idle by Rajagopal Venkat · 12 years ago
  76. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  77. ab5f299 PM / devfreq: add relation of recommended frequency. by MyungJoo Ham · 12 years ago
  78. 6530b9de PM / devfreq: add min/max_freq limit requested by users. by MyungJoo Ham · 12 years ago
  79. 3f19f08 PM / devfreq: separate error paths from successful path by Axel Lin · 13 years ago
  80. 9f3bdd4 PM / devfreq: fix use after free in devfreq_remove_device by Axel Lin · 13 years ago
  81. 952f6d1 PM / devfreq: Remove compiler error after irq.h update by MyungJoo Ham · 13 years ago
  82. 9005b65 PM / devfreq: Add common sysfs interfaces by MyungJoo Ham · 13 years ago
  83. a3c98b8 PM: Introduce devfreq: generic DVFS framework with device-specific OPPs by MyungJoo Ham · 13 years ago