aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)Author
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-13rangetimers: fix the bug reported by Ingo for realArjan van de Ven
2008-10-11rangetimer: fix BUG_ON reported by IngoArjan van de Ven
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner
2008-09-29hrtimer: mark migration stateThomas Gleixner
2008-09-29hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner
2008-09-29hrtimer: migrate pending list on cpu offlineThomas Gleixner
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven
2008-09-11hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven
2008-09-05select: Introduce a hrtimeout functionArjan van de Ven
2008-08-21migrate_timers: add comment, use spinlock_irq()Oleg Nesterov
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-07-14Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh...Thomas Gleixner
2008-07-10Merge branch 'imx' into develRussell King
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-05-26hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra
2008-05-26hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner
2008-04-28hrtimer: raise softirq unlocked to avoid circular lock dependencyThomas Gleixner
2008-04-27hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQBodo Stroesser
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov
2008-04-17hrtimer: use nanosleep specific restart_block fieldsThomas Gleixner
2008-02-14hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner
2008-02-10hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov
2008-02-05timerfd: new timerfd APIDavide Libenzi
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra
2008-01-21hrtimer: fix section mismatchRandy Dunlap
2007-12-07hrtimers: avoid overflow for large relative timeoutsThomas Gleixner
2007-10-29Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard