aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timer.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-06timers: Introduce the concept of timer slack for legacy timersGravatar Arjan van de Ven 1-1/+9
2009-08-30timers: Drop a function prototypeGravatar Randy Dunlap 1-5/+0
2009-06-24timer stats: Optimize by adding quick check to avoid function callsGravatar Heiko Carstens 1-0/+4
2009-05-13timers: Framework for identifying pinned timersGravatar Arun R Bharadwaj 1-0/+3
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+84
2009-02-18timers: add mod_timer_pending()Gravatar Ingo Molnar 1-20/+2
2009-02-14timer: implement lockdep deadlock detectionGravatar Johannes Berg 1-9/+84
2008-11-06Add round_jiffies_up and related routinesGravatar Alan Stern 1-0/+5
2008-04-30debugobjects: add timer specific object debugging codeGravatar Thomas Gleixner 1-1/+22
2008-02-08workqueue: make delayed_work_timer_fn() staticGravatar Li Zefan 1-2/+0
2008-02-08Remove fastcall from linux/includeGravatar Harvey Harrison 1-2/+2
2008-01-30time: clean hungarian notation from timersGravatar Pavel Machek 1-3/+3
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsGravatar Venki Pallipadi 1-11/+4
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxGravatar Robert P. J. Day 1-1/+0
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsGravatar Thomas Gleixner 1-0/+6
2007-05-08Add support for deferrable timersGravatar Venki Pallipadi 1-0/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statGravatar Ingo Molnar 1-0/+54
2007-02-16[PATCH] hrtimers: namespace and enum cleanupGravatar Thomas Gleixner 1-1/+1
2007-02-16[PATCH] Extend next_timer_interrupt() to use a reference jiffieGravatar Thomas Gleixner 1-0/+10
2007-01-26[PATCH] fix various kernel-doc in header filesGravatar Robert P. J. Day 1-2/+2
2006-12-10[PATCH] round_jiffies infrastructureGravatar Arjan van de Ven 1-0/+6
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesGravatar Oleg Nesterov 1-4/+4
2006-03-26[PATCH] hrtimers: remove data fieldGravatar Roman Zippel 1-1/+2
2006-03-24Fix simple typosGravatar Andrzej Zaborowski 1-3/+3
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerGravatar Thomas Gleixner 1-1/+1
2005-10-30[PATCH] add_timer() of a pending timer is illegalGravatar Andrew Morton 1-1/+2
2005-10-30[PATCH] remove timer debug fieldGravatar Andrew Morton 1-5/+0
2005-10-30[PATCH] introduce setup_timer() helperGravatar Oleg Nesterov 1-0/+9
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERGravatar Ingo Molnar 1-0/+4
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Gravatar Oleg Nesterov 1-1/+3
2005-06-23[PATCH] timers fixes/improvementsGravatar Oleg Nesterov 1-21/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+102