1. 1cfd684 [PATCH] Fix cascade lookup of next_timer_interrupt by Thomas Gleixner · 18 years ago
  2. 5d8b34f [PATCH] clocksource: Add verification (watchdog) helper by Thomas Gleixner · 18 years ago
  3. 7e69f2b [PATCH] clocksource: Remove the update callback by Thomas Gleixner · 18 years ago
  4. 73b08d2 [PATCH] clocksource: replace is_continuous by a flag field by Thomas Gleixner · 18 years ago
  5. 411187f [PATCH] GTOD: persistent clock support by John Stultz · 18 years ago
  6. f4304ab [PATCH] HZ free ntp by john stultz · 18 years ago
  7. 5809f9d [PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCK by Eric Dumazet · 18 years ago
  8. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 18 years ago
  9. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  10. 3db5db4 [PATCH] use cycle_t instead of u64 in struct time_interpolator by Helge Deller · 18 years ago
  11. 5b149bc [PATCH] schedule_timeout(): improve warning message by Andrew Morton · 18 years ago
  12. cd7175e [PATCH] Optimize calc_load() by Eric Dumazet · 18 years ago
  13. f5f1a24 [PATCH] clocksource: small cleanup by Daniel Walker · 18 years ago
  14. 4c36a5d [PATCH] round_jiffies infrastructure by Arjan van de Ven · 18 years ago
  15. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  16. 8f807f8 [PATCH] ntp: add time_adjust to tick length by Roman Zippel · 18 years ago
  17. b0ee755 [PATCH] ntp: add ntp_update_frequency by Roman Zippel · 18 years ago
  18. 4c7ee8d [PATCH] NTP: Move all the NTP related code to ntp.c by john stultz · 18 years ago
  19. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  20. 07dccf3 [PATCH] check return value of cpu_callback by Akinobu Mita · 18 years ago
  21. 2aae4a1 [PATCH] Fix kerneldoc comments in kernel/timer.c by Rolf Eike Beer · 18 years ago
  22. 89e7e374 [PATCH] timer: add lock annotation to lock_timer_base by Josh Triplett · 18 years ago
  23. 6997a6f [PATCH] sys_getppid oopses on debug kernel by Kirill Korotaev · 18 years ago
  24. 51d8c5e [PATCH] timer: Fix tvec_bases initializer by Josh Triplett · 18 years ago
  25. 6ea24f9 [PATCH] fix bad macro param in timer.c by Steven Rostedt · 18 years ago
  26. 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
  27. 3e14347 [PATCH] improve timekeeping resume robustness by john stultz · 18 years ago
  28. a000965 [PATCH] del_timer_sync(): add cpu_relax() by Andrew Morton · 18 years ago
  29. e154ff3 [PATCH] adjust clock for lost ticks by Roman Zippel · 18 years ago
  30. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 19 years ago
  31. d730e88 [PATCH] lockdep: annotate timer base locks by Ingo Molnar · 19 years ago
  32. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 19 years ago
  33. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
  34. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
  35. 19923c1 [PATCH] fix and optimize clock source update by Roman Zippel · 19 years ago
  36. a275254 [PATCH] time: rename clocksource functions by john stultz · 19 years ago
  37. cf3c769 [PATCH] Time: Introduce arch generic time accessors by john stultz · 19 years ago
  38. 5eb6d20 [PATCH] Time: Use clocksource abstraction for NTP adjustments by john stultz · 19 years ago
  39. 260a423 [PATCH] Time: Let user request precision from current_tick_length() by john stultz · 19 years ago
  40. ad59617 [PATCH] Time: Use clocksource infrastructure for update_wall_time by john stultz · 19 years ago
  41. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 19 years ago
  42. 3439dd8 [PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loop by Porpoise · 19 years ago
  43. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 19 years ago
  44. 0662b71 [PATCH] Fix a NO_IDLE_HZ timer bug by Zachary Amsden · 19 years ago
  45. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 19 years ago
  46. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 19 years ago
  47. ba6edfc [PATCH] timer initialisation fix by Andrew Morton · 19 years ago
  48. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 19 years ago
  49. 9f31252 BUG_ON() Conversion in kernel/signal.c by Eric Sesterhenn · 19 years ago
  50. db1b1fe [PATCH] sched: reduce overhead of calc_load by Jack Steiner · 19 years ago
  51. a2c348f [PATCH] __mod_timer: simplify ->base changing by Oleg Nesterov · 19 years ago
  52. 3691c51 [PATCH] kill __init_timer_base in favor of boot_tvec_bases by Oleg Nesterov · 19 years ago
  53. 5ddcfa8 [PATCH] remove pps support by Roman Zippel · 19 years ago
  54. c08b8a4 [PATCH] sys_alarm() unsigned signed conversion fixup by Thomas Gleixner · 19 years ago
  55. 6687a97 [PATCH] timer-irq-driven soft-watchdog, cleanups by Ingo Molnar · 19 years ago
  56. a4a6198 [PATCH] tvec_bases too large for per-cpu data by Jan Beulich · 19 years ago
  57. 67890d7 [PATCH] time_interpolator: add __read_mostly by Christoph Lameter · 19 years ago
  58. 5aee405 [PATCH] time: add barrier after updating jiffies_64 by Atsushi Nemoto · 19 years ago
  59. 6923974 [PATCH] fix next_timer_interrupt() for hrtimer by Tony Lindgren · 19 years ago
  60. 685db65 [PATCH] time_interpolator: Use readq_relaxed() instead of readq(). by Christoph Lameter · 19 years ago
  61. 726c14b [PATCH] Provide an interface for getting the current tick length by Paul Mackerras · 19 years ago
  62. 53f087f [PATCH] timer.c NULL noise removal by Al Viro · 19 years ago
  63. 6ba1b91 [PATCH] hrtimer: switch sys_nanosleep to hrtimer by Thomas Gleixner · 19 years ago
  64. c0a3132 [PATCH] hrtimer: hrtimer core code by Thomas Gleixner · 19 years ago
  65. 97a41e2 [PATCH] kernel/: small cleanups by Adrian Bunk · 19 years ago
  66. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  67. dfc4f94 [PATCH] remove timer debug field by Andrew Morton · 19 years ago
  68. a5a0d52 [PATCH] ntp whitespace cleanup by Andrew Morton · 19 years ago
  69. 1bb34a4 [PATCH] NTP shift_right cleanup by john stultz · 19 years ago
  70. a8db2db [PATCH] introduce setup_timer() helper by Oleg Nesterov · 19 years ago
  71. 4b8f573 [PATCH] TIMERS: add missing compensation for HZ == 250 by YOSHIFUJI Hideaki · 19 years ago
  72. 8a1c175 [PATCH] schedule_timeout_[un]interruptible() speedup by Andrew Morton · 19 years ago
  73. 75bcc8c [PATCH] kernel: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  74. 64ed93a [PATCH] add schedule_timeout_{,un}interruptible() interfaces by Nishanth Aravamudan · 19 years ago
  75. 486d46ae [PATCH] optimize writer path in time_interpolator_get_counter() by Alex Williamson · 19 years ago
  76. 8446f1d [PATCH] detect soft lockups by Ingo Molnar · 19 years ago
  77. 4c5640c [PATCH] preempt race in getppid by David Meybohm · 19 years ago
  78. 96ec3ef [PATCH] kernel/timer: fix msleep_interruptible() comment by Domen Puncer · 20 years ago
  79. be5b4fb [PATCH] preempt_count is int - remove cast and don't assign to unsigned type by Jesper Juhl · 20 years ago
  80. fd450b7 [PATCH] timers: introduce try_to_del_timer_sync() by Oleg Nesterov · 20 years ago
  81. 55c888d [PATCH] timers fixes/improvements by Oleg Nesterov · 20 years ago
  82. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 20 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago