1. 5df718d clocksource: exynos_mct: Set IRQ affinity when the CPU goes online by Tomasz Figa · 11 years ago
  2. 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
  3. 8c37bb3 clocksource+irqchip: delete __cpuinit usage from all related files by Paul Gortmaker · 11 years ago
  4. ee98d27 ARM: EXYNOS4: Divorce mct from local timer API by Stephen Boyd · 11 years ago
  5. 7114cd7 clocksource: exynos_mct: use (request/free)_irq calls for local timer registration by Chander Kashyap · 11 years ago
  6. 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
  7. 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
  8. 034c097 clocksource: exynos_mct: remove platform header dependency by Arnd Bergmann · 11 years ago
  9. f4636d0 clocksource: exynos_mct: fix build error on non-DT by Arnd Bergmann · 11 years ago
  10. 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
  11. 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
  12. 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
  13. 354599f clocksource: mct: Add terminating entry for exynos_mct_ids table by Axel Lin · 11 years ago
  14. d8acac5 clocksource: mct: Add missing semicolons in exynos_mct.c by Doug Anderson · 11 years ago
  15. ca9048e clocksource: mct: add support for mct clock setup by Thomas Abraham · 11 years ago
  16. 415ac2e clocksource: mct: use fin_pll clock as the tick clock source for mct by Thomas Abraham · 11 years ago
  17. 6938d75a ARM: EXYNOS: move mct driver to drivers/clocksource by Thomas Abraham · 11 years ago[Renamed from arch/arm/mach-exynos/mct.c]
  18. 9fbf0c8 ARM: EXYNOS: allow dt based discovery of mct controller using clocksource_of_init by Thomas Abraham · 11 years ago
  19. 36ba5d5 ARM: EXYNOS: add device tree support for MCT controller driver by Thomas Abraham · 11 years ago
  20. c371dc6 ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it by Thomas Abraham · 11 years ago
  21. a1ba7a7 ARM: EXYNOS: add a register base address variable in mct controller driver by Thomas Abraham · 11 years ago
  22. f8060f5 Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup by Olof Johansson · 12 years ago
  23. 8d84981 Merge branch 'clocksource/cleanup' into next/cleanup by Olof Johansson · 12 years ago
  24. 838a2ae ARM: use clockevents_config_and_register() where possible by Shawn Guo · 12 years ago
  25. 1d5cc60 ARM: remove mach .handle_irq for GIC users by Rob Herring · 12 years ago
  26. 6bb27d7 ARM: delete struct sys_timer by Stephen Warren · 12 years ago
  27. 2edb36c ARM: EXYNOS: add support for EXYNOS5440 SoC by Kukjin Kim · 12 years ago
  28. eeed66e ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition by Changhwan Youn · 12 years ago
  29. 4bb2d10 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  30. 281b053 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  31. 853a023 Merge branch 'samsung/soc' into next/soc2 by Arnd Bergmann · 12 years ago
  32. bb19a75 ARM: EXYNOS: add interrupt definitions for EXYNOS5250 by Kukjin Kim · 12 years ago
  33. a8cb604 ARM: local timers: convert exynos to runtime registration interface by Marc Zyngier · 13 years ago
  34. 4d2e4d7 ARM: EXYNOS: fix cycle count for periodic mode of clock event timers by Changhwan Youn · 12 years ago
  35. 991a6c7 ARM: EXYNOS: Fix build error without CONFIG_LOCAL_TIMERS by Kukjin Kim · 13 years ago
  36. e248cd5 ARM: EXYNOS: Fix for stall in case of cpu hotplug or sleep by Amit Daniel Kachhap · 13 years ago
  37. 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]
  38. e700e41 ARM: EXYNOS4: convert MCT to percpu interrupt API by Marc Zyngier · 13 years ago
  39. a7fadac Merge branch 'depends/rmk/devel-stable' into next/board by Arnd Bergmann · 13 years ago
  40. 28af690 ARM: gic, local timers: use the request_percpu_irq() interface by Marc Zyngier · 13 years ago
  41. c898747 ARM: EXYNOS4: Add MCT support for EXYNOS4412 by Changhwan Youn · 13 years ago
  42. 3a06228 ARM: EXYNOS4: Add support MCT PPI for EXYNOS4212 by Changhwan Youn · 13 years ago
  43. aa421c1 ARM: EXYNOS4: restart clocksource while system resumes by Changhwan Youn · 13 years ago
  44. 4d487d7 ARM: EXYNOS4: Fix return type of local_timer_setup() by Kukjin Kim · 13 years ago
  45. a8769a5 ARM: EXYNOS4: set the affinity of mct1 interrupt using IRQ_MCT_L1 by Changhwan Youn · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. 30d8bea ARM: EXYNOS4: Implement kernel timers using MCT by Changhwan Youn · 13 years ago