1. 39232ed time: Introduce one suspend clocksource to compensate the suspend time by Baolin Wang · 6 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 8b7a3b5 clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLARE by Daniel Lezcano · 8 years ago
  5. bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 8 years ago
  6. 2fcc112a clocksource/drivers: Rename clksrc table to timer by Daniel Lezcano · 8 years ago
  7. 77d62f5 clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLARE by Daniel Lezcano · 8 years ago
  8. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  9. 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 8 years ago
  10. b421b22 x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points by Peter Zijlstra · 8 years ago
  11. 0773cea clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASK by Matthias Kaehlcke · 8 years ago
  12. 12907fb sched/clock, clocksource: Add optional cs::mark_unstable() method by Thomas Gleixner · 8 years ago
  13. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  14. ec4101e timekeeping/clocksource_cyc2ns: Document intended range limitation by Chris Metcalf · 8 years ago
  15. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 9 years ago
  16. b7c4db8 clocksource/drivers/clksrc-probe: Introduce init functions with return code by Daniel Lezcano · 9 years ago
  17. 02fad5e clocksource: Add missing include of of.h. by David Lechner · 9 years ago
  18. 7aca0c0 clocksource: Introduce clocksource_freq2mult() by Alexander Kuleshov · 9 years ago
  19. 09a9982 timekeeping: Lift clocksource cacheline restriction by Thomas Gleixner · 9 years ago
  20. 3722ed2 clocksource: cosmetic: Drop OF 'dependency' from symbols by Marc Zyngier · 9 years ago
  21. ae281cb clocksource / arm_arch_timer: Convert to ACPI probing by Marc Zyngier · 9 years ago
  22. aad83b15 clocksource: Add new CLKSRC_{PROBE,ACPI} config symbols by Marc Zyngier · 9 years ago
  23. c625f76 clocksource / ACPI: Add probing infrastructure for ACPI-based clocksources by Marc Zyngier · 9 years ago
  24. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
  25. 836ee48 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  26. 4796cf9 time: Remove nonexistent function prototype by Yingjoe Chen · 10 years ago
  27. b09ca1e clocksource / arch_timer: Parse GTDT to initialize arch timer by Hanjun Guo · 10 years ago
  28. fba9e07 clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*() by John Stultz · 10 years ago
  29. f893598 clocksource: Mostly kill clocksource_register() by John Stultz · 10 years ago
  30. fb82fe2 clocksource: Add 'max_cycles' to 'struct clocksource' by John Stultz · 10 years ago
  31. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  32. 96a2adb clocksource: Remove "weak" from clocksource_default_clock() declaration by Bjorn Helgaas · 10 years ago
  33. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  34. 54196cc of: consolidate linker section OF match table declarations by Rob Herring · 11 years ago
  35. 87d8b9e clocksource: Extract max nsec calculation into separate function by Stephen Boyd · 11 years ago
  36. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 12 years ago
  37. a89c7ed clocksource: Let clocksource_unregister() return success/error by Thomas Gleixner · 12 years ago
  38. 09ac369 clocksource: Add module refcount by Thomas Gleixner · 12 years ago
  39. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 12 years ago
  40. a772635 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  41. 3d5a965 clocksource: make CLOCKSOURCE_OF_DECLARE type safe by Arnd Bergmann · 12 years ago
  42. 5caf463 clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP by Feng Tang · 12 years ago
  43. e0c2536 clocksource: add empty version of clocksource_of_init by Rob Herring · 12 years ago
  44. e1d7ef1 clocksource: always define CLOCKSOURCE_OF_DECLARE by Stephen Warren · 12 years ago
  45. ae278a9 clocksource: add common of_clksrc_init() function by Stephen Warren · 12 years ago
  46. 189374a time: Move update_vsyscall definitions to timekeeper_internal.h by John Stultz · 12 years ago
  47. c7f798e clocksource: Get rid of clocksource_calc_mult_shift() by Yong Zhang · 13 years ago
  48. b1b73d0 time/clocksource: Fix kernel-doc warnings by Kusanagi Kouichi · 13 years ago
  49. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 13 years ago
  50. 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
  51. ae7bd11 clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option by H. Peter Anvin · 13 years ago
  52. 574c44f ia64: Replace clocksource.fsys_mmio with generic arch data by Andy Lutomirski · 13 years ago
  53. 433bd80 clocksource: Replace vread with generic arch data by Andy Lutomirski · 13 years ago
  54. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 14 years ago
  55. 442c817 clocksource: add common mmio clocksource by Russell King · 14 years ago
  56. 369db4c clocksource: Restructure clocksource struct members by Thomas Gleixner · 14 years ago
  57. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 14 years ago
  58. 8c414ff clocksource: convert footbridge to generic i8253 clocksource by Russell King · 14 years ago
  59. 36d8593 Make clocksource name const by Russell King - ARM Linux · 14 years ago
  60. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 14 years ago
  61. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  62. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 15 years ago
  63. c54a42b clocksource: add suspend callback by Magnus Damm · 15 years ago
  64. 1762233 clocksource: add argument to resume callback by Magnus Damm · 15 years ago
  65. 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
  66. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  67. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  68. 7d2f944 clocksource: Provide a generic mult/shift factor calculation by Thomas Gleixner · 15 years ago
  69. 7285dd7 clocksource: Resolve cpu hotplug dead lock with TSC unstable by Thomas Gleixner · 15 years ago
  70. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 15 years ago
  71. 0a54419 timekeeping: Move NTP adjusted clock multiplier to struct timekeeper by Martin Schwidefsky · 15 years ago
  72. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 15 years ago
  73. c55c87c clocksource: Move watchdog downgrade to a work queue thread by Martin Schwidefsky · 15 years ago
  74. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 15 years ago
  75. a0f7d48 timekeeping: Remove clocksource inline functions by Martin Schwidefsky · 15 years ago
  76. c712184 clocksource: Save mult_orig in clocksource_disable() by Magnus Damm · 15 years ago
  77. a25cbd0 clocksource: setup mult_orig in clocksource_enable() by Magnus Damm · 16 years ago
  78. 4614e6a clocksource: add enable() and disable() callbacks by Magnus Damm · 16 years ago
  79. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  80. a038a35 clocksource: allow usage independent of timekeeping.c by Patrick Ohly · 16 years ago
  81. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  82. 1aa5dfb clocksource: keep track of original clocksource frequency by John Stultz · 16 years ago
  83. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 17 years ago
  84. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 17 years ago
  85. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 17 years ago
  86. 1d76c26 clocksource: make CLOCKSOURCE_MASK bullet-proof by Atsushi Nemoto · 17 years ago
  87. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  88. 0aa366f [IA64] Convert to generic timekeeping/clocksource by Tony Luck · 17 years ago
  89. b52f52a clocksource: fix resume logic by Thomas Gleixner · 18 years ago
  90. 329c8d8 time: SMP friendly alignment of struct clocksource by Eric Dumazet · 18 years ago
  91. acc9a9d [PATCH] generic: vsyscall-gtod support for GENERIC_TIME by john stultz · 18 years ago
  92. 5d8b34f [PATCH] clocksource: Add verification (watchdog) helper by Thomas Gleixner · 18 years ago
  93. 7e69f2b [PATCH] clocksource: Remove the update callback by Thomas Gleixner · 18 years ago
  94. 73b08d2 [PATCH] clocksource: replace is_continuous by a flag field by Thomas Gleixner · 18 years ago
  95. 92c7e00 [PATCH] Simplify the registration of clocksources by Thomas Gleixner · 18 years ago
  96. f5f1a24 [PATCH] clocksource: small cleanup by Daniel Walker · 18 years ago
  97. 19923c1 [PATCH] fix and optimize clock source update by Roman Zippel · 19 years ago
  98. 7f9f303 [PATCH] generic-time: add macro to simplify/hide mask constants by Jim Cromie · 19 years ago
  99. a275254 [PATCH] time: rename clocksource functions by john stultz · 19 years ago
  100. 5eb6d20 [PATCH] Time: Use clocksource abstraction for NTP adjustments by john stultz · 19 years ago