aboutsummaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03timers: Consider slack value in mod_timer()Gravatar Sebastian Andrzej Siewior 1-8/+7
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+0
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+23
2011-03-08debugobjects: Add hint for better object identificationGravatar Stanislaw Gruszka 1-0/+6
2011-02-16lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Gravatar Steven Rostedt 1-0/+23
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Gravatar Peter Zijlstra 1-5/+3
2011-02-04lockdep, timer: Fix del_timer_sync() annotationGravatar Peter Zijlstra 1-1/+5
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cGravatar Torben Hohn 1-13/+0
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-36/+14
2010-12-12timers: Use this_cpu_readGravatar Christoph Lameter 1-2/+2
2010-12-08nohz: Fix get_next_timer_interrupt() vs cpu hotplugGravatar Heiko Carstens 1-0/+6
2010-12-08sched: Cure more NO_HZ load average woesGravatar Peter Zijlstra 1-1/+1
2010-10-22timer: Warn when del_timer_sync() is called in hardirq contextGravatar Yong Zhang 1-1/+5
2010-10-22timer: Del_timer_sync() can be used in softirq contextGravatar Yong Zhang 1-5/+3
2010-10-22timer: Make try_to_del_timer_sync() the same on SMP and UPGravatar Yong Zhang 1-14/+3
2010-10-21timer: Permit statically-declared work with deferrable timersGravatar Phil Carmody 1-14/+1
2010-10-18irq_work: Add generic hardirq context callbacksGravatar Peter Zijlstra 1-2/+5
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningGravatar Randy Dunlap 1-0/+1
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+29
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+2
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2010-08-05Merge branch 'perf/nmi' into perf/coreGravatar Ingo Molnar 1-1/+0
2010-08-04timer: Added usleep_range timerGravatar Patrick Pannuto 1-0/+22
2010-08-04Revert "timer: Added usleep[_range] timer"Gravatar Thomas Gleixner 1-22/+0
2010-08-03timer: add on-stack deferrable timer interfacesGravatar Jesse Barnes 1-0/+13
2010-07-23timer: Added usleep[_range] timerGravatar Patrick Pannuto 1-0/+22
2010-07-23timers: Document meaning of deferrable timerGravatar J. Bruce Fields 1-2/+7
2010-06-09sched: Change nohz idle load balancing logic to push modelGravatar Venkatesh Pallipadi 1-6/+2
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callGravatar Akinobu Mita 1-1/+1
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+7
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-2/+5
2010-05-26timers: Move local variable into else sectionGravatar Thomas Gleixner 1-2/+3
2010-05-25timers: Fix slack calculation reallyGravatar Thomas Gleixner 1-5/+8
2010-05-24timers: Fix slack calculation for expired timersGravatar Jeff Chua 1-3/+4
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalGravatar Don Zickus 1-1/+0
2010-05-10Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-0/+2
2010-04-06timers: Introduce the concept of timer slack for legacy timersGravatar Arjan van de Ven 1-0/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12timer: Try to survive timer callback preempt_count leakGravatar Thomas Gleixner 1-3/+9
2010-03-12timer: Split out timer function callGravatar Thomas Gleixner 1-36/+36
2010-03-12timer: Print function name for timer callbacks modifying preemption countGravatar Uwe Kleine-König 1-5/+2
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Gravatar Andrew Morton 1-0/+1
2010-01-21perf: Fix perf_event_do_pending() fallback callsiteGravatar Peter Zijlstra 1-2/+1
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Gravatar Simon Horman 1-2/+0
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+28
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-2/+2
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+25
2009-08-29timers: Add tracepoints for timer_list timersGravatar Xiao Guangrong 1-4/+28
2009-08-26timer.c: Fix S/390 commentsGravatar Randy Dunlap 1-2/+2
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIGravatar Paul E. McKenney 1-2/+1