1. 4e85876 timers: Only wake softirq if necessary by Thomas Gleixner · 8 years ago
  2. a683f39 timers: Forward the wheel clock whenever possible by Thomas Gleixner · 8 years ago
  3. 2369683 timers: Optimize collect_expired_timers() for NOHZ by Anna-Maria Gleixner · 8 years ago
  4. 73420fe timers: Move __run_timers() function by Anna-Maria Gleixner · 8 years ago
  5. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  6. 500462a timers: Switch to a non-cascading wheel by Thomas Gleixner · 8 years ago
  7. 494af3e timers: Give a few structs and members proper names by Thomas Gleixner · 8 years ago
  8. 177ec0a timers: Remove the deprecated mod_timer_pinned() API by Thomas Gleixner · 8 years ago
  9. e675447 timers: Make 'pinned' a timer property by Thomas Gleixner · 8 years ago
  10. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 8 years ago
  11. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  12. 69b27ba sched: add schedule_timeout_idle() by Andrew Morton · 8 years ago
  13. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 8 years ago
  14. 22b886d timers: Use proper base migration in add_timer_on() by Tejun Heo · 9 years ago
  15. 9fc4468 timers: Use __fls in apply_slack() by Rasmus Villemoes · 9 years ago
  16. 3ed769b timers: Fix data race in timer_stats_account_timer() by Dmitry Vyukov · 9 years ago
  17. d0023a1 timer: Write timer->flags atomically by Eric Dumazet · 9 years ago
  18. 24bfcb1 timer: Fix hotplug regression by Thomas Gleixner · 9 years ago
  19. 683be13 timer: Minimize nohz off overhead by Thomas Gleixner · 9 years ago
  20. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  21. c74441a timer: Stats: Simplify the flags handling by Thomas Gleixner · 9 years ago
  22. 0eeda71 timer: Replace timer base by a cpu index by Thomas Gleixner · 9 years ago
  23. 1dabbce timer: Use hlist for the timer wheel hash buckets by Thomas Gleixner · 9 years ago
  24. 1bd04bf timer: Remove FIFO "guarantee" by Thomas Gleixner · 9 years ago
  25. 3bb475a timers: Sanitize catchup_timer_jiffies() usage by Thomas Gleixner · 9 years ago
  26. 4e413e8 tracing: timer: Add deferrable flag to timer_start by Badhri Jagan Sridharan · 9 years ago
  27. 781978e timer: Use timer->base for flag checks by Joonwoo Park · 9 years ago
  28. 2ad5d32 timer: Put usleep_range into the __sched section by Thomas Gleixner · 9 years ago
  29. 6deba08 timer: Remove pointless return value of do_usleep_range() by Thomas Gleixner · 9 years ago
  30. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 9 years ago
  31. c6eb3f7 hrtimer: Get rid of hrtimer softirq by Thomas Gleixner · 9 years ago
  32. 3650b57 timer: Further simplify the SMP and HOTPLUG logic by Peter Zijlstra · 9 years ago
  33. 8def906 timer: Don't initialize 'tvec_base' on hotplug by Viresh Kumar · 9 years ago
  34. b337a938 timer: Allocate per-cpu tvec_base's statically by Peter Zijlstra · 9 years ago
  35. c3377c2d rcu: Remove "cpu" argument to rcu_check_callbacks() by Paul E. McKenney · 10 years ago
  36. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  37. 76a3306 irq_work: Force raised irq work to run on irq work interrupt by Frederic Weisbecker · 10 years ago
  38. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  39. 9f6d9ba timer: Kick dynticks targets on mod_timer*() calls by Viresh Kumar · 10 years ago
  40. d6f9382 timer: Store cpu-number in struct tvec_base by Viresh Kumar · 10 years ago
  41. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 10 years ago[Renamed from kernel/timer.c]
  42. 98a01e7 timer: Prevent overflow in apply_slack by Jiri Bohac · 10 years ago
  43. 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
  44. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 10 years ago
  45. c41eba7 timer: Use variable head instead of &work_list in __run_timers() by Viresh Kumar · 10 years ago
  46. 38edbb0 timer: Make sure TIMER_FLAG_MASK bits are free in allocated base by Viresh Kumar · 10 years ago
  47. c24a4a3 timer: Check failure of timer_cpu_notify() before calling init_timer_stats() by Viresh Kumar · 10 years ago
  48. 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 · 10 years ago
  49. aea369b timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0 by Oleg Nesterov · 10 years ago
  50. 18d8cb6 timers: Reduce future __run_timers() latency for first add to empty list by Paul E. McKenney · 11 years ago
  51. 16d937f timers: Reduce future __run_timers() latency for newly emptied list by Paul E. McKenney · 11 years ago
  52. d550e81 timers: Reduce __run_timers() latency for empty list by Paul E. McKenney · 11 years ago
  53. fff4215 timers: Track total number of timers in list by Paul E. McKenney · 10 years ago
  54. 8ba1465 timer: Spare IPI when deferrable timer is queued on idle remote targets by Viresh Kumar · 10 years ago
  55. 40747ff asmlinkage: Make jiffies visible by Andi Kleen · 10 years ago
  56. da554eb timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  57. 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 11 years ago
  58. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  59. 9e04d38 timer: Fix jiffies wrap behavior of round_jiffies_common() by Bart Van Assche · 11 years ago
  60. 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
  61. 42a5cf4 timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE by Tirupathi Reddy · 11 years ago
  62. 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
  63. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  64. 1043f65 kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE by Stephen Rothwell · 11 years ago
  65. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  66. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  67. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  68. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  70. 74876a9 printk: Wake up klogd using irq_work by Frederic Weisbecker · 12 years ago
  71. 26cff4e timers: Fix endless looping between cascade() and internal_add_timer() by Hildner, Christian · 12 years ago
  72. db8c246 Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  73. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
  74. fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
  75. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
  76. be53db6 alpha: take a bunch of syscalls into osf_sys.c by Al Viro · 12 years ago
  77. e40468a timers: Improve get_next_timer_interrupt() by Thomas Gleixner · 12 years ago
  78. 99d5f3a timers: Add accounting of non deferrable timers by Thomas Gleixner · 12 years ago
  79. facbb4a timers: Consolidate base->next_timer update by Thomas Gleixner · 12 years ago
  80. ec44bc7 timers: Create detach_if_pending() and use it by Thomas Gleixner · 12 years ago
  81. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  82. c54894c Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  83. 4d82a1d lockdep: fix oops in processing workqueue by Peter Zijlstra · 12 years ago
  84. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  85. 048a0e8 timer: Fix mod_timer_pinned() header comment by Paul E. McKenney · 12 years ago
  86. 8c717b7 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 13 years ago
  88. dc4218b timer: Use debugobjects to catch deletion of uninitialized timers by Christine Chan · 13 years ago
  89. fb16b8c timer: Setup uninitialized timer with a stub callback by Stephen Boyd · 13 years ago
  90. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  91. 1c3cc11 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 13 years ago
  92. 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 · 13 years ago
  93. 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 · 13 years ago
  94. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 13 years ago
  95. 48228f7 lockdep/timers: Explain in detail the locking problems del_timer_sync() may cause by Steven Rostedt · 13 years ago
  96. 7ff2079 Revert "lockdep, timer: Fix del_timer_sync() annotation" by Peter Zijlstra · 13 years ago
  97. f266a51 lockdep, timer: Fix del_timer_sync() annotation by Peter Zijlstra · 13 years ago
  98. 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 13 years ago
  99. dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. 7496351 timers: Use this_cpu_read by Christoph Lameter · 14 years ago