aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-11-111-0/+3
* rcu: Use softirq to address performance regressionShaohua Li2011-06-141-0/+1
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-051-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* genirq: Remove now obsolete set_irq_wake()Thomas Gleixner2011-03-301-8/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-19/+56
|\
| * genirq: Provide forced interrupt threadingThomas Gleixner2011-02-261-0/+7
| * genirq: Add IRQF_NO_THREADThomas Gleixner2011-02-251-1/+3
| * genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-0/+2
| * genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-191-0/+1
| * genirq: Move irq thread flags to coreThomas Gleixner2011-02-191-14/+0
| * genirq: Namespace cleanupThomas Gleixner2011-02-191-3/+11
| * Merge branch 'irq/for-xen' into irq/coreThomas Gleixner2011-02-081-1/+2
| |\
| * | genirq: Add IRQ affinity notifiersBen Hutchings2011-01-221-1/+32
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-151-0/+7
|\ \ \ | |_|/ |/| |
| * | softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi2011-01-261-0/+7
| |/
* | genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-02-081-1/+2
|/
* irq: Better struct irqaction layoutEric Dumazet2010-11-101-3/+3
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-1/+1
|\
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-231-1/+1
| |\
| | * tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-211-1/+1
| | |
| \ \
*-. \ \ Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | softirqs: Make wakeup_softirqd staticThomas Gleixner2010-09-221-1/+0
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-3/+0
|\ \ \ | |_|/ |/| |
| * | genirq: Remove arch_init_chip_data()Thomas Gleixner2010-10-121-3/+0
| |/
* | irq: Add tracepoint to softirq_raiseLai Jiangshan2010-09-071-1/+7
|/
* irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+6
* interrupt.h: fix fatal kernel-doc errorRandy Dunlap2010-05-211-1/+1
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-031-0/+6
* genirq: Remove IRQF_DISABLED from core codeThomas Gleixner2010-04-131-1/+2
* genirq: Introduce request_any_context_irq()Marc Zyngier2010-04-131-0/+23
* irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner2009-11-041-6/+0
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-1/+1
* cpumask: Remove mask field from commentsNobuhiro Iwamatsu2009-09-241-1/+0
* cpumask: remove unused mask field from struct irqaction.Rusty Russell2009-09-241-1/+0
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-0/+1
|\
| * block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-111-0/+1
* | genirq: Add oneshot supportThomas Gleixner2009-08-171-0/+4
|/
* Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-221-0/+26
|\
| * softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra2009-07-221-0/+26
* | genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-211-0/+2
|/
* Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-0/+6
|\
| * PM: Add empty suspend/resume device irq functionsHeiko Carstens2009-06-121-0/+6
* | tasklets: new tasklet scheduling functionVegard Nossum2009-06-131-0/+14
|/
* x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-1/+1
* Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-04-071-5/+70
|\
| * Merge branch 'linus' into irq/threadedIngo Molnar2009-04-061-0/+14
| |\
| * | genirq: fix devres.o build for GENERIC_HARDIRQS=nThomas Gleixner2009-03-251-0/+14
| * | genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=nThomas Gleixner2009-03-241-1/+6
| * | genirq: threaded irq handlers review fixupsThomas Gleixner2009-03-241-0/+2