1. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  2. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  3. fe98461 PM / devfreq: fix typo "CPU_EXYNOS4.12" twice by Paul Bolle · 11 years ago
  4. 5751cdc PM / devfreq: fix missing unlock on error in exynos4_busfreq_pm_notifier_event() by Wei Yongjun · 11 years ago
  5. de9c739 PM / devfreq: add comments and Documentation by MyungJoo Ham · 11 years ago
  6. 39688ce PM / devfreq: account suspend/resume for stats by Rajagopal Venkat · 11 years ago
  7. 6ccce69 PM / devfreq: Add Exynos5-bus devfreq driver for Exynos5250 by Abhilash Kesavan · 11 years ago
  8. 537eb8e PM / devfreq: Move exynos4 devfreq driver into a new sub-directory by Abhilash Kesavan · 11 years ago
  9. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  10. 8fa938a PM / devfreq: exynos4_bus: honor RCU lock usage by Nishanth Menon · 11 years ago
  11. bcb2754 PM / devfreq: add locking documentation for recommended_opp by Nishanth Menon · 11 years ago
  12. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  13. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  14. bf58cdf Merge branch 'pm-devfreq' by Rafael J. Wysocki · 12 years ago
  15. 6dcdd8e PM / devfreq: remove compiler error with module governors (2) by MyungJoo Ham · 12 years ago
  16. f9c08e2 PM / devfreq: Fix return value in devfreq_remove_governor() by Sachin Kamat · 12 years ago
  17. b9e1c8e PM / devfreq: Fix incorrect argument in error message by Sachin Kamat · 12 years ago
  18. 389baed PM / devfreq: missing rcu_read_lock() added for find_device_opp() by MyungJoo Ham · 12 years ago
  19. dce9dc3 PM / devfreq: exynos4_bus.c: Fixed an alignment of the func call args. by Sangho Yi · 12 years ago
  20. 50a5b33 PM / devfreq: Add sysfs node to expose available governors by Nishanth Menon · 12 years ago
  21. 0359d1a PM / devfreq: allow sysfs governor node to switch governor by Nishanth Menon · 12 years ago
  22. eff607f PM / devfreq: governors: add GPL module license and allow module build by Nishanth Menon · 12 years ago
  23. 1b5c1be PM / devfreq: map devfreq drivers to governor using name by Nishanth Menon · 12 years ago
  24. 83116e6 PM / devfreq: register governors with devfreq framework by Nishanth Menon · 12 years ago
  25. 3aa173b PM / devfreq: provide hooks for governors to be registered by Nishanth Menon · 12 years ago
  26. 2df5021 PM / devfreq: export update_devfreq by Nishanth Menon · 12 years ago
  27. e552bba PM / devfreq: Add sysfs node for representing frequency transition information. by Jonghwa Lee · 12 years ago
  28. d287de8 PM / devfreq: Add sysfs node to expose available frequencies by Nishanth Menon · 12 years ago
  29. d789505 PM / devfreq: Use devm_* functions in exynos4_bus.c by Sachin Kamat · 12 years ago
  30. 0779726 PM / OPP: predictable fail results for opp_find* functions, v2 by Nishanth Menon · 12 years ago
  31. 1a1357e PM / devfreq: make devfreq_class static by Nishanth Menon · 12 years ago
  32. 12e2626 PM / devfreq: fix sscanf handling for writable sysfs entries by Nishanth Menon · 12 years ago
  33. c5b4a1c1 PM / devfreq: kernel-doc typo corrections by Nishanth Menon · 12 years ago
  34. 7f98a90 PM / devfreq: Add current freq callback in device profile by Rajagopal Venkat · 12 years ago
  35. 206c30c PM / devfreq: Add suspend and resume apis by Rajagopal Venkat · 12 years ago
  36. 7e6fdd4 PM / devfreq: Core updates to support devices which can idle by Rajagopal Venkat · 12 years ago
  37. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  38. 468f4d1 Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  39. 0b7c328 PM: devfreq: init performance/powersave governor by Xiaoguang Chen · 12 years ago
  40. 6b2aac4 Fix typo in various Kconfig file by Masanari Iida · 12 years ago
  41. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  42. ab5f299 PM / devfreq: add relation of recommended frequency. by MyungJoo Ham · 12 years ago
  43. a2b9676 PM / devfreq: update the name of EXYNOS clock registers that were omitted by MyungJoo Ham · 12 years ago
  44. 5fcc929 PM / devfreq: update the name of EXYNOS clock register by Kukjin Kim · 12 years ago
  45. 6530b9de PM / devfreq: add min/max_freq limit requested by users. by MyungJoo Ham · 13 years ago
  46. e0d44e8 devfreq: Remove MODULE_ALIAS for exynos4 busfreq driver by Axel Lin · 12 years ago
  47. f0c28b0 devfreq: exynos4_bus: Use dev_get_drvdata at appropriate places by Axel Lin · 12 years ago
  48. dfa9d17 Merge branch 'devfreq-for-next' of git://git.infradead.org/users/kmpark/linux-samsung into pm-devfreq by Rafael J. Wysocki · 13 years ago
  49. 7b40503 PM/Devfreq: Add Exynos4-bus device DVFS driver for Exynos4210/4212/4412. by MyungJoo Ham · 13 years ago
  50. 3f19f08 PM / devfreq: separate error paths from successful path by Axel Lin · 13 years ago
  51. 6c81f90 PM / devfreq: correct Kconfig dependency by MyungJoo Ham · 13 years ago
  52. 9f3bdd4 PM / devfreq: fix use after free in devfreq_remove_device by Axel Lin · 13 years ago
  53. 952f6d1 PM / devfreq: Remove compiler error after irq.h update by MyungJoo Ham · 13 years ago
  54. ce26c5b PM / devfreq: Add basic governors by MyungJoo Ham · 13 years ago
  55. 9005b65 PM / devfreq: Add common sysfs interfaces by MyungJoo Ham · 13 years ago
  56. a3c98b8 PM: Introduce devfreq: generic DVFS framework with device-specific OPPs by MyungJoo Ham · 13 years ago