1. 1791f88 posix clocks: Replace mutex with reader/writer semaphore by Richard Cochran · 15 years ago
  2. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  3. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 15 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  5. e1a85b2 timekeeping: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 15 years ago
  6. 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 · 15 years ago
  7. 6e6823d posix-clocks: Check write permissions in posix syscalls by Torben Hohn · 15 years ago
  8. 3a142a0 clockevents: Prevent oneshot mode when broadcast device is periodic by Thomas Gleixner · 15 years ago
  9. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 15 years ago
  10. abb3a4e time: Introduce get_monotonic_boottime and ktime_get_boottime by John Stultz · 15 years ago
  11. db1c1cc ntp: Remove redundant and incorrect parameter check by Richard Cochran · 15 years ago
  12. f590308 timer debug: Hide kernel addresses via %pK in /proc/timer_list by Kees Cook · 15 years ago
  13. 0606f42 posix clocks: Introduce dynamic clocks by Richard Cochran · 15 years ago
  14. 094aa18 ntp: Add ADJ_SETOFFSET mode bit by Richard Cochran · 15 years ago
  15. c528f7c time: Introduce timekeeping_inject_offset by John Stultz · 15 years ago
  16. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 15 years ago
  17. 7cf37e8 time: Fix legacy arch fallout by Thomas Gleixner · 15 years ago
  18. e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 15 years ago
  19. f0af911a9 time: Provide xtime_update() by Torben Hohn · 15 years ago
  20. 79ecaf0 time: Remove unused __get_wall_to_monotonic() by Thomas Gleixner · 15 years ago
  21. 48cf76f time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 15 years ago
  22. fbad1ea time: Move get_jiffies_64 to kernel/time/jiffies.c by Torben Hohn · 15 years ago
  23. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 15 years ago
  24. 2d0640b hrtimers: Notify hrtimer users of switches to NOHZ mode by Stephen Boyd · 15 years ago
  25. 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 · 15 years ago
  26. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  27. e2c18e4 pps: capture MONOTONIC_RAW timestamps as well by Alexander Gordeev · 15 years ago
  28. 025b40a ntp: add hardpps implementation by Alexander Gordeev · 15 years ago
  29. afa14e7 timekeeping: Make local variables static by H Hartley Sweeten · 15 years ago
  30. 5fdade9 time: Rename misnamed minsec argument of clocks_calc_mult_shift() by Nicolas Pitre · 15 years ago
  31. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  32. 3c0cb7c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  33. b5776c4 Fix rounding in clocks_calc_mult_shift() by john stultz · 15 years ago
  34. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 15 years ago
  35. 998adc3 hrtimers: Convert hrtimers to use timerlist infrastructure by John Stultz · 15 years ago
  36. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 15 years ago
  37. 2bf1c05 time: Use ARRAY_SIZE macro in timecompare.c by Nikitas Angelinas · 15 years ago
  38. a386b5a time: Compensate for rounding on odd-frequency clocksources by Kasper Pedersen · 15 years ago
  39. 8af3c15 ntp: Clamp PLL update interval by Miroslav Lichvar · 15 years ago
  40. c7dcf87 time: Workaround gcc loop optimization that causes 64bit div errors by John Stultz · 15 years ago
  41. deda2e8 timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs by Jason Wessel · 15 years ago
  42. 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 · 15 years ago
  43. af39008 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
  44. 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 · 15 years ago
  45. 0bcfe75 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  46. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  47. af5ab27 clockevents: Remove the per cpu tick skew by Arjan van de Ven · 15 years ago
  48. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 15 years ago
  49. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 15 years ago
  50. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 15 years ago
  51. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 15 years ago
  52. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 15 years ago
  53. ce3bf7a time: Implement timespec_add by John Stultz · 15 years ago
  54. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  55. 396e894 sched: Revert nohz_ratelimit() for now by Peter Zijlstra · 16 years ago
  56. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 16 years ago
  57. 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 · 16 years ago
  58. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 16 years ago
  59. 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 16 years ago
  60. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 16 years ago
  61. 164d44f Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 16 years ago
  63. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 16 years ago
  64. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 16 years ago
  65. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 16 years ago
  66. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 16 years ago
  67. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 16 years ago
  68. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 16 years ago
  69. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 16 years ago
  70. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  71. 6a867a3 time: Remove xtime_cache by John Stultz · 16 years ago
  72. c949472 Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  74. e1292ba ntp: Make time_adjust static by John Stultz · 16 years ago
  75. 830ec04 time: Fix accumulation bug triggered by long delay. by John Stultz · 16 years ago
  76. 80a05b9 clockevents: Sanitize min_delta_ns adjustment and prevent overflows by Thomas Gleixner · 16 years ago
  77. 39c0cbe sched: Rate-limit nohz by Mike Galbraith · 16 years ago
  78. ad6759f timekeeping: Prevent oops when GENERIC_TIME=n by john stultz · 16 years ago
  79. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. c93d89f Export the symbol of getboottime and mmonotonic_to_bootbased by Jason Wang · 16 years ago
  81. c54a42b clocksource: add suspend callback by Magnus Damm · 16 years ago
  82. 1762233 clocksource: add argument to resume callback by Magnus Damm · 16 years ago
  83. 7e1b584 ntp: Cleanup xtime references in ntp.c by John Stultz · 16 years ago
  84. 1f5b8f8 ntp: Make time_esterror and time_maxerror static by john stultz · 16 years ago
  85. 7b7422a clocksource: Prevent potential kgdb dead lock by Thomas Gleixner · 16 years ago
  86. ea9d8e3 clockevent: Don't remove broadcast device when cpu is dead by Xiaotian Feng · 16 years ago
  87. 83f57a1 Revert "time: Remove xtime_cache" by Linus Torvalds · 16 years ago
  88. 3cd312c Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 62ac127 cpumask: avoid dereferencing struct cpumask by Rusty Russell · 16 years ago
  90. f065f41 timecompare: fix half-Y2K38 problem in timecompare_update while calculating offset by Barry Song · 16 years ago
  91. b5f91da clockevents: Convert to raw_spinlock by Thomas Gleixner · 16 years ago
  92. d192c47 clockevents: Make tick_device_lock static by Thomas Gleixner · 16 years ago
  93. ecb49d1 hrtimers: Convert to raw_spinlocks by Thomas Gleixner · 16 years ago
  94. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  95. bb6eddf clockevents: Prevent clockevent_devices list corruption on cpu hotplug by Thomas Gleixner · 16 years ago
  96. 41d2e49 hrtimer: Tune hrtimer_interrupt hang logic by Thomas Gleixner · 16 years ago
  97. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  98. 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 · 16 years ago
  99. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  100. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago