Age | Commit message (Expand) | Author | Files | Lines |
2009-11-04 | irq: Remove unused debug_poll_all_shared_irqs() | Thomas Gleixner | 1 | -6/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -1/+1 |
2009-09-24 | cpumask: Remove mask field from comments | Nobuhiro Iwamatsu | 1 | -1/+0 |
2009-09-24 | cpumask: remove unused mask field from struct irqaction. | Rusty Russell | 1 | -1/+0 |
2009-09-15 | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-09-11 | block: add blk-iopoll, a NAPI like approach for block devices | Jens Axboe | 1 | -0/+1 |
2009-08-17 | genirq: Add oneshot support | Thomas Gleixner | 1 | -0/+4 |
2009-07-22 | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+26 |
2009-07-22 | softirq: introduce tasklet_hrtimer infrastructure | Peter Zijlstra | 1 | -0/+26 |
2009-07-21 | genirq: Delegate irq affinity setting to the irq thread | Thomas Gleixner | 1 | -0/+2 |
2009-06-15 | Merge commit 'linus/master' into HEAD | Vegard Nossum | 1 | -0/+6 |
2009-06-13 | tasklets: new tasklet scheduling function | Vegard Nossum | 1 | -0/+14 |
2009-06-12 | PM: Add empty suspend/resume device irq functions | Heiko Carstens | 1 | -0/+6 |
2009-04-28 | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu | 1 | -1/+1 |
2009-04-08 | Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+70 |
2009-04-07 | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2009-04-06 | Merge branch 'linus' into irq/threaded | Ingo Molnar | 1 | -0/+14 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+5 |
2009-03-31 | hrtimer: fix rq->lock inversion (again) | Peter Zijlstra | 1 | -0/+1 |
2009-03-30 | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 1 | -0/+9 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -0/+1 |
2009-03-25 | genirq: fix devres.o build for GENERIC_HARDIRQS=n | Thomas Gleixner | 1 | -0/+14 |
2009-03-24 | genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=n | Thomas Gleixner | 1 | -1/+6 |
2009-03-24 | genirq: threaded irq handlers review fixups | Thomas Gleixner | 1 | -0/+2 |
2009-03-24 | genirq: add support for threaded interrupts to devres | Arjan van de Ven | 1 | -3/+14 |
2009-03-24 | genirq: add threaded interrupt handler support | Thomas Gleixner | 1 | -2/+35 |
2009-03-23 | Merge branch 'cpus4096' into irq/threaded | Thomas Gleixner | 1 | -0/+1 |
2009-03-13 | genirq: add doc to struct irqaction | Thomas Gleixner | 1 | -0/+11 |
2009-03-13 | tracing: tracepoints for softirq entry/exit - add softirq-to-name array | Jason Baron | 1 | -0/+5 |
2009-01-16 | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ | Ingo Molnar | 1 | -0/+6 |
2009-01-13 | x86: arch_probe_nr_irqs | Yinghai Lu | 1 | -0/+1 |
2009-01-07 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+2 |
2009-01-07 | include/linux/interrupt.h: do not include linux/irqnr.h twice | Jesper Juhl | 1 | -1/+0 |
2009-01-05 | hrtimer: fix recursion deadlock by re-introducing the softirq | Peter Zijlstra | 1 | -1/+2 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2009-01-01 | cpumask: convert kernel/irq | Rusty Russell | 1 | -1/+1 |
2008-12-31 | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+6 |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 1 | -3/+2 |
2008-12-31 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2008-12-29 | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu | 1 | -0/+6 |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -0/+2 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -2/+2 |
2008-12-12 | sparse irqs: handle !GENIRQ platforms | Ingo Molnar | 1 | -2/+2 |
2008-12-08 | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 1 | -0/+2 |
2008-11-25 | hrtimer: removing all ur callback modes | Peter Zijlstra | 1 | -3/+0 |
2008-10-21 | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2008-10-18 | genirq: improve include files | Thomas Gleixner | 1 | -0/+1 |
2008-10-17 | softirq: Add support for triggering softirq work on softirqs. | David S. Miller | 1 | -0/+21 |
2008-10-16 | genirq: consolidate nr_irqs and for_each_irq_desc() | Thomas Gleixner | 1 | -9/+0 |