summaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-5/+7
|\ \
| | * printk: robustify printkPeter Zijlstra2008-08-111-0/+1
| |/ |/|
| * migrate_timers: add comment, use spinlock_irq()Oleg Nesterov2008-08-211-5/+6
|/
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-141-9/+1
|\
| * dyntick: Remove last reminants of dyntick supportRussell King2008-05-121-9/+1
* | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
|/
* debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-8/+145
* timers: simplify lockdep handlingOleg Nesterov2008-04-171-12/+4
* NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-261-1/+9
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-3/+3
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-081-1/+1
* taskstats scaled time cleanupMichael Neuling2008-02-061-4/+6
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-0/+7
|\
| * Add schedule_timeout_killableMatthew Wilcox2007-12-061-0/+7
* | time: timer cleanupsPavel Machek2008-01-301-1/+1
* | time: clean hungarian notation from timersPavel Machek2008-01-301-41/+39
* | hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra2008-01-251-1/+2
* | timer: fix section mismatchRandy Dunlap2008-01-211-1/+1
* | remove task_ppid_nr_nsRoland McGrath2008-01-131-1/+1
* | timer: kernel/timer.c section fixesAdrian Bunk2007-12-181-2/+2
|/
* sched: restore deterministic CPU accounting on powerpcPaul Mackerras2007-11-091-7/+14
* time: fix inconsistent function names in commentsLi Zefan2007-11-051-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-3/+4
* Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-2/+5
* whitespace fixes: system timersDaniel Walker2007-10-181-1/+1
* Pull ia64-clocksource into release branchTony Luck2007-07-201-188/+0
|\
| * [IA64] remove time interpolatorBob Picco2007-07-201-188/+0
* | timer.c: cleanup recently introduced whitespace damageThomas Gleixner2007-07-191-12/+12
|/
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+2
* Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi2007-07-161-0/+14
* Use boot based time for uptime in /procTomas Janousek2007-07-161-0/+1
* NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2007-05-291-1/+9
* timekeeping fix patch got mis-appliedThomas Gleixner2007-05-141-2/+0
* timer: revert parenthesis fix in tbase_get_deferrable() etcakpm@linux-foundation.org2007-05-101-5/+5
* clocksource: fix resume logicThomas Gleixner2007-05-091-0/+2
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* timer: parenthesis fix in tbase_get_deferrable() etcJarek Poplawski2007-05-091-5/+5
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-2/+2
* Move timekeeping code to timekeeping.cjohn stultz2007-05-081-458/+1
* Add support for deferrable timersVenki Pallipadi2007-05-081-8/+57
* [AF_RXRPC]: Make it possible to merely try to cancel timers from a moduleDavid Howells2007-04-261-0/+2
* [PATCH] high-res timers: resume fixIngo Molnar2007-04-071-1/+1
* [PATCH] dynticks: fix hrtimer rounding error in next_timer_interruptThomas Gleixner2007-03-251-3/+16
* [PATCH] fix vsyscall settimeofdayDaniel Walker2007-03-061-0/+2
* [PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner2007-03-061-0/+6
* [PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens2007-03-051-4/+4
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-011-0/+1
* [PATCH] update timekeeping_is_continuous commentDaniel Walker2007-03-011-1/+1
* [PATCH] generic: vsyscall-gtod support for GENERIC_TIMEjohn stultz2007-02-161-0/+1
* [PATCH] Add debugging feature /proc/timer_statIngo Molnar2007-02-161-2/+29