1. f893598 clocksource: Mostly kill clocksource_register() by John Stultz · 9 years ago
  2. fb82fe2 clocksource: Add 'max_cycles' to 'struct clocksource' by John Stultz · 9 years ago
  3. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  4. 96a2adb clocksource: Remove "weak" from clocksource_default_clock() declaration by Bjorn Helgaas · 10 years ago
  5. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  6. 54196cc of: consolidate linker section OF match table declarations by Rob Herring · 10 years ago
  7. 87d8b9e clocksource: Extract max nsec calculation into separate function by Stephen Boyd · 11 years ago
  8. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 11 years ago
  9. a89c7ed clocksource: Let clocksource_unregister() return success/error by Thomas Gleixner · 11 years ago
  10. 09ac369 clocksource: Add module refcount by Thomas Gleixner · 11 years ago
  11. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 11 years ago
  12. a772635 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  13. 3d5a965 clocksource: make CLOCKSOURCE_OF_DECLARE type safe by Arnd Bergmann · 11 years ago
  14. 5caf463 clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP by Feng Tang · 11 years ago
  15. e0c2536 clocksource: add empty version of clocksource_of_init by Rob Herring · 11 years ago
  16. e1d7ef1 clocksource: always define CLOCKSOURCE_OF_DECLARE by Stephen Warren · 11 years ago
  17. ae278a9 clocksource: add common of_clksrc_init() function by Stephen Warren · 12 years ago
  18. 189374a time: Move update_vsyscall definitions to timekeeper_internal.h by John Stultz · 12 years ago
  19. c7f798e clocksource: Get rid of clocksource_calc_mult_shift() by Yong Zhang · 13 years ago
  20. b1b73d0 time/clocksource: Fix kernel-doc warnings by Kusanagi Kouichi · 13 years ago
  21. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 13 years ago
  22. 8e20487 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  23. ae7bd11 clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option by H. Peter Anvin · 13 years ago
  24. 574c44f ia64: Replace clocksource.fsys_mmio with generic arch data by Andy Lutomirski · 13 years ago
  25. 433bd80 clocksource: Replace vread with generic arch data by Andy Lutomirski · 13 years ago
  26. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 13 years ago
  27. 442c817 clocksource: add common mmio clocksource by Russell King · 13 years ago
  28. 369db4c clocksource: Restructure clocksource struct members by Thomas Gleixner · 13 years ago
  29. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 13 years ago
  30. 8c414ff clocksource: convert footbridge to generic i8253 clocksource by Russell King · 13 years ago
  31. 36d8593 Make clocksource name const by Russell King - ARM Linux · 13 years ago
  32. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 14 years ago
  33. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  34. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 14 years ago
  35. c54a42b clocksource: add suspend callback by Magnus Damm · 14 years ago
  36. 1762233 clocksource: add argument to resume callback by Magnus Damm · 14 years ago
  37. fbf07ea Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  39. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  40. 7d2f944 clocksource: Provide a generic mult/shift factor calculation by Thomas Gleixner · 15 years ago
  41. 7285dd7 clocksource: Resolve cpu hotplug dead lock with TSC unstable by Thomas Gleixner · 15 years ago
  42. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 15 years ago
  43. 0a54419 timekeeping: Move NTP adjusted clock multiplier to struct timekeeper by Martin Schwidefsky · 15 years ago
  44. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 15 years ago
  45. c55c87c clocksource: Move watchdog downgrade to a work queue thread by Martin Schwidefsky · 15 years ago
  46. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 15 years ago
  47. a0f7d48 timekeeping: Remove clocksource inline functions by Martin Schwidefsky · 15 years ago
  48. c712184 clocksource: Save mult_orig in clocksource_disable() by Magnus Damm · 15 years ago
  49. a25cbd0 clocksource: setup mult_orig in clocksource_enable() by Magnus Damm · 15 years ago
  50. 4614e6a clocksource: add enable() and disable() callbacks by Magnus Damm · 15 years ago
  51. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  52. a038a35 clocksource: allow usage independent of timekeeping.c by Patrick Ohly · 15 years ago
  53. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  54. 1aa5dfb clocksource: keep track of original clocksource frequency by John Stultz · 16 years ago
  55. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 16 years ago
  56. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 16 years ago
  57. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 16 years ago
  58. 1d76c26 clocksource: make CLOCKSOURCE_MASK bullet-proof by Atsushi Nemoto · 16 years ago
  59. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  60. 0aa366f [IA64] Convert to generic timekeeping/clocksource by Tony Luck · 17 years ago
  61. b52f52a clocksource: fix resume logic by Thomas Gleixner · 17 years ago
  62. 329c8d8 time: SMP friendly alignment of struct clocksource by Eric Dumazet · 17 years ago
  63. acc9a9d [PATCH] generic: vsyscall-gtod support for GENERIC_TIME by john stultz · 17 years ago
  64. 5d8b34f [PATCH] clocksource: Add verification (watchdog) helper by Thomas Gleixner · 17 years ago
  65. 7e69f2b [PATCH] clocksource: Remove the update callback by Thomas Gleixner · 17 years ago
  66. 73b08d2 [PATCH] clocksource: replace is_continuous by a flag field by Thomas Gleixner · 17 years ago
  67. 92c7e00 [PATCH] Simplify the registration of clocksources by Thomas Gleixner · 17 years ago
  68. f5f1a24 [PATCH] clocksource: small cleanup by Daniel Walker · 18 years ago
  69. 19923c1 [PATCH] fix and optimize clock source update by Roman Zippel · 18 years ago
  70. 7f9f303 [PATCH] generic-time: add macro to simplify/hide mask constants by Jim Cromie · 18 years ago
  71. a275254 [PATCH] time: rename clocksource functions by john stultz · 18 years ago
  72. 5eb6d20 [PATCH] Time: Use clocksource abstraction for NTP adjustments by john stultz · 18 years ago
  73. 734efb4 [PATCH] Time: Clocksource Infrastructure by john stultz · 18 years ago