1. 07f101d clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped() by Viresh Kumar · 9 years ago
  2. 31f7987 clocksource/drivers/exynos_mct: Use container_of() instead of this_cpu_ptr() by Alexey Klimov · 9 years ago
  3. 79e436d clockevents/drivers/exynos_mct: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  4. 479a932 clockevents/drivers/exynos_mct: Remove unneeded container_of() by Alexey Klimov · 9 years ago
  5. 56a94f1 clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier by Damian Eppel · 9 years ago
  6. 65ec7b2 clocksource/drivers/exynos_mct: Remove old platform mct_init() by Krzysztof Kozlowski · 9 years ago
  7. 6c10bf6 clocksource/drivers/exynos_mct: Staticize struct clocksource by Krzysztof Kozlowski · 9 years ago
  8. 3728567 clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to void by Krzysztof Kozlowski · 9 years ago
  9. 8c38d28 clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write by Tobias Jakobi · 10 years ago
  10. 3252a64 clocksource: exynos_mct: Only use 32-bits where possible by Doug Anderson · 10 years ago
  11. fdb06f6 clocksource: exynos_mct: Use readl_relaxed/writel_relaxed by Doug Anderson · 10 years ago
  12. 8bf13a4 clocksource: exynos_mct: Register the timer for stable udelay by Amit Daniel Kachhap · 10 years ago
  13. 89e6a13 clocksource: exynos_mct: Fix ftrace by Doug Anderson · 10 years ago
  14. 1d80415 clocksource: exynos_mct: Don't reset the counter during boot and resume by Chirantan Ekbote · 10 years ago
  15. efca0a3 Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Olof Johansson · 10 years ago
  16. 93bfb76 clocksource: exynos_mct: register sched_clock callback by Vincent Guittot · 10 years ago
  17. 8db6e51 clocksource: Exynos_mct: Register clock event after request_irq() by Krzysztof Kozlowski · 10 years ago
  18. 30ccf03 clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup by Thomas Gleixner · 10 years ago
  19. dfc25e4 Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  20. 09e1517 clocksource: exynos_mct: silence a static checker warning by Dan Carpenter · 10 years ago
  21. 3581e56 clocksource: exynos_mct: remove unwanted header file inclusion by Pankaj Dubey · 10 years ago
  22. 6c16ded clocksource: mct: extend mct to support 8 local interrupts for Exynos5420 by Chander Kashyap · 11 years ago
  23. 5df718d clocksource: exynos_mct: Set IRQ affinity when the CPU goes online by Tomasz Figa · 11 years ago
  24. 47dcd35 Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanup by Olof Johansson · 11 years ago
  25. 8c37bb3 clocksource+irqchip: delete __cpuinit usage from all related files by Paul Gortmaker · 11 years ago
  26. ee98d27 ARM: EXYNOS4: Divorce mct from local timer API by Stephen Boyd · 11 years ago
  27. 7114cd7 clocksource: exynos_mct: use (request/free)_irq calls for local timer registration by Chander Kashyap · 11 years ago
  28. bb9055b Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  29. 1bf25e7 Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  30. 034c097 clocksource: exynos_mct: remove platform header dependency by Arnd Bergmann · 11 years ago
  31. f4636d0 clocksource: exynos_mct: fix build error on non-DT by Arnd Bergmann · 11 years ago
  32. c3e0c87 Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel/linux into late/clksrc by Olof Johansson · 11 years ago
  33. 19ce4f4 Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Arnd Bergmann · 11 years ago
  34. 228e302 Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Arnd Bergmann · 11 years ago
  35. 354599f clocksource: mct: Add terminating entry for exynos_mct_ids table by Axel Lin · 11 years ago
  36. d8acac5 clocksource: mct: Add missing semicolons in exynos_mct.c by Doug Anderson · 11 years ago
  37. ca9048e clocksource: mct: add support for mct clock setup by Thomas Abraham · 11 years ago
  38. 415ac2e clocksource: mct: use fin_pll clock as the tick clock source for mct by Thomas Abraham · 11 years ago
  39. 6938d75a ARM: EXYNOS: move mct driver to drivers/clocksource by Thomas Abraham · 11 years ago[Renamed from arch/arm/mach-exynos/mct.c]
  40. 9fbf0c8 ARM: EXYNOS: allow dt based discovery of mct controller using clocksource_of_init by Thomas Abraham · 11 years ago
  41. 36ba5d5 ARM: EXYNOS: add device tree support for MCT controller driver by Thomas Abraham · 11 years ago
  42. c371dc6 ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it by Thomas Abraham · 11 years ago
  43. a1ba7a7 ARM: EXYNOS: add a register base address variable in mct controller driver by Thomas Abraham · 11 years ago
  44. f8060f5 Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup by Olof Johansson · 12 years ago
  45. 8d84981 Merge branch 'clocksource/cleanup' into next/cleanup by Olof Johansson · 12 years ago
  46. 838a2ae ARM: use clockevents_config_and_register() where possible by Shawn Guo · 12 years ago
  47. 1d5cc60 ARM: remove mach .handle_irq for GIC users by Rob Herring · 12 years ago
  48. 6bb27d7 ARM: delete struct sys_timer by Stephen Warren · 12 years ago
  49. 2edb36c ARM: EXYNOS: add support for EXYNOS5440 SoC by Kukjin Kim · 12 years ago
  50. eeed66e ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition by Changhwan Youn · 12 years ago
  51. 4bb2d10 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  52. 281b053 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  53. 853a023 Merge branch 'samsung/soc' into next/soc2 by Arnd Bergmann · 12 years ago
  54. bb19a75 ARM: EXYNOS: add interrupt definitions for EXYNOS5250 by Kukjin Kim · 13 years ago
  55. a8cb604 ARM: local timers: convert exynos to runtime registration interface by Marc Zyngier · 13 years ago
  56. 4d2e4d7 ARM: EXYNOS: fix cycle count for periodic mode of clock event timers by Changhwan Youn · 12 years ago
  57. 991a6c7 ARM: EXYNOS: Fix build error without CONFIG_LOCAL_TIMERS by Kukjin Kim · 13 years ago
  58. e248cd5 ARM: EXYNOS: Fix for stall in case of cpu hotplug or sleep by Amit Daniel Kachhap · 13 years ago
  59. 8301457 ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos by Kukjin Kim · 13 years ago[Renamed from arch/arm/mach-exynos4/mct.c]
  60. e700e41 ARM: EXYNOS4: convert MCT to percpu interrupt API by Marc Zyngier · 13 years ago
  61. a7fadac Merge branch 'depends/rmk/devel-stable' into next/board by Arnd Bergmann · 13 years ago
  62. 28af690 ARM: gic, local timers: use the request_percpu_irq() interface by Marc Zyngier · 13 years ago
  63. c898747 ARM: EXYNOS4: Add MCT support for EXYNOS4412 by Changhwan Youn · 13 years ago
  64. 3a06228 ARM: EXYNOS4: Add support MCT PPI for EXYNOS4212 by Changhwan Youn · 13 years ago
  65. aa421c1 ARM: EXYNOS4: restart clocksource while system resumes by Changhwan Youn · 13 years ago
  66. 4d487d7 ARM: EXYNOS4: Fix return type of local_timer_setup() by Kukjin Kim · 13 years ago
  67. a8769a5 ARM: EXYNOS4: set the affinity of mct1 interrupt using IRQ_MCT_L1 by Changhwan Youn · 13 years ago
  68. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  69. 30d8bea ARM: EXYNOS4: Implement kernel timers using MCT by Changhwan Youn · 13 years ago