1. b99328a timekeeping/vsyscall: Prevent math overflow in BOOTTIME update by Thomas Gleixner · 5 years ago
  2. 0354c1a3 timekeeping: Use proper ktime_add when adding nsecs in coarse offset by Jason A. Donenfeld · 6 years ago
  3. e3ff9c3 timekeeping: Repair ktime_get_coarse*() granularity by Thomas Gleixner · 6 years ago
  4. 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  5. 7e8eda7 ntp: Audit NTP parameters adjustment by Ondrej Mosnacek · 6 years ago
  6. 2d87a06 timekeeping: Audit clock adjustments by Ondrej Mosnacek · 6 years ago
  7. 7a8e61f timekeeping: Force upper bound for setting CLOCK_REALTIME by Thomas Gleixner · 6 years ago
  8. e1e41b6 timekeeping: Consistently use unsigned int for seqcount snapshot by Rasmus Villemoes · 6 years ago
  9. ead2541 timex: use __kernel_timex internally by Deepa Dinamani · 7 years ago
  10. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  11. 9266178 timekeeping: remove unused {read,update}_persistent_clock by Arnd Bergmann · 6 years ago
  12. ce10a5b timekeeping: Use proper seqcount initializer by Bart Van Assche · 6 years ago
  13. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  14. 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
  15. 33e2641 y2038: make do_gettimeofday() and get_seconds() inline by Arnd Bergmann · 6 years ago
  16. 13e091b Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 684ad53 timekeeping: Prevent false warning when persistent clock is not available by Pavel Tatashin · 6 years ago
  18. 39232ed time: Introduce one suspend clocksource to compensate the suspend time by Baolin Wang · 7 years ago
  19. f473e5f time: Fix extra sleeptime injection when suspend fails by Mukesh Ojha · 7 years ago
  20. 985e695 timekeeping/ntp: Constify some function arguments by Ondrej Mosnacek · 7 years ago
  21. 4b1b7f8 timekeeping: Default boot time offset to local_clock() by Pavel Tatashin · 7 years ago
  22. 3eca993 timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset() by Pavel Tatashin · 7 years ago
  23. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  24. b061c7a timekeeping: Update multiplier when NTP frequency is set directly by Miroslav Lichvar · 7 years ago
  25. d30faff timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64() by Arnd Bergmann · 7 years ago
  26. b9ff604 timekeeping: Add ktime_get_coarse_with_offset by Arnd Bergmann · 7 years ago
  27. fb7fcc9 timekeeping: Standardize on ktime_get_*() naming by Arnd Bergmann · 7 years ago
  28. edca71f timekeeping: Clean up ktime_get_real_ts64 by Arnd Bergmann · 7 years ago
  29. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  30. e142aa0 timekeeping: Remove __current_kernel_time() by Baolin Wang · 7 years ago
  31. 127bfa5 hrtimer: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  32. d6c7270 timekeeping: Remove boot time specific code by Thomas Gleixner · 7 years ago
  33. d6ed449 timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock by Thomas Gleixner · 7 years ago
  34. 7219932 timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock by Thomas Gleixner · 7 years ago
  35. 78b98e3 timekeeping/ntp: Determine the multiplier directly from NTP tick length by Miroslav Lichvar · 7 years ago
  36. c2cda2a timekeeping/ntp: Don't align NTP frequency adjustments to ticks by Miroslav Lichvar · 7 years ago
  37. aea3706 timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD by Miroslav Lichvar · 7 years ago
  38. df27067 pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() by Arnd Bergmann · 7 years ago
  39. fb56d68 Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  40. 1572fa0 timekeeping: Use timespec64 in timekeeping_inject_offset by Arnd Bergmann · 7 years ago
  41. e0956dc timekeeping: Consolidate timekeeping_inject_offset code by Arnd Bergmann · 7 years ago
  42. 4c3711d timekeeping: Provide NMI safe access to clock realtime by Thomas Gleixner · 7 years ago
  43. 5df3210 timekeeping: Make fast accessors return 0 before timekeeping is initialized by Prarit Bhargava · 7 years ago
  44. a2d8180 drivers/pps: aesthetic tweaks to PPS-related content by Robert P. J. Day · 7 years ago
  45. dd90ccc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  46. 0bcdc09 time: Fix ktime_get_raw() incorrect base accumulation by John Stultz · 7 years ago
  47. a529bea timekeeping: Use proper timekeeper for debug code by Stafford Horne · 8 years ago
  48. 369adf0 time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 8 years ago
  49. fc6eead7 time: Clean up CLOCK_MONOTONIC_RAW time handling by John Stultz · 8 years ago
  50. 3d88d56 time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting by John Stultz · 8 years ago
  51. ceea5e3 time: Fix clock->read(clock) race around clocksource changes by John Stultz · 8 years ago
  52. 5fc63f9 timekeeping: Remove pointless conversion to bool by Nicholas Mc Guire · 8 years ago
  53. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  54. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  55. 40d9f82 timekeeping: Remove unused timekeeping_{get,set}_tai_offset() by Stephen Boyd · 8 years ago
  56. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  57. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  58. c029a2b timekeeping: Use mul_u64_u32_shr() instead of open coding it by Thomas Gleixner · 8 years ago
  59. cbd99e3 timekeeping: Get rid of pointless typecasts by Thomas Gleixner · 8 years ago
  60. acc8961 timekeeping: Make the conversion call chain consistently unsigned by Thomas Gleixner · 8 years ago
  61. 9c16457 timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion by Thomas Gleixner · 8 years ago
  62. 948a531 timekeeping: Add a fast and NMI safe boot clock by Joel Fernandes · 8 years ago
  63. 58bfea9 timekeeping: Fix __ktime_get_fast_ns() regression by John Stultz · 8 years ago
  64. 27727df timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING by John Stultz · 8 years ago
  65. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. eaaa7ec timekeeping: export get_monotonic_coarse64 symbol by Gregor Boirie · 9 years ago
  67. 0209b93 timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD by Thomas Graziadei · 9 years ago
  68. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  69. 6436257 time/timekeeping: Work around false positive GCC warning by Ingo Molnar · 9 years ago
  70. 2c756fe time: Add history to cross timestamp interface supporting slower devices by Christopher S. Hall · 9 years ago
  71. 8006c24 time: Add driver cross timestamp interface for higher precision time synchronization by Christopher S. Hall · 9 years ago
  72. ba26621 time: Remove duplicated code in ktime_get_raw_and_real() by Christopher S. Hall · 9 years ago
  73. 9da0f49 time: Add timekeeping snapshot code capturing system time and counter by Christopher S. Hall · 9 years ago
  74. 6bd58f0 time: Add cycles to nanoseconds translation by Christopher S. Hall · 9 years ago
  75. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  76. ec02b07 timekeeping: Cap adjustments so they don't exceed the maxadj value by John Stultz · 9 years ago
  77. dee3665 timekeeping: Provide internal function __ktime_get_real_seconds by DengChao · 9 years ago
  78. 37cf4dc time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow by John Stultz · 9 years ago
  79. 35a4933 time: Avoid signed overflow in timekeeping_get_ns() by David Gibson · 9 years ago
  80. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  81. 7b2a430 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. b2c280b Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 9 years ago
  83. 56fd16c timekeeping: Increment clock_was_set_seq in timekeeping_init() by Thomas Gleixner · 9 years ago
  84. 071eee4 ntp/pps: replace getnstime_raw_and_real with 64-bit version by Arnd Bergmann · 9 years ago
  85. 7ec88e4 ntp/pps: use timespec64 for hardpps() by Arnd Bergmann · 9 years ago
  86. 571af55 time: Fix spelling in comments by Zhen Lei · 9 years ago
  87. 2619d7e time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64() by John Stultz · 9 years ago
  88. 8758a24 time: Introduce current_kernel_time64() by Baolin Wang · 9 years ago
  89. e1d7ba8 time: Always make sure wall_to_monotonic isn't positive by Wang YanQing · 10 years ago
  90. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  91. 906c555 timekeeping: Copy the shadow-timekeeper over the real timekeeper last by John Stultz · 10 years ago
  92. 833f32d time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge by John Stultz · 10 years ago
  93. d151832 time: Move clock_was_set_seq update before updating shadow-timekeeper by John Stultz · 10 years ago
  94. 7fc2632 seqlock: Introduce raw_read_seqcount_latch() by Peter Zijlstra · 10 years ago
  95. 6695b92 seqlock: Better document raw_write_seqcount_latch() by Peter Zijlstra · 10 years ago
  96. e83d0a4 time: Remove read_boot_clock() by Xunlei Pang · 10 years ago
  97. 57d05a9 time: Rework debugging variables so they aren't global by John Stultz · 10 years ago
  98. 6374f91 timekeeping: Provide new API to get the current time resolution by Harald Geyer · 10 years ago
  99. 868a3e9 hrtimer: Make offset update smarter by Thomas Gleixner · 10 years ago
  100. 21d6d52 hrtimer: Get rid of softirq time by Thomas Gleixner · 10 years ago