1. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 13 years ago
  2. d239f49 timekeeping: Fix a few minor newline issues. by Richard Cochran · 13 years ago
  3. bcd5507 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  4. 88b28ad kernel-time: fix s/then/than/ spelling errors by Jim Cromie · 13 years ago
  5. e919cfd time: Avoid scary backtraces when warning of > 11% adj by John Stultz · 13 years ago
  6. 7bfe0e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  7. 6b43ae8 ntp: Fix leap-second hrtimer livelock by John Stultz · 13 years ago
  8. f695cf9 time: Fix change_clocksource locking by John Stultz · 13 years ago
  9. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  10. a80b83b Input: add infrastructure for selecting clockid for event time stamps by John Stultz · 13 years ago
  11. cc06268 time: Move common updates to a function by Thomas Gleixner · 13 years ago
  12. 058892e time: Reorder so the hot data is together by Thomas Gleixner · 13 years ago
  13. 92c1d3e time: Remove most of xtime_lock usage in timekeeping.c by John Stultz · 13 years ago
  14. ea7cf49 ntp: Access tick_length variable via ntp_tick_length() by John Stultz · 13 years ago
  15. 70471f2 time: Add timekeeper lock by John Stultz · 13 years ago
  16. 8fcce54 time: Cleanup global variables and move them to the top by John Stultz · 13 years ago
  17. 01f71b4 time: Move raw_time into timekeeper structure by John Stultz · 13 years ago
  18. 8ff2cb9 time: Move xtime into timekeeeper structure by John Stultz · 13 years ago
  19. d9f7217 time: Move wall_to_monotonic into the timekeeper structure by John Stultz · 13 years ago
  20. 00c5fb7 time: Move total_sleep_time into the timekeeper structure by John Stultz · 13 years ago
  21. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  22. 3f86f28 time: Fix spelling mistakes in new comments by John Stultz · 13 years ago
  23. c9fad42 time: fix bogus comment in timekeeping_get_ns_raw by Dan McGee · 13 years ago
  24. d004e02 timekeeping: add arch_offset hook to ktime_get functions by Hector Palacios · 13 years ago
  25. 367177e Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 13 years ago
  26. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 13 years ago
  27. c2bc111 time: Improve documentation of timekeeeping_adjust() by John Stultz · 13 years ago
  28. cbaa515 time: Fix stupid KERN_WARN compile issue by John Stultz · 14 years ago
  29. cb33217 time: Avoid accumulating time drift in suspend/resume by John Stultz · 14 years ago
  30. cb5de2f8d time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime by John Stultz · 14 years ago
  31. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 14 years ago
  32. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 14 years ago
  33. 304529b time: Add timekeeping_inject_sleeptime by John Stultz · 14 years ago
  34. e1a85b2 timekeeping: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 14 years ago
  35. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 14 years ago
  36. abb3a4e time: Introduce get_monotonic_boottime and ktime_get_boottime by John Stultz · 14 years ago
  37. c528f7c time: Introduce timekeeping_inject_offset by John Stultz · 14 years ago
  38. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 14 years ago
  39. f0af911a9 time: Provide xtime_update() by Torben Hohn · 14 years ago
  40. 79ecaf0 time: Remove unused __get_wall_to_monotonic() by Thomas Gleixner · 14 years ago
  41. 48cf76f7 time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 14 years ago
  42. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 14 years ago
  43. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  44. e2c18e4 pps: capture MONOTONIC_RAW timestamps as well by Alexander Gordeev · 14 years ago
  45. afa14e7 timekeeping: Make local variables static by H Hartley Sweeten · 14 years ago
  46. a386b5a time: Compensate for rounding on odd-frequency clocksources by Kasper Pedersen · 14 years ago
  47. c7dcf87 time: Workaround gcc loop optimization that causes 64bit div errors by John Stultz · 14 years ago
  48. deda2e8 timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs by Jason Wessel · 14 years ago
  49. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 15 years ago
  50. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 15 years ago
  51. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 15 years ago
  52. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 15 years ago
  53. ce3bf7a time: Implement timespec_add by John Stultz · 15 years ago
  54. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  55. 6a867a3 time: Remove xtime_cache by John Stultz · 15 years ago
  56. 830ec04 time: Fix accumulation bug triggered by long delay. by John Stultz · 15 years ago
  57. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  58. c93d89f Export the symbol of getboottime and mmonotonic_to_bootbased by Jason Wang · 15 years ago
  59. c54a42b clocksource: add suspend callback by Magnus Damm · 15 years ago
  60. 83f57a1 Revert "time: Remove xtime_cache" by Linus Torvalds · 15 years ago
  61. 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
  62. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  64. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  65. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  66. 7bc7d63 time: Remove xtime_cache by john stultz · 15 years ago
  67. a092ff0 time: Implement logarithmic time accumulation by john stultz · 15 years ago
  68. 36d4748 timekeeping: Fix invalid getboottime() value by Hiroshi Shimamoto · 15 years ago
  69. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  70. 23970e3 timekeeping: Introduce read_boot_clock by Martin Schwidefsky · 15 years ago
  71. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 15 years ago
  72. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 15 years ago
  73. 2ba2a30 timekeeping: Add timekeeper read_clock helper functions by Martin Schwidefsky · 15 years ago
  74. 0a54419 timekeeping: Move NTP adjusted clock multiplier to struct timekeeper by Martin Schwidefsky · 15 years ago
  75. 23ce721 timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper by Martin Schwidefsky · 15 years ago
  76. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 15 years ago
  77. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 15 years ago
  78. 1be3967 timekeeping: Move reset of cycle_last for tsc clocksource to tsc by Martin Schwidefsky · 15 years ago
  79. a0f7d48 timekeeping: Remove clocksource inline functions by Martin Schwidefsky · 15 years ago
  80. 31089c1 timekeeping: Introduce timekeeping_leap_insert by John Stultz · 15 years ago
  81. a40f262 timekeeping: Move ktime_get() functions to timekeeping.c by Thomas Gleixner · 16 years ago
  82. 951ed4d timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y by Martin Schwidefsky · 16 years ago
  83. cf9fe11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 16 years ago
  84. dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 16 years ago
  85. 7d27558 timekeeping: create arch_gettimeoffset infrastructure by john stultz · 16 years ago
  86. 4614e6a clocksource: add enable() and disable() callbacks by Magnus Damm · 16 years ago
  87. 1c5745a sched_clock: prevent scd->clock from moving backwards, take #2 by Thomas Gleixner · 16 years ago
  88. 6c9bacb time: catch xtime_nsec underflows and fix them by john stultz · 16 years ago
  89. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  90. 5cd1c9c timekeeping: fix rounding problem during clock update by Roman Zippel · 16 years ago
  91. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  92. 9a05511 clocksource: introduce clocksource_forward_now() by Roman Zippel · 16 years ago
  93. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 17 years ago
  94. 8383c42 ntp: remove current_tick_length() by Roman Zippel · 17 years ago
  95. 7fc5c78 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT by Roman Zippel · 17 years ago
  96. d8bb6f4 x86: tsc prevent time going backwards by Thomas Gleixner · 17 years ago
  97. 92896bd Don't 'printk()' while holding xtime lock for writing by Linus Torvalds · 17 years ago
  98. 10a398d time: remove obsolete CLOCK_TICK_ADJUST by Roman Zippel · 17 years ago
  99. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  100. cf4fc6c timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres by Li Zefan · 17 years ago