1. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  2. e0b306f time: export time information for KVM pvclock by Marcelo Tosatti · 12 years ago
  3. d6ad418 time: Kill xtime_lock, replacing it with jiffies_lock by John Stultz · 13 years ago
  4. 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
  5. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  6. 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
  7. 92bb1fc time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems by John Stultz · 12 years ago
  8. 576094b time: Introduce new GENERIC_TIME_VSYSCALL by John Stultz · 12 years ago
  9. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  10. d7b4202 time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes by John Stultz · 12 years ago
  11. ec145ba time: Fix timeekeping_get_ns overflow on 32bit systems by John Stultz · 12 years ago
  12. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 13 years ago
  13. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 13 years ago
  14. bf2ac31 time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 13 years ago
  15. 6ea565a time: Avoid potential shift overflow with large shift values by John Stultz · 13 years ago
  16. 85dc8f0 time: Fix casting issue in timekeeping_forward_now by Andreas Schwab · 13 years ago
  17. 784ffcb time: Ensure we normalize the timekeeper in tk_xtime_add by John Stultz · 13 years ago
  18. 4e8b145 time: Improve sanity checking of timekeeping inputs by John Stultz · 13 years ago
  19. 1d17d17 time: Fix adjustment cleanup bug in timekeeping_adjust() by Ingo Molnar · 13 years ago
  20. 4e250fd time: Remove all direct references to timekeeper by John Stultz · 13 years ago
  21. 6d0ef90 time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates by John Stultz · 13 years ago
  22. d4e3ab3 time: Clean up stray newlines by John Stultz · 13 years ago
  23. 1f815fa Merge branch 'linus' into timers/urgent by Ingo Molnar · 13 years ago
  24. b44d50d time: Fix casting issue in tk_set_xtime and tk_xtime_add by John Stultz · 13 years ago
  25. eec19d1 Merge branch 'linus' into timers/core by Ingo Molnar · 13 years ago
  26. 3e99713 timekeeping: Add missing update call in timekeeping_resume() by Thomas Gleixner · 13 years ago
  27. f726a69 time: Rework timekeeping functions to take timekeeper ptr as argument by John Stultz · 13 years ago
  28. 2a8c088 time: Move xtime_nsec adjustment underflow handling timekeeping_adjust by John Stultz · 13 years ago
  29. f2a5a08 time: Move arch_gettimeoffset() usage into timekeeping_get_ns() by John Stultz · 13 years ago
  30. 1f4f948 time: Refactor accumulation of nsecs to secs by John Stultz · 13 years ago
  31. 1e75fa8 time: Condense timekeeper.xtime into xtime_sec by John Stultz · 13 years ago
  32. fee84c4 time: Explicitly use u32 instead of int for shift values by John Stultz · 13 years ago
  33. 42e71e8 time: Whitespace cleanups per Ingo%27s requests by John Stultz · 13 years ago
  34. f6c06ab timekeeping: Provide hrtimer update function by Thomas Gleixner · 13 years ago
  35. 5b9fe75 timekeeping: Maintain ktime_t based offsets for hrtimers by Thomas Gleixner · 13 years ago
  36. 4873fa0 timekeeping: Fix leapsecond triggered load spike issue by John Stultz · 13 years ago
  37. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 13 years ago
  38. d239f49 timekeeping: Fix a few minor newline issues. by Richard Cochran · 13 years ago
  39. 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
  40. 88b28ad kernel-time: fix s/then/than/ spelling errors by Jim Cromie · 13 years ago
  41. e919cfd time: Avoid scary backtraces when warning of > 11% adj by John Stultz · 13 years ago
  42. 7bfe0e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  43. 6b43ae8 ntp: Fix leap-second hrtimer livelock by John Stultz · 13 years ago
  44. f695cf9 time: Fix change_clocksource locking by John Stultz · 13 years ago
  45. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  46. a80b83b Input: add infrastructure for selecting clockid for event time stamps by John Stultz · 13 years ago
  47. cc06268 time: Move common updates to a function by Thomas Gleixner · 13 years ago
  48. 058892e time: Reorder so the hot data is together by Thomas Gleixner · 13 years ago
  49. 92c1d3e time: Remove most of xtime_lock usage in timekeeping.c by John Stultz · 13 years ago
  50. ea7cf49 ntp: Access tick_length variable via ntp_tick_length() by John Stultz · 13 years ago
  51. 70471f2 time: Add timekeeper lock by John Stultz · 13 years ago
  52. 8fcce54 time: Cleanup global variables and move them to the top by John Stultz · 13 years ago
  53. 01f71b4 time: Move raw_time into timekeeper structure by John Stultz · 13 years ago
  54. 8ff2cb9 time: Move xtime into timekeeeper structure by John Stultz · 13 years ago
  55. d9f7217 time: Move wall_to_monotonic into the timekeeper structure by John Stultz · 13 years ago
  56. 00c5fb7 time: Move total_sleep_time into the timekeeper structure by John Stultz · 13 years ago
  57. 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
  58. 3f86f28 time: Fix spelling mistakes in new comments by John Stultz · 13 years ago
  59. c9fad42 time: fix bogus comment in timekeeping_get_ns_raw by Dan McGee · 13 years ago
  60. d004e02 timekeeping: add arch_offset hook to ktime_get functions by Hector Palacios · 13 years ago
  61. 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
  62. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 13 years ago
  63. c2bc111 time: Improve documentation of timekeeeping_adjust() by John Stultz · 13 years ago
  64. cbaa515 time: Fix stupid KERN_WARN compile issue by John Stultz · 14 years ago
  65. cb33217 time: Avoid accumulating time drift in suspend/resume by John Stultz · 14 years ago
  66. cb5de2f8d time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime by John Stultz · 14 years ago
  67. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 14 years ago
  68. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 14 years ago
  69. 304529b time: Add timekeeping_inject_sleeptime by John Stultz · 14 years ago
  70. e1a85b2 timekeeping: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 14 years ago
  71. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 14 years ago
  72. abb3a4e time: Introduce get_monotonic_boottime and ktime_get_boottime by John Stultz · 14 years ago
  73. c528f7c time: Introduce timekeeping_inject_offset by John Stultz · 14 years ago
  74. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 14 years ago
  75. f0af911a9 time: Provide xtime_update() by Torben Hohn · 14 years ago
  76. 79ecaf0 time: Remove unused __get_wall_to_monotonic() by Thomas Gleixner · 14 years ago
  77. 48cf76f7 time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 14 years ago
  78. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 14 years ago
  79. 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
  80. e2c18e4 pps: capture MONOTONIC_RAW timestamps as well by Alexander Gordeev · 14 years ago
  81. afa14e7 timekeeping: Make local variables static by H Hartley Sweeten · 14 years ago
  82. a386b5a time: Compensate for rounding on odd-frequency clocksources by Kasper Pedersen · 14 years ago
  83. c7dcf87 time: Workaround gcc loop optimization that causes 64bit div errors by John Stultz · 15 years ago
  84. deda2e8 timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs by Jason Wessel · 15 years ago
  85. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 15 years ago
  86. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 15 years ago
  87. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 15 years ago
  88. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 15 years ago
  89. ce3bf7a time: Implement timespec_add by John Stultz · 15 years ago
  90. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  91. 6a867a3 time: Remove xtime_cache by John Stultz · 15 years ago
  92. 830ec04 time: Fix accumulation bug triggered by long delay. by John Stultz · 15 years ago
  93. 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
  94. c93d89f Export the symbol of getboottime and mmonotonic_to_bootbased by Jason Wang · 15 years ago
  95. c54a42b clocksource: add suspend callback by Magnus Damm · 15 years ago
  96. 83f57a1 Revert "time: Remove xtime_cache" by Linus Torvalds · 15 years ago
  97. 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
  98. 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
  99. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  100. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 16 years ago