1. 112ec46 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  2. cbaa515 time: Fix stupid KERN_WARN compile issue by John Stultz · 13 years ago
  3. cb33217 time: Avoid accumulating time drift in suspend/resume by John Stultz · 13 years ago
  4. cb5de2f8d time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime by John Stultz · 13 years ago
  5. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 13 years ago
  6. c008ba58 alarmtimers: Handle late rtc module loading by John Stultz · 13 years ago
  7. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 13 years ago
  8. 1b054b6 clockevents: Handle empty cpumask gracefully by Thomas Gleixner · 13 years ago
  9. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  10. 250f972 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 13 years ago
  11. c0e299b clockevents/source: Use u64 to make 32bit happy by Thomas Gleixner · 13 years ago
  12. 78c4def Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  13. 7e6628e Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  14. 80b816b clockevents: Provide interface to reconfigure an active clock event device by Thomas Gleixner · 13 years ago
  15. 57f0fcb clockevents: Provide combined configure and register function by Thomas Gleixner · 13 years ago
  16. 724ed53 clocksource: Get rid of the hardcoded 5 seconds sleep time limit by Thomas Gleixner · 13 years ago
  17. 07f4beb tick: Clear broadcast active bit when switching to oneshot by Thomas Gleixner · 13 years ago
  18. 7372b0b clockevents: Move C3 stop test outside lock by Andi Kleen · 13 years ago
  19. e05b2ef clocksource: Install completely before selecting by john stultz · 13 years ago
  20. 179eb03 alarmtimer: Drop device refcount after rtc_open() by Thomas Gleixner · 13 years ago
  21. ce788f9 alarmtimer: Check return value of class_find_device() by Thomas Gleixner · 13 years ago
  22. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 13 years ago
  23. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 13 years ago
  24. 472647d timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n by John Stultz · 13 years ago
  25. 7068b7a timers: Remove delayed irqwork from alarmtimers implementation by John Stultz · 13 years ago
  26. 180bf81 timers: Improve alarmtimer comments and minor fixes by John Stultz · 13 years ago
  27. 9a7adcf5 timers: Posix interface for alarm-timers by John Stultz · 14 years ago
  28. ff3ead9 timers: Introduce in-kernel alarm-timer interface by John Stultz · 14 years ago
  29. 304529b time: Add timekeeping_inject_sleeptime by John Stultz · 14 years ago
  30. 1791f88 posix clocks: Replace mutex with reader/writer semaphore by Richard Cochran · 14 years ago
  31. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  32. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 14 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  34. e1a85b2 timekeeping: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 14 years ago
  35. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  36. 6e6823d posix-clocks: Check write permissions in posix syscalls by Torben Hohn · 14 years ago
  37. 3a142a0 clockevents: Prevent oneshot mode when broadcast device is periodic by Thomas Gleixner · 14 years ago
  38. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 14 years ago
  39. abb3a4e time: Introduce get_monotonic_boottime and ktime_get_boottime by John Stultz · 14 years ago
  40. db1c1cc ntp: Remove redundant and incorrect parameter check by Richard Cochran · 14 years ago
  41. f590308 timer debug: Hide kernel addresses via %pK in /proc/timer_list by Kees Cook · 14 years ago
  42. 0606f42 posix clocks: Introduce dynamic clocks by Richard Cochran · 14 years ago
  43. 094aa18 ntp: Add ADJ_SETOFFSET mode bit by Richard Cochran · 14 years ago
  44. c528f7c time: Introduce timekeeping_inject_offset by John Stultz · 14 years ago
  45. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 14 years ago
  46. 7cf37e8 time: Fix legacy arch fallout by Thomas Gleixner · 14 years ago
  47. e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 14 years ago
  48. f0af911a9 time: Provide xtime_update() by Torben Hohn · 14 years ago
  49. 79ecaf0 time: Remove unused __get_wall_to_monotonic() by Thomas Gleixner · 14 years ago
  50. 48cf76f7 time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 14 years ago
  51. fbad1ea time: Move get_jiffies_64 to kernel/time/jiffies.c by Torben Hohn · 14 years ago
  52. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 14 years ago
  53. 2d0640b hrtimers: Notify hrtimer users of switches to NOHZ mode by Stephen Boyd · 14 years ago
  54. 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
  55. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  56. e2c18e4 pps: capture MONOTONIC_RAW timestamps as well by Alexander Gordeev · 14 years ago
  57. 025b40a ntp: add hardpps implementation by Alexander Gordeev · 14 years ago
  58. afa14e7 timekeeping: Make local variables static by H Hartley Sweeten · 14 years ago
  59. 5fdade9 time: Rename misnamed minsec argument of clocks_calc_mult_shift() by Nicolas Pitre · 14 years ago
  60. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  61. 3c0cb7c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  62. b5776c4 Fix rounding in clocks_calc_mult_shift() by john stultz · 14 years ago
  63. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 14 years ago
  64. 998adc3 hrtimers: Convert hrtimers to use timerlist infrastructure by John Stultz · 14 years ago
  65. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  66. 2bf1c05 time: Use ARRAY_SIZE macro in timecompare.c by Nikitas Angelinas · 14 years ago
  67. a386b5a time: Compensate for rounding on odd-frequency clocksources by Kasper Pedersen · 14 years ago
  68. 8af3c15 ntp: Clamp PLL update interval by Miroslav Lichvar · 14 years ago
  69. c7dcf87 time: Workaround gcc loop optimization that causes 64bit div errors by John Stultz · 14 years ago
  70. deda2e8 timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs by Jason Wessel · 14 years ago
  71. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. af39008 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. c4efd6b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  74. 0bcfe75 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  75. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  76. af5ab27 clockevents: Remove the per cpu tick skew by Arjan van de Ven · 14 years ago
  77. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 14 years ago
  78. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 14 years ago
  79. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 14 years ago
  80. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  81. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  82. ce3bf7a time: Implement timespec_add by John Stultz · 14 years ago
  83. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  84. 396e894 sched: Revert nohz_ratelimit() for now by Peter Zijlstra · 14 years ago
  85. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  86. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 14 years ago
  88. 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 14 years ago
  89. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 14 years ago
  90. 164d44f Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  91. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 14 years ago
  92. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 14 years ago
  93. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 14 years ago
  94. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 14 years ago
  95. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 14 years ago
  96. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 14 years ago
  97. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 14 years ago
  98. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 14 years ago
  99. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  100. 6a867a3 time: Remove xtime_cache by John Stultz · 14 years ago