aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)Author
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2009-06-08hrtimer: export ktime_add_safeArtem Bityutskiy
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-18hrtimers: fix inconsistent lock state on resume in hres_timers_resumePeter Zijlstra
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens
2009-01-05hrtimer: splitout peek ahead functionality, fixIngo Molnar
2009-01-05hrtimer: fixup commentsThomas Gleixner
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra
2009-01-05hrtimer: simplify hotplug migrationThomas Gleixner
2009-01-05hrtimer: fix HOTPLUG_CPU=n compile warningThomas Gleixner
2009-01-05hrtimer: splitout peek ahead functionalityThomas Gleixner
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-26hrtimer: remove #include <linux/irq.h>KOSAKI Motohiro
2008-12-19hrtimers: fix warning in kernel/hrtimer.cIngo Molnar
2008-12-08hrtimer: removing all ur callback modes, fixPeter Zijlstra
2008-12-04hrtimer: removing all ur callback modes, fix hotplugPeter Zijlstra
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-11-12hrtimer: clean up unused callback modesPeter Zijlstra
2008-11-11timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20hrtimers: simplify hrtimer_peek_ahead_timers()Thomas Gleixner
2008-10-20hrtimers: fix docbook commentsThomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
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