1. d4db687 rtc: sh: provide rtc_class_ops directly by Arnd Bergmann · 8 years ago
  2. 7c03682 arch/sh/kernel/time.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  3. cfc806a sh: hwblk: Kill off remaining bits of hwblk API. by Paul Mundt · 13 years ago
  4. 0272282 sh: Convert sh to use read/update_persistent_clock by John Stultz · 15 years ago
  5. 515b696 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  6. 0ceb4c3 timekeeping: Fix up read_persistent_clock() breakage on sh by Paul Mundt · 15 years ago
  7. fc6191d sh: Fix up clockevents broadcasting. by Paul Mundt · 15 years ago
  8. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 15 years ago
  9. 82b2422 Revert "sh: Bump the earlytimer bits back to time_init()." by Paul Mundt · 15 years ago
  10. 79714ac sh: hwblk base implementation by Magnus Damm · 15 years ago
  11. 6fe32a4 sh: Bump the earlytimer probe devices up. by Paul Mundt · 15 years ago
  12. a34c7e3 sh: Use generic sched_clock(). by Paul Mundt · 15 years ago
  13. 1d29ebe sh: Bump the earlytimer bits back to time_init(). by Paul Mundt · 15 years ago
  14. 8be5f1a sh: Kill off the remnants of the old timer code. by Paul Mundt · 15 years ago
  15. 780f98f sh: Account for INITIAL_JIFFIES when using jiffies clocksource. by Paul Mundt · 15 years ago
  16. 1af2fe4 sh: Kill off the global rtc_lock with extreme prejudice. by Paul Mundt · 15 years ago
  17. 6459d7b sh: Kill off dead timer sysclass pm hooks. by Paul Mundt · 15 years ago
  18. 5ac5496 sh: Kill off dead handle_timer_tick() code. by Paul Mundt · 15 years ago
  19. 6d134b9 sh: Wire up GENERIC_CMOS_UPDATE for the platforms that need it. by Paul Mundt · 15 years ago
  20. b179b72 sh: Rename arch/sh/kernel/time_32.c to arch/sh/kernel/time.c. by Paul Mundt · 15 years ago[Renamed from arch/sh/kernel/time_32.c]
  21. dec56e6 sh: Kill off the now unused ARCH_USES_GETTIMEOFFSET code. by Paul Mundt · 15 years ago
  22. 7563431 time: sh: convert to use arch_getoffset() infrastructure by john stultz · 15 years ago
  23. 4278600 sh: register the rtc-generic platform device properly. by Paul Mundt · 15 years ago
  24. 8e0b842 sh: setup timers in late_time_init() by Magnus Damm · 15 years ago
  25. 47c8a08 sh: rtc-generic support. by Paul Mundt · 15 years ago
  26. 99ce567 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  27. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  28. eaab891 sh: arch earlytimer support by Magnus Damm · 15 years ago
  29. c161e40 sh: Don't enable GENERIC_TIME for the CMT clockevent driver yet. by Paul Mundt · 16 years ago
  30. 07821d3 sh: fix no sys_timer case by Magnus Damm · 16 years ago
  31. 955c077 sh: rework clocksource and sched_clock by Magnus Damm · 16 years ago
  32. 7b80fb3 sh: Kill off mv_heartbeat() from the machvec. by Paul Mundt · 16 years ago
  33. ab6e570 sh: Generic kgdb stub support. by Paul Mundt · 16 years ago
  34. fa43972 sh: fixup many sparse errors. by Paul Mundt · 16 years ago
  35. 53c01d2 sh: Early dummy clockevent registration on boot CPU. by Paul Mundt · 16 years ago
  36. 8c24594 sh: generic clockevent broadcast support. by Paul Mundt · 16 years ago
  37. 4c1cfab sh/kernel/ cleanups by Adrian Bunk · 16 years ago
  38. 960c65e sh: fix xtime_lock deadlocking. by Peter Zijlstra · 17 years ago
  39. b4eaa1c sh: Kill off the rest of arch/sh64/kernel/. by Paul Mundt · 17 years ago[Renamed from arch/sh/kernel/time.c]
  40. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  41. 57be2b4 sh: clockevent/clocksource/hrtimers/nohz TMU support. by Paul Mundt · 17 years ago
  42. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 18 years ago
  43. 65e5d90 sh: compile fixes for header cleanup. by Paul Mundt · 18 years ago
  44. bd15614 sh: dyntick infrastructure. by Paul Mundt · 18 years ago
  45. e74b568 sh: Turn off IRQs around get_timer_offset() calls. by Paul Mundt · 18 years ago
  46. 35f3c51 sh: Updates for IRQ handler changes. by Paul Mundt · 18 years ago
  47. 4588214 sh: First step at generic timeofday support. by Paul Mundt · 18 years ago
  48. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  49. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  50. 91550f7 sh: Kill off the rest of the legacy rtc mess. by Paul Mundt · 18 years ago
  51. af514ca sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict. by Paul Mundt · 18 years ago
  52. 3aa770e sh: APM/PM support. by Andriy Skulysh · 18 years ago
  53. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  54. 36ddf31 [PATCH] sh: Simplistic clock framework by Paul Mundt · 19 years ago
  55. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  56. b149ee2 [PATCH] NTP: ntp-helper functions by john stultz · 19 years ago
  57. 7f4bde9 [PATCH] remove the second arg of do_timer_interrupt() by Adrian Bunk · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago