summaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-4/+4
|\
| * userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-031-4/+4
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-05-221-1/+3
|\ \
| * | lockdep: fix oops in processing workqueuePeter Zijlstra2012-05-151-1/+3
| |/
* / timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
|/
* Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-01-061-6/+56
|\
| * timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan2011-11-231-5/+48
| * timer: Setup uninitialized timer with a stub callbackStephen Boyd2011-11-231-1/+8
* | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1
|/
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior2011-06-031-8/+7
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-13/+0
|\
| * time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn2011-01-311-13/+0
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-0/+23
|\ \
| * | lockdep/timers: Explain in detail the locking problems del_timer_sync() may c...Steven Rostedt2011-02-161-0/+23
* | | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-081-0/+6
|/ /
* | Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra2011-02-081-5/+3
* | lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra2011-02-041-1/+5
|/
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-061-36/+14
|\
| * timers: Use this_cpu_readChristoph Lameter2010-12-121-2/+2
| * timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang2010-10-221-1/+5
| * timer: Del_timer_sync() can be used in softirq contextYong Zhang2010-10-221-5/+3
| * timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2010-10-221-14/+3
| * timer: Permit statically-declared work with deferrable timersPhil Carmody2010-10-211-14/+1
* | nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens2010-12-081-0/+6
* | sched: Cure more NO_HZ load average woesPeter Zijlstra2010-12-081-1/+1
* | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-2/+5
|/
* kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap2010-08-101-0/+1
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-061-2/+29
|\
| * timer: Added usleep_range timerPatrick Pannuto2010-08-041-0/+22
| * Revert "timer: Added usleep[_range] timer"Thomas Gleixner2010-08-041-22/+0
| * timer: Added usleep[_range] timerPatrick Pannuto2010-07-231-0/+22
| * timers: Document meaning of deferrable timerJ. Bruce Fields2010-07-231-2/+7
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-6/+2
|\ \
| * | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-091-6/+2
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-1/+0
|\ \
| * \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-1/+0
| |\ \ | | |/ | |/|
| | * lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-121-1/+0
* | | timer: add on-stack deferrable timer interfacesJesse Barnes2010-08-031-0/+13
|/ /
* | kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita2010-06-041-1/+1
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-281-3/+7
|\ \
| * | timers: Move local variable into else sectionThomas Gleixner2010-05-261-2/+3
| * | timers: Fix slack calculation reallyThomas Gleixner2010-05-251-5/+8
* | | kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-2/+5
|/ /
* | timers: Fix slack calculation for expired timersJeff Chua2010-05-241-3/+4
* | Merge branch 'linus' into timers/coreThomas Gleixner2010-05-101-0/+2
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton2010-03-121-0/+1
* | timers: Introduce the concept of timer slack for legacy timersArjan van de Ven2010-04-061-0/+56
* | timer: Try to survive timer callback preempt_count leakThomas Gleixner2010-03-121-3/+9