Age | Commit message (Expand) | Author |
2008-11-12 | hrtimer: clean up unused callback modes | Peter Zijlstra |
2008-11-11 | timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq context | Gautham R Shenoy |
2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner |
2008-10-20 | hrtimers: simplify hrtimer_peek_ahead_timers() | Thomas Gleixner |
2008-10-20 | hrtimers: fix docbook comments | Thomas Gleixner |
2008-10-20 | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner |
2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven |
2008-10-13 | rangetimers: fix the bug reported by Ingo for real | Arjan van de Ven |
2008-10-11 | rangetimer: fix BUG_ON reported by Ingo | Arjan van de Ven |
2008-09-29 | hrtimer: prevent migration of per CPU hrtimers | Thomas Gleixner |
2008-09-29 | hrtimer: mark migration state | Thomas Gleixner |
2008-09-29 | hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers | Thomas Gleixner |
2008-09-29 | hrtimer: migrate pending list on cpu offline | Thomas Gleixner |
2008-09-22 | hrtimer: remove hrtimer_clock_base::get_softirq_time() | Mark McLoughlin |
2008-09-11 | hrtimer: peek at the timer queue just before going idle | Arjan van de Ven |
2008-09-11 | hrtimer: make the nanosleep() syscall use the per process slack | Arjan van de Ven |
2008-09-07 | hrtimer: add a hrtimer_start_range() function | Arjan van de Ven |
2008-09-05 | hrtimer: turn hrtimers into range timers | Arjan van de Ven |
2008-09-05 | hrtimer: convert kernel/* to the new hrtimer apis | Arjan van de Ven |
2008-09-05 | select: Introduce a hrtimeout function | Arjan van de Ven |
2008-08-21 | migrate_timers: add comment, use spinlock_irq() | Oleg Nesterov |
2008-07-15 | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar |
2008-07-15 | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2008-07-14 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2008-07-14 | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2008-07-14 | Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh... | Thomas Gleixner |
2008-07-10 | Merge branch 'imx' into devel | Russell King |
2008-07-03 | hrtimer: prevent migration for raising softirq | Steven Rostedt |
2008-06-26 | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe |
2008-05-26 | hrtimer: Remove unused variables in ktime_divns() | Carlos R. Mafra |
2008-05-26 | hrtimer: remove warning in hres_timers_resume | Jeremy Fitzhardinge |
2008-05-25 | Remove argument from open_softirq which is always NULL | Carlos R. Mafra |
2008-05-12 | dyntick: Remove last reminants of dyntick support | Russell King |
2008-05-03 | hrtimer: remove duplicate helper function | Oliver Hartkopp |
2008-04-30 | add hrtimer specific debugobjects code | Thomas Gleixner |
2008-04-28 | hrtimer: raise softirq unlocked to avoid circular lock dependency | Thomas Gleixner |
2008-04-27 | hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQ | Bodo Stroesser |
2008-04-21 | hrtimer: optimize the softirq time optimization | Thomas Gleixner |
2008-04-21 | hrtimer: reduce calls to hrtimer_get_softirq_time() | Dimitri Sivanich |
2008-04-17 | hrtimers: simplify lockdep handling | Oleg Nesterov |
2008-04-17 | hrtimer: use nanosleep specific restart_block fields | Thomas Gleixner |
2008-02-14 | hrtimer: catch expired CLOCK_REALTIME timers early | Thomas Gleixner |
2008-02-14 | hrtimer: check relative timeouts for overflow | Thomas Gleixner |
2008-02-10 | hrtimer: don't modify restart_block->fn in restart functions | Oleg Nesterov |
2008-02-10 | hrtimer: fix *rmtp handling in hrtimer_nanosleep() | Oleg Nesterov |
2008-02-05 | timerfd: new timerfd API | Davide Libenzi |
2008-02-01 | hrtimer: fix hrtimer_init_sleeper() users | Peter Zijlstra |
2008-01-25 | hrtimer: unlock hrtimer_wakeup | Peter Zijlstra |
2008-01-25 | hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback | Peter Zijlstra |
2008-01-25 | hrtimer: clean up cpu->base locking tricks | Peter Zijlstra |