summaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorLines
2012-06-06timers: Improve get_next_timer_interrupt()Thomas Gleixner-5/+8
2012-06-06timers: Add accounting of non deferrable timersThomas Gleixner-8/+23
2012-06-06timers: Consolidate base->next_timer updateThomas Gleixner-11/+15
2012-06-06timers: Create detach_if_pending() and use itThomas Gleixner-33/+23
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+4
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+3
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra-1/+3
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman-4/+4
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney-1/+7
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-6/+56
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines-1/+1
2011-11-23timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan-5/+48
2011-11-23timer: Setup uninitialized timer with a stub callbackStephen Boyd-1/+8
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior-8/+7
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+0
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+23
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka-0/+6
2011-02-16lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Steven Rostedt-0/+23
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra-5/+3
2011-02-04lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra-1/+5
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn-13/+0
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-36/+14
2010-12-12timers: Use this_cpu_readChristoph Lameter-2/+2
2010-12-08nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens-0/+6
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra-1/+1
2010-10-22timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang-1/+5
2010-10-22timer: Del_timer_sync() can be used in softirq contextYong Zhang-5/+3
2010-10-22timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang-14/+3
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody-14/+1
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra-2/+5
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap-0/+1
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+29
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+2
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar-1/+0
2010-08-04timer: Added usleep_range timerPatrick Pannuto-0/+22
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner-22/+0
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes-0/+13
2010-07-23timer: Added usleep[_range] timerPatrick Pannuto-0/+22
2010-07-23timers: Document meaning of deferrable timerJ. Bruce Fields-2/+7
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi-6/+2
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita-1/+1
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+7
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita-2/+5
2010-05-26timers: Move local variable into else sectionThomas Gleixner-2/+3
2010-05-25timers: Fix slack calculation reallyThomas Gleixner-5/+8
2010-05-24timers: Fix slack calculation for expired timersJeff Chua-3/+4
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus-1/+0
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner-0/+2