async: Handle kthread_run() return codes.
[safe/jmp/linux-2.6] / kernel / hrtimer.c
2009-01-30 Thomas Gleixnerhrtimer: prevent negative expiry value after clock_was_...
2009-01-30 Sebastien Duguehrtimers: allow the hot-unplugging of all cpus
2009-01-30 Frederic Weisbeckerhrtimers: increase clock min delta threshold while...
2009-01-26 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2009-01-18 Peter Zijlstrahrtimers: fix inconsistent lock state on resume in...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 01
2009-01-05 Ingo Molnarhrtimer: splitout peek ahead functionality, fix
2009-01-05 Thomas Gleixnerhrtimer: fixup comments
2009-01-05 Peter Zijlstrahrtimer: fix recursion deadlock by re-introducing the...
2009-01-05 Thomas Gleixnerhrtimer: simplify hotplug migration
2009-01-05 Thomas Gleixnerhrtimer: fix HOTPLUG_CPU=n compile warning
2009-01-05 Thomas Gleixnerhrtimer: splitout peek ahead functionality
2008-12-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git....
2008-12-26 KOSAKI Motohirohrtimer: remove #include <linux/irq.h>
2008-12-18 Ingo Molnarhrtimers: fix warning in kernel/hrtimer.c
2008-12-08 Peter Zijlstrahrtimer: removing all ur callback modes, fix
2008-12-04 Peter Zijlstrahrtimer: removing all ur callback modes, fix hotplug
2008-11-25 Peter Zijlstrahrtimer: removing all ur callback modes
2008-11-12 Peter Zijlstrahrtimer: clean up unused callback modes
2008-11-11 Gautham R Shenoytimers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly...
2008-10-22 Thomas GleixnerMerge branch 'timers/range-hrtimers' into v28-range...
2008-10-20 Thomas Gleixnerhrtimers: simplify hrtimer_peek_ahead_timers()
2008-10-20 Thomas Gleixnerhrtimers: fix docbook comments
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-14 Ingo Molnarhrtimers: fix typo
2008-10-13 Arjan van de Venrangetimers: fix the bug reported by Ingo for real
2008-10-11 Arjan van de Venrangetimer: fix BUG_ON reported by Ingo
2008-09-29 Thomas Gleixnerhrtimer: prevent migration of per CPU hrtimers
2008-09-29 Thomas Gleixnerhrtimer: mark migration state
2008-09-29 Thomas Gleixnerhrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers
2008-09-29 Thomas Gleixnerhrtimer: migrate pending list on cpu offline
2008-09-22 Mark McLoughlinhrtimer: remove hrtimer_clock_base::get_softirq_time()
2008-09-11 Arjan van de Venhrtimer: peek at the timer queue just before going...
2008-09-11 Arjan van de Venhrtimer: make the nanosleep() syscall use the per proce...
2008-09-07 Arjan van de Venhrtimer: add a hrtimer_start_range() function
2008-09-06 Arjan van de Venhrtimer: turn hrtimers into range timers
2008-09-06 Arjan van de Venhrtimer: convert kernel/* to the new hrtimer apis
2008-09-06 Arjan van de Venselect: Introduce a hrtimeout function
2008-08-21 Oleg Nesterovmigrate_timers: add comment, use spinlock_irq()
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-15 Linus TorvaldsMerge branch 'timers/for-linus' of git://git./linux...
2008-07-14 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2008-07-14 Linus TorvaldsMerge branch 'core/softirq' of git://git./linux/kernel...
2008-07-14 Thomas GleixnerMerge commit '900cfa46191a7d87cf1891924cb90499287fd235...
2008-07-10 Russell KingMerge branch 'imx' into devel
2008-07-03 Steven Rostedthrtimer: prevent migration for raising softirq
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-05-26 Carlos R. Mafrahrtimer: Remove unused variables in ktime_divns()
2008-05-26 Jeremy Fitzhardingehrtimer: remove warning in hres_timers_resume
2008-05-25 Carlos R. MafraRemove argument from open_softirq which is always NULL
2008-05-12 Russell Kingdyntick: Remove last reminants of dyntick support
2008-05-03 Oliver Hartkopphrtimer: remove duplicate helper function
2008-04-30 Thomas Gleixneradd hrtimer specific debugobjects code
2008-04-28 Thomas Gleixnerhrtimer: raise softirq unlocked to avoid circular lock...
2008-04-27 Bodo Stroesserhrtimer: timeout too long when using HRTIMER_CB_SOFTIRQ
2008-04-21 Thomas Gleixnerhrtimer: optimize the softirq time optimization
2008-04-21 Dimitri Sivanichhrtimer: reduce calls to hrtimer_get_softirq_time()
2008-04-17 Oleg Nesterovhrtimers: simplify lockdep handling
2008-04-17 Thomas Gleixnerhrtimer: use nanosleep specific restart_block fields
2008-02-14 Thomas Gleixnerhrtimer: catch expired CLOCK_REALTIME timers early
2008-02-14 Thomas Gleixnerhrtimer: check relative timeouts for overflow
2008-02-10 Oleg Nesterovhrtimer: don't modify restart_block->fn in restart...
2008-02-10 Oleg Nesterovhrtimer: fix *rmtp handling in hrtimer_nanosleep()
2008-02-05 Davide Libenzitimerfd: new timerfd API
2008-02-01 Peter Zijlstrahrtimer: fix hrtimer_init_sleeper() users
2008-01-25 Peter Zijlstrahrtimer: unlock hrtimer_wakeup
2008-01-25 Peter Zijlstrahrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
2008-01-25 Peter Zijlstrahrtimer: clean up cpu->base locking tricks
2008-01-22 Randy Dunlaphrtimer: fix section mismatch
2007-12-07 Thomas Gleixnerhrtimers: avoid overflow for large relative timeouts
2007-10-29 Michael EllermanQuieten hrtimer printk: "Switched to high resolution...
2007-10-19 Uwe Kleine-Königfix comment: unlock_hrtimer_base is the counterpart...
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-18 Anton Blanchardhrtimer: Rework hrtimer_nanosleep to make sys_compat_na...
2007-10-10 Arnaldo Carvalho... [KTIME]: Introduce ktime_sub_ns and ktime_sub_us
2007-07-25 john stultzCache xtime every call to update_wall_time
2007-07-25 john stultzCleanup non-arch xtime uses, use get_seconds() or curre...
2007-07-22 Ingo Molnarhrtimer: speedup hrtimer_enqueue
2007-07-22 Ingo Molnarhighres: improve debug output
2007-07-17 David Miller[HRTIMER] Fix cpu pointer arg to clockevents_notify()
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-08 Stas Sergeevexport hrtimer_forward
2007-04-27 David Howells[NET]: Fix networking compilation errors
2007-04-26 Patrick McHardy[NET_SCHED]: Use ktime as clocksource
2007-04-07 Ingo Molnar[PATCH] high-res timers: resume fix
2007-03-28 Ingo Molnar[PATCH] hrtimers: fix reprogramming SMP race
2007-03-17 Thomas Gleixner[PATCH] hrtimer: fix up unlocked access to wall_to_mono...
2007-03-17 Thomas Gleixner[PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()
2007-03-06 Thomas Gleixner[PATCH] highres: do not run the TIMER_SOFTIRQ after...
2007-03-05 Heiko Carstens[PATCH] timer/hrtimer: take per cpu locks in sane order
2007-02-16 Ingo Molnar[PATCH] Add debugging feature /proc/timer_stat
2007-02-16 Thomas Gleixner[PATCH] hrtimers: add high resolution timer support
2007-02-16 Thomas Gleixner[PATCH] tick-management: dyntick / highres functionality
2007-02-16 Thomas Gleixner[PATCH] clockevents: add core functionality
2007-02-16 Thomas Gleixner[PATCH] hrtimers: clean up callback tracking
2007-02-16 Thomas Gleixner[PATCH] hrtimers; add state tracking
2007-02-16 Thomas Gleixner[PATCH] hrtimers: cleanup locking
2007-02-16 Thomas Gleixner[PATCH] hrtimers: namespace and enum cleanup
2007-02-16 Thomas Gleixner[PATCH] Extend next_timer_interrupt() to use a referenc...
next