1. 01601b3 ARM: EXYNOS: Fix suspend/resume sequences by Tomasz Figa · 10 years ago
  2. ff6a9c0 ARM: EXYNOS: Move the driver to drivers/cpuidle directory by Daniel Lezcano · 10 years ago[Renamed from arch/arm/mach-exynos/cpuidle.c]
  3. ce4305d2a ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c by Daniel Lezcano · 10 years ago
  4. 277f504 ARM: EXYNOS: Pass the AFTR callback to the platform_data by Daniel Lezcano · 10 years ago
  5. 0ebc13e ARM: EXYNOS: Move the power sequence call in the cpu_pm notifier by Daniel Lezcano · 10 years ago
  6. 3681baf ARM: EXYNOS: Move the AFTR state function into pm.c by Daniel Lezcano · 10 years ago
  7. 712bb69 ARM: EXYNOS: Encapsulate the AFTR code into a function by Daniel Lezcano · 10 years ago
  8. 70ecb84 ARM: EXYNOS: Disable cpuidle for exynos5440 by Daniel Lezcano · 10 years ago
  9. dcef663 ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidle by Daniel Lezcano · 10 years ago
  10. 623f226 ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidle by Daniel Lezcano · 10 years ago
  11. 795537d ARM: EXYNOS: Move scu_enable in the cpu_pm notifier by Daniel Lezcano · 10 years ago
  12. 85f9f90 ARM: EXYNOS: Use the cpu_pm notifier for pm by Daniel Lezcano · 10 years ago
  13. 9bd5544 ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidle by Daniel Lezcano · 10 years ago
  14. 20115fa ARM: EXYNOS: Move some code inside the idle_finisher for cpuidle by Daniel Lezcano · 10 years ago
  15. 7880e45 ARM: EXYNOS: Change function name prefix for cpuidle by Daniel Lezcano · 10 years ago
  16. 043c86b ARM: EXYNOS: Use cpuidle_register by Daniel Lezcano · 10 years ago
  17. 53af16a ARM: EXYNOS: Prevent forward declaration for cpuidle by Daniel Lezcano · 10 years ago
  18. 9a8f399 ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock by Amit Daniel Kachhap · 10 years ago
  19. 2bf73dd6 Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  20. 96c3a25 ARM: exynos: add missing include of linux/module.h by Arnd Bergmann · 10 years ago
  21. 8dec067 ARM: EXYNOS: Fix compilation error in cpuidle.c by Tomasz Figa · 10 years ago
  22. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  23. 118f5c1 ARM: EXYNOS: cpuidle: fix AFTR mode check by Bartlomiej Zolnierkiewicz · 11 years ago
  24. b5fd130 ARM: EXYNOS: local definitions for cpuidle.c into mach-exynos dir by Kukjin Kim · 11 years ago
  25. 65c9a85 ARM: EXYNOS: local regs-pmu.h header file by Kukjin Kim · 11 years ago
  26. f612a4f ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driver by Jingoo Han · 11 years ago
  27. ae7c4c8 ARM: EXYNOS: Use dev_err() instead of printk() for cpuidle driver by Jingoo Han · 11 years ago
  28. 35baa33 ARM: EXYNOS: convert cpuidle driver to be a platform driver by Bartlomiej Zolnierkiewicz · 11 years ago
  29. d6a99de Merge tag 'samsung-mach-exynos-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into late/all by Olof Johansson · 11 years ago
  30. 1e9fec0 ARM: EXYNOS: Skip C1 cpuidle state for exynos5440 by Amit Daniel Kachhap · 11 years ago
  31. 8969301 ARM: SAMSUNG: Add SAMSUNG_PM config option to select pm by Amit Daniel Kachhap · 11 years ago
  32. 97b1007 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  33. 554c06b cpuidle: remove en_core_tk_irqen flag by Daniel Lezcano · 11 years ago
  34. 329afd2 ARM: EXYNOS: replace cpumask by the corresponding macro by Daniel Lezcano · 11 years ago
  35. 5db9f43 ARM: EXYNOS: handle properly the return values by Daniel Lezcano · 11 years ago
  36. 2eb89f8 ARM: EXYNOS: factor out the idle states by Daniel Lezcano · 11 years ago
  37. ccd458c ARM: EXYNOS: move mach/pmu.h file into common.h by Kukjin Kim · 12 years ago
  38. 6a57d10 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  39. a633208 ARM: EXYNOS: Remove scu_enable from cpuidle by Abhilash Kesavan · 12 years ago
  40. 0f9e035 ARM: EXYNOS: Add ARM down clock support by Abhilash Kesavan · 12 years ago
  41. 929d138 Merge branch 'late/soc' into devel-late by Olof Johansson · 12 years ago
  42. 7d44d2b ARM: EXYNOS: Add PMU table for EXYNOS5250 by Jongpill Lee · 12 years ago
  43. 06c77b3 ARM: EXYNOS: Adapt to cpuidle core time keeping and irq enable by Amit Daniel Kachhap · 12 years ago
  44. 67173ca ARM: EXYNOS: Add support AFTR mode on EXYNOS4210 by Amit Daniel Kachhap · 12 years ago
  45. 76ee455 ARM: EXYNOS: Fix compiler error with THIS_MODULE by Kyungmin Park · 13 years ago
  46. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  47. 8301457 ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos by Kukjin Kim · 13 years ago[Renamed from arch/arm/mach-exynos4/cpuidle.c]
  48. 3d73998 ARM: EXYNOS4: CPUIDLE Support by Jaecheol Lee · 13 years ago