1. fe8f92c PM / devfreq: Fix wrong trans_stat of passive devfreq device by Chanwoo Choi · 7 years ago
  2. 2294b77 PM / devfreq: Fix available_governor sysfs by Chanwoo Choi · 7 years ago
  3. ebdfcaa PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL by Chanwoo Choi · 7 years ago
  4. 7959835 PM / devfreq: exynos-bus: Fix the wrong return value by Chanwoo Choi · 7 years ago
  5. d0563a0 PM / devfreq: Skip status update on uninitialized previous_freq by Tobias Jakobi · 8 years ago
  6. 0f376c9 PM / devfreq: Add proper locking around list_del() by Axel Lin · 8 years ago
  7. 3b91f4b PM / devfreq: exynos-nocp: Remove redundant code by Axel Lin · 8 years ago
  8. 69e67a0 PM / devfreq: exynos-nocp: Select REGMAP_MMIO by Axel Lin · 8 years ago
  9. da4a644 PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .remove by Axel Lin · 8 years ago
  10. 54dec69 PM / devfreq: rockchip: add PM_DEVFREQ_EVENT dependency by Arnd Bergmann · 8 years ago
  11. 290128a partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage" by Stephen Rothwell · 8 years ago
  12. 5a893e3 PM / devfreq: rockchip: add devfreq driver for rk3399 dmc by Lin Huang · 8 years ago
  13. b9d1262 PM / devfreq: event: support rockchip dfi controller by Lin Huang · 8 years ago
  14. 989a0fc PM / devfreq: fix Kconfig indent style by Jisheng Zhang · 8 years ago
  15. 797da55 PM / devfreq: Add COMPILE_TEST for build coverage by Krzysztof Kozlowski · 8 years ago
  16. 0b38ed3 PM / devfreq: exynos-ppmu: remove unneeded of_node_put() by Wei Yongjun · 8 years ago
  17. d8150d1 PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  18. 3427c6f PM / devfreq: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  19. 99e65ae PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe() by Bartlomiej Zolnierkiewicz · 8 years ago
  20. c07e074 PM / devfreq: exynos: fix error path in exynos_bus_probe() by Bartlomiej Zolnierkiewicz · 8 years ago
  21. a63eb1a PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristate by Paul Gortmaker · 8 years ago
  22. 64cb7f6 PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristate by Paul Gortmaker · 8 years ago
  23. 5b3c316 PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristate by Paul Gortmaker · 8 years ago
  24. e32363b PM / devfreq: make devfreq-event explicitly non-modular by Paul Gortmaker · 8 years ago
  25. 417dc4b PM / devfreq: make devfreq explicitly non-modular by Paul Gortmaker · 8 years ago
  26. 0d37189 PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failed by Chanwoo Choi · 8 years ago
  27. 8d39fc08 PM / devfreq: fix initialization of current frequency in last status by Lukasz Luba · 8 years ago
  28. 674789d PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check by Dan Carpenter · 8 years ago
  29. 67ffdb5 PM / devfreq: remove double put_device by MyungJoo Ham · 8 years ago
  30. a5e9b93 PM / devfreq: fix double call put_device by Cai Zhiyong · 8 years ago
  31. ac4b281 PM / devfreq: fix duplicated kfree on devfreq pointer by MyungJoo Ham · 9 years ago
  32. 3e1d7fb PM / devfreq: devm_kzalloc to have dev pointer more precisely by MyungJoo Ham · 9 years ago
  33. 83cb0e4 PM / devfreq: style/typo fixes by MyungJoo Ham · 8 years ago
  34. 19cf91d PM / devfreq: event: Find the instance of devfreq-event device by using phandle by Chanwoo Choi · 8 years ago
  35. 0179a91 PM / devfreq: event: Add new Exynos NoC probe driver by Chanwoo Choi · 8 years ago
  36. bfcd620 PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver by Chanwoo Choi · 8 years ago
  37. 403e068 PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passive governor by Chanwoo Choi · 9 years ago
  38. 9961331 PM / devfreq: Add new passive governor by Chanwoo Choi · 8 years ago
  39. 0fe3a66 PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier by Chanwoo Choi · 8 years ago
  40. 8f510ae PM / devfreq: Add devfreq_get_devfreq_by_phandle() by Chanwoo Choi · 8 years ago
  41. 0722249 PM / devfreq: exynos: Add generic exynos bus frequency driver by Chanwoo Choi · 9 years ago
  42. 027b693 PM / devfreq: Spelling s/frequnecy/frequency/ by Geert Uytterhoeven · 8 years ago
  43. dbb0c7c PM / devfreq: tegra: Set freq in rate callback by Tomeu Vizoso · 8 years ago
  44. 34bd322 PM / devfreq: Do not show statistics if it's not ready. by MyungJoo Ham · 8 years ago
  45. d7df1e4 PM / devfreq: Modify the indentation of trans_stat sysfs for readability by Chanwoo Choi · 8 years ago
  46. 0ec09ac PM / devfreq: Set the freq_table of devfreq device by Chanwoo Choi · 8 years ago
  47. 3104fa3 PM / devfreq: Add show_one macro to delete the duplicate code by Chanwoo Choi · 8 years ago
  48. e54916c PM / devfreq: event: Fix the error and warning from script/checkpatch.pl by Chanwoo Choi · 8 years ago
  49. df678ff PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle() by Chanwoo Choi · 8 years ago
  50. 6d3cbfa PM / devfreq: fix double kfree by Geliang Tang · 9 years ago
  51. 14a21e7 PM / devfreq: Fix governor_store() by Tobias Jakobi · 9 years ago
  52. 5f25f066 PM / devfreq: Fix incorrect type issue. by Xiaolong Ye · 9 years ago
  53. 14de390 PM / devfreq: tegra: Update governor to use devfreq_update_stats() by MyungJoo Ham · 9 years ago
  54. d3b7e17 PM / devfreq: drop comment about thermal setting max_freq by Javi Merino · 9 years ago
  55. 08e75e7 PM / devfreq: cache the last call to get_dev_status() by Javi Merino · 9 years ago
  56. 9348da2 PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  57. 86fa4cd PM / devfreq: exynos-ppmu: bit-wise operation bugfix. by MyungJoo Ham · 9 years ago
  58. 77fe46a PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433 by Chanwoo Choi · 9 years ago
  59. 358b615 PM / devfreq: tegra: Register governor on module init by Tomeu Vizoso · 9 years ago
  60. 34ed504 PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitor by Tomeu Vizoso · 9 years ago
  61. 2da19b1 PM / devfreq: tegra: Set drvdata before enabling the irq by Tomeu Vizoso · 9 years ago
  62. 5d498b4 PM / devfreq: tegra: remove operating-points by Tomeu Vizoso · 9 years ago
  63. c70eea7 PM / devfreq: tegra: Use clock rate constraints by Tomeu Vizoso · 9 years ago
  64. 11573e9 PM / devfreq: tegra: Update to v5 of the submitted patches by Tomeu Vizoso · 9 years ago
  65. 4b524f1 PM / devfreq: correct misleading comment by MyungJoo Ham · 9 years ago
  66. 6f240fb PM / devfreq: event: Add const keyword for devfreq_event_ops structure by Chanwoo Choi · 9 years ago
  67. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  68. 04a695e PM / devfreq: event: testing the wrong variable by Dan Carpenter · 9 years ago
  69. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  70. e6ee319 devfreq: Fix build break of devfreq-event class by Chanwoo Choi · 9 years ago
  71. f262f28 PM / devfreq: event: Add devfreq_event class by Chanwoo Choi · 9 years ago
  72. 6234f38 PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor by Tomeu Vizoso · 9 years ago
  73. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 9 years ago
  74. c4456c1 devfreq: exynos: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  75. 81da57e PM / devfreq: exynos: Enable building exynos PPMU as module by Punit Agrawal · 10 years ago
  76. bd7e927 PM / devfreq: Export helper functions for drivers by Ãrjan Eide · 10 years ago
  77. adad562 PM / devfreq: Remove ARCH_HAS_OPP completely by Paul Bolle · 10 years ago
  78. 78c5e0b PM / OPP: Remove ARCH_HAS_OPP by Mark Brown · 10 years ago
  79. cb7063f PM / devfreq: remove checks for CONFIG_EXYNOS_ASV by Paul Bolle · 10 years ago
  80. 2456963 PM / devfreq: exynos5: Use devm_devfreq_* function using device resource management by Chanwoo Choi · 10 years ago
  81. c1b13d4 PM / devfreq: exynos4: Use devm_devfreq_* function using device resource management by Chanwoo Choi · 10 years ago
  82. d5b040d PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function by Chanwoo Choi · 10 years ago
  83. 8cd8409 PM / devfreq: Add resource-managed function for devfreq device by Chanwoo Choi · 10 years ago
  84. 585fc83 PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource free by Chanwoo Choi · 10 years ago
  85. 26d5185 PM / devfreq: exynos: make more PPMU code common by Bartlomiej Zolnierkiewicz · 10 years ago
  86. a94f6b4 PM / devfreq: exynos5: introduce struct busfreq_ppmu_data by Bartlomiej Zolnierkiewicz · 10 years ago
  87. f414527 PM / devfreq: exynos4: introduce struct busfreq_ppmu_data by Bartlomiej Zolnierkiewicz · 10 years ago
  88. ba778b3 PM / devfreq: exynos4: use common PPMU code by Chanwoo Choi · 10 years ago
  89. ae29fa1 PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail by Chanwoo Choi · 10 years ago
  90. edb06a2 PM / devfreq: exynos5: Use SIMPLE_DEV_PM_OPS macro by Chanwoo Choi · 10 years ago
  91. b0d5068 PM / devfreq: exynos4: Add CONFIG_PM_OPP dependency to fix probe fail by Chanwoo Choi · 10 years ago
  92. 60d6977 PM / devfreq: exynos4: Use SIMPLE_DEV_PM_OPS macro by Chanwoo Choi · 10 years ago
  93. 45c58e9 PM / devfreq: exynos4: Fix bug of resource leak and code clean on probe() by Chanwoo Choi · 10 years ago
  94. e35d35a PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs by Saravana Kannan · 10 years ago
  95. 88ea0f2c Merge branches 'pm-cpufreq' and 'pm-devfreq' by Rafael J. Wysocki · 10 years ago
  96. ba7abeb PM / devfreq: Disable Exynos4 driver build on multiplatform by Sachin Kamat · 10 years ago
  97. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  98. 77d84ff treewide: Fix typos in printk by Masanari Iida · 10 years ago
  99. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  100. 118ce5b PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h> by Kukjin Kim · 10 years ago