1. 21f7eca time: Provide y2038 safe do_settimeofday() replacement by pang.xunlei · 10 years ago
  2. 659bc17 time: Complete NTP adjustment threshold judging conditions by pang.xunlei · 10 years ago
  3. 6067dc5 time: Avoid possible NTP adjustment mult overflow. by pang.xunlei · 10 years ago
  4. 9bf2419 timekeeping: Update timekeeper before updating vsyscall and pvclock by Thomas Gleixner · 10 years ago
  5. 0680eb1 timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall by John Stultz · 10 years ago
  6. 375f45b timekeeping: Use cached ntp_tick_length when accumulating error by John Stultz · 11 years ago
  7. dc49159 timekeeping: Rework frequency adjustments to work better w/ nohz by John Stultz · 11 years ago
  8. e2dff1e timekeeping: Minor fixup for timespec64->timespec assignment by John Stultz · 10 years ago
  9. 4396e05 timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC by Thomas Gleixner · 10 years ago
  10. 0e5ac3a timekeeping: Use tk_read_base as argument for timekeeping_get_ns() by Thomas Gleixner · 10 years ago
  11. d28ede8 timekeeping: Create struct tk_read_base and use it in struct timekeeper by Thomas Gleixner · 10 years ago
  12. 6d3aadf timekeeping: Restructure the timekeeper some more by Thomas Gleixner · 10 years ago
  13. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  14. 3a97837 clocksource: Make delta calculation a function by Thomas Gleixner · 10 years ago
  15. f519b1a timekeeping: Provide ktime_get_raw() by Thomas Gleixner · 10 years ago
  16. 61edec8 timekeeping: Simplify timekeeping_clocktai() by Thomas Gleixner · 10 years ago
  17. 47da70d timekeeping: Remove timekeeper.total_sleep_time by Thomas Gleixner · 10 years ago
  18. 02cba15 timekeeping: Simplify getboottime() by Thomas Gleixner · 10 years ago
  19. 48f18fd6 timekeeping: Use ktime_get_boottime() for get_monotonic_boottime() by Thomas Gleixner · 10 years ago
  20. 250fade timekeeping: Remove monotonic_to_bootbased by Thomas Gleixner · 10 years ago
  21. dcaab54 timekeeping: Remove ktime_get_monotonic_offset() by Thomas Gleixner · 10 years ago
  22. 9a6b519 timekeeping: Provide ktime_mono_to_any() by Thomas Gleixner · 10 years ago
  23. 48064f5 timekeeping; Use ktime based data for ktime_get_update_offsets_tick() by Thomas Gleixner · 10 years ago
  24. a37c0aa timekeeping: Use ktime_t data for ktime_get_update_offsets_now() by Thomas Gleixner · 10 years ago
  25. afab07c timekeeping: Use ktime_t based data for ktime_get_clocktai() by Thomas Gleixner · 10 years ago
  26. b82c817 timekeeping; Use ktime_t based data for ktime_get_boottime() by Thomas Gleixner · 10 years ago
  27. f5264d5 timekeeping: Use ktime_t based data for ktime_get_real() by Thomas Gleixner · 10 years ago
  28. 0077dc6 timekeeping: Provide ktime_get_with_offset() by Thomas Gleixner · 10 years ago
  29. a016a5b timekeeping: Use ktime_t based data for ktime_get() by Thomas Gleixner · 10 years ago
  30. 7c032df timekeeping: Provide internal ktime_t based data by Thomas Gleixner · 10 years ago
  31. f111adf timekeeping: Use timekeeping_update() instead of memcpy() by Thomas Gleixner · 10 years ago
  32. 3fdb14f timekeeping: Cache optimize struct timekeeper by Thomas Gleixner · 10 years ago
  33. c905fae timekeeper: Move tk_xtime to core code by Thomas Gleixner · 10 years ago
  34. d6d2989 timekeeping: Provide timespec64 based interfaces by Thomas Gleixner · 10 years ago
  35. 7d489d1 timekeeping: Convert timekeeping core to use timespec64s by John Stultz · 10 years ago
  36. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  37. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  38. e06fde3 timekeeping: Simplify arch_gettimeoffset() by Thomas Gleixner · 10 years ago
  39. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 11 years ago
  40. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  41. cab5e12 time: Revert to calling clock_was_set_delayed() while in irq context by John Stultz · 11 years ago
  42. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 11 years ago
  43. 38aef31 timekeeping: Remove comment that's mostly out of date by John Stultz · 11 years ago
  44. d26e4fe timekeeper: fix comment typo for tk_setup_internals() by Yijing Wang · 11 years ago
  45. 330a161 timekeeping: Fix missing timekeeping_update in suspend path by John Stultz · 11 years ago
  46. 04005f6 timekeeping: Fix CLOCK_TAI timer/nanosleep delays by John Stultz · 11 years ago
  47. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  48. 6fdda9a timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 11 years ago
  49. 5258d3f timekeeping: Fix potential lost pv notification of time change by John Stultz · 11 years ago
  50. f55c076 timekeeping: Fix lost updates to tai adjustment by John Stultz · 11 years ago
  51. 4be7739 time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD by Martin Schwidefsky · 11 years ago
  52. b7bc50e timekeeping: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  53. 7bd3601 timekeeping: Fix HRTICK related deadlock from ntp lock changes by John Stultz · 11 years ago
  54. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  55. 780427f timekeeping: Indicate that clock was set in the pvclock gtod notifier by David Vrabel · 12 years ago
  56. 04397fe9 timekeeping: Pass flags instead of multiple bools to timekeeping_update() by David Vrabel · 12 years ago
  57. 5c83545 power: Add option to log time spent in suspend by Colin Cross · 12 years ago
  58. 0d6bd99 timekeeping: Correct run-time detection of persistent_clock. by Zoran Markovic · 12 years ago
  59. 09ac369 clocksource: Add module refcount by Thomas Gleixner · 12 years ago
  60. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 12 years ago
  61. 77c675b timekeeping: Update tk->cycle_last in resume by Thomas Gleixner · 12 years ago
  62. 4e8f8b3 timekeeping: Make sure to notify hrtimers when TAI offset changes by John Stultz · 12 years ago
  63. ca4523c timekeeping: Shorten seq_count region by Thomas Gleixner · 12 years ago
  64. 48cdc13 timekeeping: Implement a shadow timekeeper by Thomas Gleixner · 12 years ago
  65. 7ec98e1 timekeeping: Delay update of clock->cycle_last by Thomas Gleixner · 12 years ago
  66. 14a3b6a timekeeping: Store cycle_last value in timekeeper struct as well by Thomas Gleixner · 12 years ago
  67. 0b5154f timekeeping: Simplify tai updating from do_adjtimex by John Stultz · 12 years ago
  68. 06c017f timekeeping: Hold timekeepering locks in do_adjtimex and hardpps by John Stultz · 12 years ago
  69. cef9037 timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() by John Stultz · 12 years ago
  70. 87ace39 ntp: Rework do_adjtimex to take timespec and tai arguments by John Stultz · 12 years ago
  71. e408569 ntp: Move timex validation to timekeeping do_adjtimex call. by John Stultz · 12 years ago
  72. aa6f9c59 ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c by John Stultz · 12 years ago
  73. dd5d70e8 timekeeping: __timekeeping_set_tai_offset can be static by Fengguang Wu · 12 years ago
  74. 9a7a71b timekeeping: Split timekeeper_lock into lock and seqcount by Thomas Gleixner · 12 years ago
  75. 7e40672 timekeeping: Move lock out of timekeeper struct by Thomas Gleixner · 12 years ago
  76. eb93e4d timekeeping: Make jiffies_lock internal by Thomas Gleixner · 12 years ago
  77. 23a9537 timekeeping: Calc stuff once by Thomas Gleixner · 12 years ago
  78. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 12 years ago
  79. 1ff3c96 timekeeping: Add CLOCK_TAI clockid by John Stultz · 13 years ago
  80. cc244dd timekeeping: Move TAI managment into timekeeping core from ntp by John Stultz · 13 years ago
  81. e445cf1 timekeeping: utilize the suspend-nonstop clocksource to count suspended time by Feng Tang · 12 years ago
  82. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  84. 31ade30 timekeeping: Add persistent_clock_exist flag by Feng Tang · 12 years ago
  85. 1e817fb time: create __getnstimeofday for WARNless calls by Kees Cook · 12 years ago
  86. 7b1f620 time: convert arch_gettimeoffset to a pointer by Stephen Warren · 12 years ago
  87. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  88. e0b306f time: export time information for KVM pvclock by Marcelo Tosatti · 12 years ago
  89. d6ad418 time: Kill xtime_lock, replacing it with jiffies_lock by John Stultz · 13 years ago
  90. 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
  91. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  92. 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
  93. 92bb1fc time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems by John Stultz · 12 years ago
  94. 576094b time: Introduce new GENERIC_TIME_VSYSCALL by John Stultz · 12 years ago
  95. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  96. d7b4202 time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes by John Stultz · 12 years ago
  97. ec145ba time: Fix timeekeping_get_ns overflow on 32bit systems by John Stultz · 12 years ago
  98. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 12 years ago
  99. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 12 years ago
  100. bf2ac31 time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 12 years ago