1. b040416 clocksource/qcom-timer: Convert to hotplug state machine by Richard Cochran · 8 years ago
  2. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 8 years ago
  3. ab51189 clocksource/drivers/qcom: Convert init function to return error by Daniel Lezcano · 8 years ago
  4. 736b2df clockevents/drivers/qcom: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  5. 4ba15d1 clocksource/drivers/qcom: Remove dead code by Stephen Boyd · 9 years ago
  6. 77422a8 clocksource: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 10 years ago
  7. 013be5a clocksource: qcom: Implement read_current_timer for udelay by Stephen Boyd · 10 years ago
  8. 7d6d45f clocksource: qcom: split building of legacy vs multiplatform support by Kumar Gala · 10 years ago
  9. 3f8e8ce clocksource: qcom: Move clocksource code out of mach-msm by Kumar Gala · 10 years ago[Renamed (97%) from arch/arm/mach-msm/timer.c]
  10. 6aa16a2 ARM: msm: Switch to sched_clock_register() by Stephen Boyd · 11 years ago
  11. 326e31e clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally by Uwe Kleine-König · 11 years ago
  12. bee2208 Merge branch 'msm/cleanup' into next/cleanup by Kevin Hilman · 11 years ago
  13. c602520 ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLARE by Stephen Boyd · 11 years ago
  14. 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
  15. 8bd26e3 arm: delete __cpuinit/__CPUINIT usage from all ARM users by Paul Gortmaker · 11 years ago
  16. 4d70c59 ARM: msm: Divorce msm_timer from local timer API by Stephen Boyd · 11 years ago
  17. 38ff87f sched_clock: Make ARM's sched_clock generic for all architectures by Stephen Boyd · 11 years ago
  18. b56a7f9 Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/soc by Olof Johansson · 11 years ago
  19. e25e3d1 ARM: msm: Wait for timer clear to complete by Stephen Boyd · 11 years ago
  20. eebdb0c ARM: msm: Rework timer binding to be more general by Stephen Boyd · 11 years ago
  21. 4080d2d ARM: msm: Stop counting before reprogramming clockevent by Stephen Boyd · 11 years ago
  22. f8060f5 Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup by Olof Johansson · 11 years ago
  23. 8d84981 Merge branch 'clocksource/cleanup' into next/cleanup by Olof Johansson · 11 years ago
  24. 838a2ae ARM: use clockevents_config_and_register() where possible by Shawn Guo · 11 years ago
  25. 1d5cc60 ARM: remove mach .handle_irq for GIC users by Rob Herring · 11 years ago
  26. 6bb27d7 ARM: delete struct sys_timer by Stephen Warren · 12 years ago
  27. 591346c Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/dt by Olof Johansson · 12 years ago
  28. 0607fa5 ARM: msm: Remove non-DT targets from 8960 by Stephen Boyd · 12 years ago
  29. 5b67bfb ARM: msm: Make 8660 a DT only target by Stephen Boyd · 12 years ago
  30. 6e33216 ARM: msm: Add DT support to msm_timer by Stephen Boyd · 12 years ago
  31. 4312a7e ARM: msm: Allow timer.c to compile on multiple targets by Stephen Boyd · 12 years ago
  32. 66a8950 ARM: msm: Don't touch GIC registers outside of GIC code by Stephen Boyd · 12 years ago
  33. 3b5909d ARM: msm: Fix sparse warnings due to incorrect type by Stephen Boyd · 12 years ago
  34. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  35. 5ca709c ARM: local timers: convert MSM to runtime registration interface by Marc Zyngier · 12 years ago
  36. f8e56c4 msm: timer: Support sched_clock() by Stephen Boyd · 12 years ago
  37. 27fdb57 msm: timer: Use clockevents_config_and_register() by Stephen Boyd · 13 years ago
  38. dde7d61 msm: timer: Setup interrupt after registering clockevent by Stephen Boyd · 13 years ago
  39. 2081a6b msm: timer: Remove SoC specific #ifdefs by Stephen Boyd · 13 years ago
  40. 2a00c10 msm: timer: Remove msm_clocks[] and simplify code by Stephen Boyd · 13 years ago
  41. a850c3f msm: timer: Fix ONESHOT mode interrupts by Stephen Boyd · 13 years ago
  42. dd15ab8 msm: timer: Use GPT for clockevents and DGT for clocksource by Stephen Boyd · 13 years ago
  43. 4a18407 msm: timer: Cleanup #includes and #defines by Stephen Boyd · 13 years ago
  44. 2852cca msm: timer: Tighten #ifdef for local timer support by Stephen Boyd · 13 years ago
  45. 28af690 ARM: gic, local timers: use the request_percpu_irq() interface by Marc Zyngier · 13 years ago
  46. fdb9c3c msm: timer: Fix DGT rate on 8960 and 8660 by Stephen Boyd · 13 years ago
  47. 650f156 msm: timer: compensate for timer shift in msm_read_timer_count by Jeff Ohlstein · 13 years ago
  48. ebf30dc msm: timer: Fix SMP build error by Stephen Boyd · 13 years ago
  49. 893b66c msm: timer: fix missing return value by David Brown · 13 years ago
  50. 2f284c8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  51. af90f10 ARM: 6759/1: smp: Select local timers vs broadcast timer support runtime by Santosh Shilimkar · 13 years ago
  52. a81c8c3 msm: timer: Timer support for MSM8960 by Stepan Moskovchenko · 13 years ago
  53. 8c27e6f msm: Generalize timer register mappings by David Brown · 13 years ago
  54. 94790ec msm: timer: SMP timer support for msm by Jeff Ohlstein · 13 years ago
  55. ff9c977 ARM: MSM: update clock source registration by Russell King · 13 years ago
  56. 6f94196 msm: timer: Decrease shift on timer clocksource by Jeff Ohlstein · 14 years ago
  57. 672039f msm: timer: support 8x60 timers by Jeff Ohlstein · 14 years ago
  58. 83a2c0e msm: timer: allow MSM_DGT_BASE to be overriden by Daniel Walker · 14 years ago
  59. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  60. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 15 years ago
  61. bcc0f6a [ARM] msm: clean up iomap and devices by Brian Swetland · 16 years ago
  62. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  63. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  64. 3e4ea37 [ARM] msm: irq and timer support for ARCH_MSM7X00A by Arve Hjønnevåg · 16 years ago