aboutsummaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerGravatar Clark Williams 1-0/+1
2012-11-18printk: Wake up klogd using irq_workGravatar Frederic Weisbecker 1-1/+0
2012-10-09timers: Fix endless looping between cascade() and internal_add_timer()Gravatar Hildner, Christian 1-4/+6
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-9/+0
2012-08-21timer: Implement TIMER_IRQSAFEGravatar Tejun Heo 1-11/+24
2012-08-21timer: Clean up timer initializersGravatar Tejun Heo 1-42/+14
2012-08-21timer: Generalize timer->base flags handlingGravatar Tejun Heo 1-8/+13
2012-08-19alpha: take a bunch of syscalls into osf_sys.cGravatar Al Viro 1-9/+0
2012-06-06timers: Improve get_next_timer_interrupt()Gravatar Thomas Gleixner 1-5/+8
2012-06-06timers: Add accounting of non deferrable timersGravatar Thomas Gleixner 1-8/+23
2012-06-06timers: Consolidate base->next_timer updateGravatar Thomas Gleixner 1-11/+15
2012-06-06timers: Create detach_if_pending() and use itGravatar Thomas Gleixner 1-33/+23
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+3
2012-05-15lockdep: fix oops in processing workqueueGravatar Peter Zijlstra 1-1/+3
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Gravatar Eric W. Biederman 1-4/+4
2012-04-26timer: Fix mod_timer_pinned() header commentGravatar Paul E. McKenney 1-1/+7
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-6/+56
2011-12-09sys_getppid: add missing rcu_dereferenceGravatar Mandeep Singh Baines 1-1/+1
2011-11-23timer: Use debugobjects to catch deletion of uninitialized timersGravatar Christine Chan 1-5/+48
2011-11-23timer: Setup uninitialized timer with a stub callbackGravatar Stephen Boyd 1-1/+8
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
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