| Commit message (Expand) | Author | Age | Files | Lines |
* | hrtimer: prevent negative expiry value after clock_was_set() | Thomas Gleixner | 2009-01-30 | 1 | -0/+7 |
* | hrtimers: allow the hot-unplugging of all cpus | Sebastien Dugue | 2009-01-30 | 1 | -0/+4 |
* | hrtimers: increase clock min delta threshold while interrupt hanging | Frederic Weisbecker | 2009-01-30 | 1 | -1/+29 |
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-01-26 | 1 | -1/+3 |
|\ |
|
| * | hrtimers: fix inconsistent lock state on resume in hres_timers_resume | Peter Zijlstra | 2009-01-18 | 1 | -1/+3 |
* | | [CVE-2009-0029] System call wrappers part 01 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
|/ |
|
* | hrtimer: splitout peek ahead functionality, fix | Ingo Molnar | 2009-01-05 | 1 | -1/+5 |
* | hrtimer: fixup comments | Thomas Gleixner | 2009-01-05 | 1 | -11/+9 |
* | hrtimer: fix recursion deadlock by re-introducing the softirq | Peter Zijlstra | 2009-01-05 | 1 | -33/+27 |
* | hrtimer: simplify hotplug migration | Thomas Gleixner | 2009-01-05 | 1 | -15/+10 |
* | hrtimer: fix HOTPLUG_CPU=n compile warning | Thomas Gleixner | 2009-01-05 | 1 | -11/+8 |
* | hrtimer: splitout peek ahead functionality | Thomas Gleixner | 2009-01-05 | 1 | -7/+17 |
* | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 1 | -1/+0 |
|\ |
|
| * | hrtimer: remove #include <linux/irq.h> | KOSAKI Motohiro | 2008-12-26 | 1 | -1/+0 |
* | | hrtimers: fix warning in kernel/hrtimer.c | Ingo Molnar | 2008-12-19 | 1 | -1/+5 |
* | | hrtimer: removing all ur callback modes, fix | Peter Zijlstra | 2008-12-08 | 1 | -7/+1 |
* | | hrtimer: removing all ur callback modes, fix hotplug | Peter Zijlstra | 2008-12-04 | 1 | -28/+37 |
* | | hrtimer: removing all ur callback modes | Peter Zijlstra | 2008-11-25 | 1 | -249/+31 |
|/ |
|
* | hrtimer: clean up unused callback modes | Peter Zijlstra | 2008-11-12 | 1 | -9/+0 |
* | timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq context | Gautham R Shenoy | 2008-11-11 | 1 | -1/+16 |
* | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 1 | -21/+185 |
|\ |
|
| * | hrtimers: simplify hrtimer_peek_ahead_timers() | Thomas Gleixner | 2008-10-20 | 1 | -9/+3 |
| * | hrtimers: fix docbook comments | Thomas Gleixner | 2008-10-20 | 1 | -2/+2 |
| * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1 | -10/+85 |
| |\ |
|
| * | | rangetimers: fix the bug reported by Ingo for real | Arjan van de Ven | 2008-10-13 | 1 | -6/+2 |
| * | | rangetimer: fix BUG_ON reported by Ingo | Arjan van de Ven | 2008-10-11 | 1 | -1/+5 |
| * | | hrtimer: peek at the timer queue just before going idle | Arjan van de Ven | 2008-09-11 | 1 | -0/+30 |
| * | | hrtimer: make the nanosleep() syscall use the per process slack | Arjan van de Ven | 2008-09-11 | 1 | -1/+6 |
| * | | hrtimer: add a hrtimer_start_range() function | Arjan van de Ven | 2008-09-07 | 1 | -3/+23 |
| * | | hrtimer: turn hrtimers into range timers | Arjan van de Ven | 2008-09-05 | 1 | -4/+52 |
| * | | hrtimer: convert kernel/* to the new hrtimer apis | Arjan van de Ven | 2008-09-05 | 1 | -21/+23 |
| * | | select: Introduce a hrtimeout function | Arjan van de Ven | 2008-09-05 | 1 | -0/+65 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -18/+92 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/ |
|
| | * | hrtimer: prevent migration of per CPU hrtimers | Thomas Gleixner | 2008-09-29 | 1 | -12/+25 |
| | * | hrtimer: mark migration state | Thomas Gleixner | 2008-09-29 | 1 | -2/+10 |
| | * | hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers | Thomas Gleixner | 2008-09-29 | 1 | -3/+25 |
| | * | hrtimer: migrate pending list on cpu offline | Thomas Gleixner | 2008-09-29 | 1 | -1/+33 |
| |/
|/| |
|
| * | hrtimer: remove hrtimer_clock_base::get_softirq_time() | Mark McLoughlin | 2008-09-22 | 1 | -3/+1 |
| * | migrate_timers: add comment, use spinlock_irq() | Oleg Nesterov | 2008-08-21 | 1 | -5/+6 |
|/ |
|
* | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -1/+1 |
|\ |
|
| * | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
* | | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2008-07-15 | 1 | -5/+2 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh... | Thomas Gleixner | 2008-07-14 | 1 | -5/+2 |
| |\ \ \
| | | |/ |
|
| | * | | hrtimer: Remove unused variables in ktime_divns() | Carlos R. Mafra | 2008-05-26 | 1 | -3/+2 |
| | * | | hrtimer: remove warning in hres_timers_resume | Jeremy Fitzhardinge | 2008-05-26 | 1 | -2/+0 |
| | |/ |
|
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-14 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'imx' into devel | Russell King | 2008-07-10 | 1 | -0/+8 |
| |\ \ \
| | |/ / |
|
| * | | | dyntick: Remove last reminants of dyntick support | Russell King | 2008-05-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-07-14 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove argument from open_softirq which is always NULL | Carlos R. Mafra | 2008-05-25 | 1 | -1/+1 |
| |/ |
|