1. 9d86b41 Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  2. 8eb92ab cpufreq: exynos: remove Exynos4210 specific cpufreq driver support by Thomas Abraham · 9 years ago
  3. 743492c drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code by Paul Gortmaker · 9 years ago
  4. 0fc8392 cpufreq: exynos: Use simple approach to asses if cpu cooling can be used by Lukasz Majewski · 9 years ago
  5. e725d26 cpufreq: exynos: Use device tree to determine if cpufreq cooling should be registered by Lukasz Majewski · 9 years ago
  6. 30f51f2 cpufreq: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  7. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  8. 4c8d819 cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM by Tomasz Figa · 10 years ago
  9. be1f7c8 cpufreq: exynos: Fix the compile error by Jonghwan Choi · 10 years ago
  10. e5eaa44 cpufreq: exynos: Use dev_err/info function instead of pr_err/info by Chanwoo Choi · 10 years ago
  11. 041526f cpufreq: Use cpufreq_for_each_* macros for frequency table iteration by Stratos Karafotis · 10 years ago
  12. 979d86f cpufreq: Remove cpufreq_generic_exit() by Viresh Kumar · 10 years ago
  13. d248bb8 cpufreq: exynos: Use cpufreq_generic_suspend() by Viresh Kumar · 10 years ago
  14. c683c2c cpufreq: exynos: Extend Exynos cpufreq driver to support boost by Lukasz Majewski · 11 years ago
  15. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 10 years ago
  16. d568b6f cpufreq: exynos: Convert exynos-cpufreq to platform driver by Lukasz Majewski · 11 years ago
  17. ae6b427 cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 11 years ago
  18. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  19. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  20. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  21. 006454a exynos-cpufreq: fix false return check from "regulator_set_voltage" by Manish Badarkhe · 11 years ago
  22. b249aba cpufreq: exynos: use cpufreq_generic_init() by Viresh Kumar · 11 years ago
  23. 77fa105 cpufreq: exynos: don't initialize part of policy set by core by Viresh Kumar · 11 years ago
  24. eea6181 cpufreq: exynos: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  25. 0585123 Correct some typos for word frequency by LABBE Corentin · 11 years ago
  26. bc574ce cpufreq: exynos: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  27. 361c2cb Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq by Rafael J. Wysocki · 11 years ago
  28. 45e1208 cpufreq: fix EXYNOS drivers selection by Bartlomiej Zolnierkiewicz · 11 years ago
  29. d5b73cd cpufreq: Use sizeof(*ptr) convetion for computing sizes by Viresh Kumar · 11 years ago
  30. c3aca6b cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error cases by Viresh Kumar · 11 years ago
  31. c158520 cpufreq: exynos: Remove error return even if no soc is found by Amit Daniel Kachhap · 11 years ago
  32. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  33. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  34. 60a406d Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Rafael J. Wysocki · 11 years ago
  35. 6ca939b cpufreq: exynos: simplify .init() for setting policy->cpus by Viresh Kumar · 11 years ago
  36. c098ea7 cpufreq: exynos: Fix hang in pm handler due to frequency mismatch by Jonghwan Choi · 11 years ago
  37. 229b21e cpufreq: exynos: Initialize return variable by Sachin Kamat · 11 years ago
  38. d271d07 cpufreq: exynos: Fix unsigned variable being checked for negative value by Sachin Kamat · 11 years ago
  39. 6e45eb1 cpufreq: exynos: Get booting freq value in exynos_cpufreq_init by Jonghwan Choi · 11 years ago
  40. 1298271 cpufreq: exynos: Show list of available frequencies by Inderpal Singh · 11 years ago
  41. c4aaa29 cpufreq: exynos: cleanup exynos-cpufreq header by Kukjin Kim · 12 years ago
  42. 0e0e425 cpufreq: exynos: Split exynos_target function into two functions by Jonghwan Choi · 12 years ago
  43. 857d90f cpufreq: exynos: Check old & new frequency early by Jonghwan Choi · 12 years ago
  44. 184cddd cpufreq: exynos: Remove unused variable & IS_ERR by Jonghwan Choi · 12 years ago
  45. 5542721 cpufreq: exynos: Use static for functions used in only this file by Tushar Behera · 12 years ago
  46. fd06a20 cpufreq: exynos: Broadcast frequency change notifications for all cores by Tomasz Figa · 12 years ago
  47. 53df1ad EXYNOS: bugfix on retrieving old_index from freqs.old by Jonghwa Lee · 12 years ago
  48. 562a6cb EXYNOS5250: Add support cpufreq for EXYNOS5250 by Jaecheol Lee · 12 years ago
  49. a35c505 EXYNOS4X12: Add support cpufreq for EXYNOS4X12 by Jaecheol Lee · 12 years ago
  50. 60d2725 [CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequency by Tushar Behera · 12 years ago
  51. 6c523c6 [CPUFREQ] EXYNOS: Removed useless headers and codes by Jaecheol Lee · 12 years ago
  52. a125a17 [CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driver by Jaecheol Lee · 12 years ago