aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens1-2/+2
2009-01-05hrtimer: splitout peek ahead functionality, fixIngo Molnar1-1/+5
2009-01-05hrtimer: fixup commentsThomas Gleixner1-11/+9
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra1-33/+27
2009-01-05hrtimer: simplify hotplug migrationThomas Gleixner1-15/+10
2009-01-05hrtimer: fix HOTPLUG_CPU=n compile warningThomas Gleixner1-11/+8
2009-01-05hrtimer: splitout peek ahead functionalityThomas Gleixner1-7/+17
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2008-12-26hrtimer: remove #include <linux/irq.h>KOSAKI Motohiro1-1/+0
2008-12-19hrtimers: fix warning in kernel/hrtimer.cIngo Molnar1-1/+5
2008-12-08hrtimer: removing all ur callback modes, fixPeter Zijlstra1-7/+1
2008-12-04hrtimer: removing all ur callback modes, fix hotplugPeter Zijlstra1-28/+37
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-249/+31
2008-11-12hrtimer: clean up unused callback modesPeter Zijlstra1-9/+0
2008-11-11timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy1-1/+16
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-21/+185
2008-10-20hrtimers: simplify hrtimer_peek_ahead_timers()Thomas Gleixner1-9/+3
2008-10-20hrtimers: fix docbook commentsThomas Gleixner1-2/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-18/+92
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-10/+85
2008-10-13rangetimers: fix the bug reported by Ingo for realArjan van de Ven1-6/+2
2008-10-11rangetimer: fix BUG_ON reported by IngoArjan van de Ven1-1/+5
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-12/+25
2008-09-29hrtimer: mark migration stateThomas Gleixner1-2/+10
2008-09-29hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner1-3/+25
2008-09-29hrtimer: migrate pending list on cpu offlineThomas Gleixner1-1/+33
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin1-3/+1
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+30
2008-09-11hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven1-1/+6
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven1-3/+23
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven1-4/+52
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven1-21/+23
2008-09-05select: Introduce a hrtimeout functionArjan van de Ven1-0/+65
2008-08-21migrate_timers: add comment, use spinlock_irq()Oleg Nesterov1-5/+6
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/nohz', 'timers/clocksource' and 'timers/posixtimers' into timers/for-linusThomas Gleixner1-5/+2
2008-07-10Merge branch 'imx' into develRussell King1-0/+8
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt1-0/+8
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-26hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra1-3/+2
2008-05-26hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge1-2/+0
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King1-1/+1
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-9/+0
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner1-20/+157
2008-04-28hrtimer: raise softirq unlocked to avoid circular lock dependencyThomas Gleixner1-2/+17
2008-04-27hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQBodo Stroesser1-2/+13