1. afab07c timekeeping: Use ktime_t based data for ktime_get_clocktai() by Thomas Gleixner · 10 years ago
  2. b82c817 timekeeping; Use ktime_t based data for ktime_get_boottime() by Thomas Gleixner · 10 years ago
  3. f5264d5 timekeeping: Use ktime_t based data for ktime_get_real() by Thomas Gleixner · 10 years ago
  4. 0077dc6 timekeeping: Provide ktime_get_with_offset() by Thomas Gleixner · 10 years ago
  5. a016a5b timekeeping: Use ktime_t based data for ktime_get() by Thomas Gleixner · 10 years ago
  6. 7c032df timekeeping: Provide internal ktime_t based data by Thomas Gleixner · 10 years ago
  7. f111adf timekeeping: Use timekeeping_update() instead of memcpy() by Thomas Gleixner · 10 years ago
  8. 3fdb14f timekeeping: Cache optimize struct timekeeper by Thomas Gleixner · 10 years ago
  9. c905fae timekeeper: Move tk_xtime to core code by Thomas Gleixner · 10 years ago
  10. d6d2989 timekeeping: Provide timespec64 based interfaces by Thomas Gleixner · 10 years ago
  11. 7d489d1 timekeeping: Convert timekeeping core to use timespec64s by John Stultz · 10 years ago
  12. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  13. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  14. e06fde3 timekeeping: Simplify arch_gettimeoffset() by Thomas Gleixner · 10 years ago
  15. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 10 years ago
  16. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  17. cab5e12 time: Revert to calling clock_was_set_delayed() while in irq context by John Stultz · 10 years ago
  18. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 10 years ago
  19. 38aef31 timekeeping: Remove comment that's mostly out of date by John Stultz · 11 years ago
  20. d26e4fe timekeeper: fix comment typo for tk_setup_internals() by Yijing Wang · 11 years ago
  21. 330a161 timekeeping: Fix missing timekeeping_update in suspend path by John Stultz · 11 years ago
  22. 04005f6 timekeeping: Fix CLOCK_TAI timer/nanosleep delays by John Stultz · 11 years ago
  23. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  24. 6fdda9a timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 11 years ago
  25. 5258d3f timekeeping: Fix potential lost pv notification of time change by John Stultz · 11 years ago
  26. f55c076 timekeeping: Fix lost updates to tai adjustment by John Stultz · 11 years ago
  27. 4be7739 time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD by Martin Schwidefsky · 11 years ago
  28. b7bc50e timekeeping: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  29. 7bd3601 timekeeping: Fix HRTICK related deadlock from ntp lock changes by John Stultz · 11 years ago
  30. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  31. 780427f timekeeping: Indicate that clock was set in the pvclock gtod notifier by David Vrabel · 11 years ago
  32. 04397fe9 timekeeping: Pass flags instead of multiple bools to timekeeping_update() by David Vrabel · 11 years ago
  33. 5c83545 power: Add option to log time spent in suspend by Colin Cross · 11 years ago
  34. 0d6bd99 timekeeping: Correct run-time detection of persistent_clock. by Zoran Markovic · 11 years ago
  35. 09ac369 clocksource: Add module refcount by Thomas Gleixner · 11 years ago
  36. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 11 years ago
  37. 77c675b timekeeping: Update tk->cycle_last in resume by Thomas Gleixner · 11 years ago
  38. 4e8f8b3 timekeeping: Make sure to notify hrtimers when TAI offset changes by John Stultz · 11 years ago
  39. ca4523c timekeeping: Shorten seq_count region by Thomas Gleixner · 11 years ago
  40. 48cdc13 timekeeping: Implement a shadow timekeeper by Thomas Gleixner · 11 years ago
  41. 7ec98e1 timekeeping: Delay update of clock->cycle_last by Thomas Gleixner · 11 years ago
  42. 14a3b6a timekeeping: Store cycle_last value in timekeeper struct as well by Thomas Gleixner · 11 years ago
  43. 0b5154f timekeeping: Simplify tai updating from do_adjtimex by John Stultz · 11 years ago
  44. 06c017f timekeeping: Hold timekeepering locks in do_adjtimex and hardpps by John Stultz · 11 years ago
  45. cef9037 timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() by John Stultz · 11 years ago
  46. 87ace39 ntp: Rework do_adjtimex to take timespec and tai arguments by John Stultz · 11 years ago
  47. e408569 ntp: Move timex validation to timekeeping do_adjtimex call. by John Stultz · 11 years ago
  48. aa6f9c59 ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c by John Stultz · 11 years ago
  49. dd5d70e timekeeping: __timekeeping_set_tai_offset can be static by Fengguang Wu · 11 years ago
  50. 9a7a71b timekeeping: Split timekeeper_lock into lock and seqcount by Thomas Gleixner · 11 years ago
  51. 7e40672 timekeeping: Move lock out of timekeeper struct by Thomas Gleixner · 11 years ago
  52. eb93e4d timekeeping: Make jiffies_lock internal by Thomas Gleixner · 11 years ago
  53. 23a9537 timekeeping: Calc stuff once by Thomas Gleixner · 11 years ago
  54. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 11 years ago
  55. 1ff3c96 timekeeping: Add CLOCK_TAI clockid by John Stultz · 12 years ago
  56. cc244dd timekeeping: Move TAI managment into timekeeping core from ntp by John Stultz · 12 years ago
  57. e445cf1 timekeeping: utilize the suspend-nonstop clocksource to count suspended time by Feng Tang · 11 years ago
  58. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  59. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 11 years ago
  60. 31ade30 timekeeping: Add persistent_clock_exist flag by Feng Tang · 11 years ago
  61. 1e817fb time: create __getnstimeofday for WARNless calls by Kees Cook · 12 years ago
  62. 7b1f620 time: convert arch_gettimeoffset to a pointer by Stephen Warren · 12 years ago
  63. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  64. e0b306f time: export time information for KVM pvclock by Marcelo Tosatti · 12 years ago
  65. d6ad418 time: Kill xtime_lock, replacing it with jiffies_lock by John Stultz · 12 years ago
  66. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  68. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  69. 92bb1fc time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems by John Stultz · 12 years ago
  70. 576094b time: Introduce new GENERIC_TIME_VSYSCALL by John Stultz · 12 years ago
  71. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  72. d7b4202 time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes by John Stultz · 12 years ago
  73. ec145ba time: Fix timeekeping_get_ns overflow on 32bit systems by John Stultz · 12 years ago
  74. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 12 years ago
  75. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 12 years ago
  76. bf2ac31 time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 12 years ago
  77. 6ea565a time: Avoid potential shift overflow with large shift values by John Stultz · 12 years ago
  78. 85dc8f0 time: Fix casting issue in timekeeping_forward_now by Andreas Schwab · 12 years ago
  79. 784ffcb time: Ensure we normalize the timekeeper in tk_xtime_add by John Stultz · 12 years ago
  80. 4e8b145 time: Improve sanity checking of timekeeping inputs by John Stultz · 12 years ago
  81. 1d17d17 time: Fix adjustment cleanup bug in timekeeping_adjust() by Ingo Molnar · 12 years ago
  82. 4e250fd time: Remove all direct references to timekeeper by John Stultz · 12 years ago
  83. 6d0ef90 time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates by John Stultz · 12 years ago
  84. d4e3ab3 time: Clean up stray newlines by John Stultz · 12 years ago
  85. 1f815fa Merge branch 'linus' into timers/urgent by Ingo Molnar · 12 years ago
  86. b44d50d time: Fix casting issue in tk_set_xtime and tk_xtime_add by John Stultz · 12 years ago
  87. eec19d1 Merge branch 'linus' into timers/core by Ingo Molnar · 12 years ago
  88. 3e99713 timekeeping: Add missing update call in timekeeping_resume() by Thomas Gleixner · 12 years ago
  89. f726a69 time: Rework timekeeping functions to take timekeeper ptr as argument by John Stultz · 12 years ago
  90. 2a8c088 time: Move xtime_nsec adjustment underflow handling timekeeping_adjust by John Stultz · 12 years ago
  91. f2a5a08 time: Move arch_gettimeoffset() usage into timekeeping_get_ns() by John Stultz · 12 years ago
  92. 1f4f948 time: Refactor accumulation of nsecs to secs by John Stultz · 12 years ago
  93. 1e75fa8 time: Condense timekeeper.xtime into xtime_sec by John Stultz · 12 years ago
  94. fee84c4 time: Explicitly use u32 instead of int for shift values by John Stultz · 12 years ago
  95. 42e71e8 time: Whitespace cleanups per Ingo%27s requests by John Stultz · 12 years ago
  96. f6c06ab timekeeping: Provide hrtimer update function by Thomas Gleixner · 12 years ago
  97. 5b9fe75 timekeeping: Maintain ktime_t based offsets for hrtimers by Thomas Gleixner · 12 years ago
  98. 4873fa0 timekeeping: Fix leapsecond triggered load spike issue by John Stultz · 12 years ago
  99. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 12 years ago
  100. d239f49 timekeeping: Fix a few minor newline issues. by Richard Cochran · 12 years ago