1. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 11 years ago
  3. c41eba7 timer: Use variable head instead of &work_list in __run_timers() by Viresh Kumar · 11 years ago
  4. 38edbb0 timer: Make sure TIMER_FLAG_MASK bits are free in allocated base by Viresh Kumar · 11 years ago
  5. c24a4a3 timer: Check failure of timer_cpu_notify() before calling init_timer_stats() by Viresh Kumar · 11 years ago
  6. bce1936 Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into timers/core by Thomas Gleixner · 11 years ago
  7. aea369b timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0 by Oleg Nesterov · 11 years ago
  8. 18d8cb6 timers: Reduce future __run_timers() latency for first add to empty list by Paul E. McKenney · 11 years ago
  9. 16d937f timers: Reduce future __run_timers() latency for newly emptied list by Paul E. McKenney · 11 years ago
  10. d550e81 timers: Reduce __run_timers() latency for empty list by Paul E. McKenney · 11 years ago
  11. fff4215 timers: Track total number of timers in list by Paul E. McKenney · 11 years ago
  12. 8ba1465 timer: Spare IPI when deferrable timer is queued on idle remote targets by Viresh Kumar · 11 years ago
  13. 40747ff asmlinkage: Make jiffies visible by Andi Kleen · 11 years ago
  14. da554eb timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  15. 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 11 years ago
  16. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  17. 9e04d38 timer: Fix jiffies wrap behavior of round_jiffies_common() by Bart Van Assche · 11 years ago
  18. cc51bf6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. 42a5cf4 timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE by Tirupathi Reddy · 11 years ago
  20. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  22. 1043f65 kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE by Stephen Rothwell · 11 years ago
  23. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  24. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  25. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  26. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  27. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  28. 74876a9 printk: Wake up klogd using irq_work by Frederic Weisbecker · 12 years ago
  29. 26cff4e timers: Fix endless looping between cascade() and internal_add_timer() by Hildner, Christian · 12 years ago
  30. db8c246 Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  31. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
  32. fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
  33. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
  34. be53db6 alpha: take a bunch of syscalls into osf_sys.c by Al Viro · 12 years ago
  35. e40468a timers: Improve get_next_timer_interrupt() by Thomas Gleixner · 12 years ago
  36. 99d5f3a timers: Add accounting of non deferrable timers by Thomas Gleixner · 12 years ago
  37. facbb4a timers: Consolidate base->next_timer update by Thomas Gleixner · 12 years ago
  38. ec44bc7 timers: Create detach_if_pending() and use it by Thomas Gleixner · 12 years ago
  39. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  40. c54894c Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  41. 4d82a1d lockdep: fix oops in processing workqueue by Peter Zijlstra · 12 years ago
  42. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 13 years ago
  43. 048a0e8 timer: Fix mod_timer_pinned() header comment by Paul E. McKenney · 12 years ago
  44. 8c717b7 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  45. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 13 years ago
  46. dc4218b timer: Use debugobjects to catch deletion of uninitialized timers by Christine Chan · 13 years ago
  47. fb16b8c timer: Setup uninitialized timer with a stub callback by Stephen Boyd · 13 years ago
  48. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  49. 1c3cc11 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 13 years ago
  50. 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
  51. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 14 years ago
  53. 48228f7 lockdep/timers: Explain in detail the locking problems del_timer_sync() may cause by Steven Rostedt · 14 years ago
  54. 7ff2079 Revert "lockdep, timer: Fix del_timer_sync() annotation" by Peter Zijlstra · 14 years ago
  55. f266a51 lockdep, timer: Fix del_timer_sync() annotation by Peter Zijlstra · 14 years ago
  56. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 14 years ago
  57. dda5f0a 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
  58. 7496351 timers: Use this_cpu_read by Christoph Lameter · 14 years ago
  59. dbd87b5 nohz: Fix get_next_timer_interrupt() vs cpu hotplug by Heiko Carstens · 14 years ago
  60. 0f004f5 sched: Cure more NO_HZ load average woes by Peter Zijlstra · 14 years ago
  61. 466bd30 timer: Warn when del_timer_sync() is called in hardirq context by Yong Zhang · 14 years ago
  62. 1118e2c timer: Del_timer_sync() can be used in softirq context by Yong Zhang · 14 years ago
  63. 6f1bc45 timer: Make try_to_del_timer_sync() the same on SMP and UP by Yong Zhang · 14 years ago
  64. dd6414b timer: Permit statically-declared work with deferrable timers by Phil Carmody · 14 years ago
  65. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  66. 0caa621 kernel/timer.c: fix kernel-doc function parameter warning by Randy Dunlap · 14 years ago
  67. 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
  68. 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
  69. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  71. 5e7f5a1 timer: Added usleep_range timer by Patrick Pannuto · 14 years ago
  72. e1b004c Revert "timer: Added usleep[_range] timer" by Thomas Gleixner · 14 years ago
  73. 8cadd283 timer: add on-stack deferrable timer interfaces by Jesse Barnes · 14 years ago
  74. 22b8f15 timer: Added usleep[_range] timer by Patrick Pannuto · 14 years ago
  75. 866e261 timers: Document meaning of deferrable timer by J. Bruce Fields · 14 years ago
  76. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 14 years ago
  77. 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 14 years ago
  78. 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  80. 2abfb9e timers: Move local variable into else section by Thomas Gleixner · 14 years ago
  81. 8e63d77 timers: Fix slack calculation really by Thomas Gleixner · 14 years ago
  82. f00e047 timers: Fix slack calculation for expired timers by Jeff Chua · 14 years ago
  83. 332fbdb lockup_detector: Touch_softlockup cleanups and softlockup_tick removal by Don Zickus · 14 years ago
  84. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 14 years ago
  85. 3bbb9ec timers: Introduce the concept of timer slack for legacy timers by Arjan van de Ven · 15 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  87. 802702e timer: Try to survive timer callback preempt_count leak by Thomas Gleixner · 15 years ago
  88. 576da12 timer: Split out timer function call by Thomas Gleixner · 15 years ago
  89. 06f71b9 timer: Print function name for timer callbacks modifying preemption count by Uwe Kleine-König · 15 years ago
  90. 829b6c1 timer stats: Fix del_timer_sync() and try_to_del_timer_sync() by Andrew Morton · 15 years ago
  91. fe43220 perf: Fix perf_event_do_pending() fallback callsite by Peter Zijlstra · 15 years ago
  92. cf1e367 timers: Remove duplicate setting of new_base in __mod_timer() by Simon Horman · 15 years ago
  93. 31bbb9b 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. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  95. a03fdb7 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
  96. 2b022e3 timers: Add tracepoints for timer_list timers by Xiao Guangrong · 15 years ago
  97. 90cba64 timer.c: Fix S/390 comments by Randy Dunlap · 15 years ago
  98. a157229 rcu: Simplify rcu_pending()/rcu_check_callbacks() API by Paul E. McKenney · 15 years ago
  99. 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  100. 97fd9ed timers: Cache __next_timer_interrupt result by Martin Schwidefsky · 15 years ago