aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-181-3/+25
|\ \ | |/
| * timer.c: Fix S/390 commentsRandy Dunlap2009-08-261-2/+2
| * Merge branch 'linus' into timers/coreThomas Gleixner2009-08-141-1/+1
| |\
| * | timers: Cache __next_timer_interrupt resultMartin Schwidefsky2009-08-041-1/+23
* | | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-231-2/+1
| |/ |/|
* | timer: Avoid reading uninitialized dataPavel Roskin2009-07-181-1/+1
|/
* timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-241-0/+2
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-7/+44
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-3/+14
| * timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-131-4/+27
| * timers: allow deferrable timers for intervals tv2-tv5 to be deferredJon Hunter2009-05-021-0/+3
* | Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-78/+11
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-78/+8
| |\ \
| | * | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-151-26/+6
| | * | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-151-52/+2
| | |/
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-2/+5
| |\ \ | | |/
| * | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-061-0/+3
* | | Export add_timer_on for modulesAndi Kleen2009-05-281-0/+1
| |/ |/|
* | Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds2009-04-091-2/+5
|\ \ | |/ |/|
| * timers: add missing kernel-docRandy Dunlap2009-04-021-2/+5
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-11/+57
|\ \ | |/ |/|
| * timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-11/+57
* | timers: add mod_timer_pending()Ingo Molnar2009-02-181-37/+73
|/
* [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-1/+1
* [CVE-2009-0029] System call wrappers part 02Heiko Carstens2009-01-141-5/+5
* [CVE-2009-0029] System call wrappers part 01Heiko Carstens2009-01-141-3/+3
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
* [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-13/+0
* [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-7/+5
* Merge branch 'master' into nextJames Morris2008-11-141-30/+99
|\
| * Add round_jiffies_up and related routinesAlan Stern2008-11-061-30/+99
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-4/+4
|/
*-. 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