aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-10hrtimer: Fix migration expiry checkGravatar Thomas Gleixner 1-57/+64
2009-07-10hrtimer: migration: do not check expiry time on current CPUGravatar Thomas Gleixner 1-2/+13
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 1-0/+2
2009-06-08hrtimer: export ktime_add_safeGravatar Artem Bityutskiy 1-0/+2
2009-05-13timers: Logic to move non pinned timersGravatar Arun R Bharadwaj 1-2/+49
2009-05-13timers: Framework for identifying pinned timersGravatar Arun R Bharadwaj 1-3/+4
2009-03-31hrtimer: fix rq->lock inversion (again)Gravatar Peter Zijlstra 1-21/+34
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Gravatar Thomas Gleixner 1-0/+7
2009-01-30hrtimers: allow the hot-unplugging of all cpusGravatar Sebastien Dugue 1-0/+4
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingGravatar Frederic Weisbecker 1-1/+29
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2009-01-18hrtimers: fix inconsistent lock state on resume in hres_timers_resumeGravatar Peter Zijlstra 1-1/+3
2009-01-14[CVE-2009-0029] System call wrappers part 01Gravatar Heiko Carstens 1-2/+2
2009-01-05hrtimer: splitout peek ahead functionality, fixGravatar Ingo Molnar 1-1/+5
2009-01-05hrtimer: fixup commentsGravatar Thomas Gleixner 1-11/+9
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqGravatar Peter Zijlstra 1-33/+27
2009-01-05hrtimer: simplify hotplug migrationGravatar Thomas Gleixner 1-15/+10
2009-01-05hrtimer: fix HOTPLUG_CPU=n compile warningGravatar Thomas Gleixner 1-11/+8
2009-01-05hrtimer: splitout peek ahead functionalityGravatar Thomas Gleixner 1-7/+17
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2008-12-26hrtimer: remove #include <linux/irq.h>Gravatar KOSAKI Motohiro 1-1/+0
2008-12-19hrtimers: fix warning in kernel/hrtimer.cGravatar Ingo Molnar 1-1/+5
2008-12-08hrtimer: removing all ur callback modes, fixGravatar Peter Zijlstra 1-7/+1
2008-12-04hrtimer: removing all ur callback modes, fix hotplugGravatar Peter Zijlstra 1-28/+37
2008-11-25hrtimer: removing all ur callback modesGravatar Peter Zijlstra 1-249/+31
2008-11-12hrtimer: clean up unused callback modesGravatar Peter Zijlstra 1-9/+0
2008-11-11timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGravatar Gautham R Shenoy 1-1/+16
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-21/+185
2008-10-20hrtimers: simplify hrtimer_peek_ahead_timers()Gravatar Thomas Gleixner 1-9/+3
2008-10-20hrtimers: fix docbook commentsGravatar Thomas Gleixner 1-2/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-18/+92
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-10/+85
2008-10-13rangetimers: fix the bug reported by Ingo for realGravatar Arjan van de Ven 1-6/+2
2008-10-11rangetimer: fix BUG_ON reported by IngoGravatar Arjan van de Ven 1-1/+5
2008-09-29hrtimer: prevent migration of per CPU hrtimersGravatar Thomas Gleixner 1-12/+25
2008-09-29hrtimer: mark migration stateGravatar Thomas Gleixner 1-2/+10
2008-09-29hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersGravatar Thomas Gleixner 1-3/+25
2008-09-29hrtimer: migrate pending list on cpu offlineGravatar Thomas Gleixner 1-1/+33
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Gravatar Mark McLoughlin 1-3/+1
2008-09-11hrtimer: peek at the timer queue just before going idleGravatar Arjan van de Ven 1-0/+30
2008-09-11hrtimer: make the nanosleep() syscall use the per process slackGravatar Arjan van de Ven 1-1/+6
2008-09-07hrtimer: add a hrtimer_start_range() functionGravatar Arjan van de Ven 1-3/+23
2008-09-05hrtimer: turn hrtimers into range timersGravatar Arjan van de Ven 1-4/+52
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisGravatar Arjan van de Ven 1-21/+23
2008-09-05select: Introduce a hrtimeout functionGravatar Arjan van de Ven 1-0/+65
2008-08-21migrate_timers: add comment, use spinlock_irq()Gravatar Oleg Nesterov 1-5/+6
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 1-1/+1
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+2
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1