summaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * genirq: Provide !SMP stub for irq_set_affinity_notifier()Eyal Perry2014-05-211-20/+26
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+4
|\ \ \ | |/ / |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* | | genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann2014-05-071-0/+5
| |/ |/|
* | linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap2014-04-281-2/+2
* | genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-171-1/+34
|/
* genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-191-0/+1
* genirq: Add devm_request_any_context_irq()Stephen Boyd2014-02-091-0/+5
* softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-281-1/+1
* revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-151-22/+0Star
* irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-0/+11
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-72/+3Star
* lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny2013-01-111-5/+0Star
* time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-231-0/+2
* random: final removal of IRQF_SAMPLE_RANDOMTheodore Ts'o2012-07-191-2/+0Star
* genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-241-4/+0Star
* genirq: Streamline irq_actionThomas Gleixner2012-04-191-4/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-031-6/+1Star
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-0/+3
* genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+1
* genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-11/+27
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* rcu: Use softirq to address performance regressionShaohua Li2011-06-151-0/+1
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-061-1/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* genirq: Remove now obsolete set_irq_wake()Thomas Gleixner2011-03-301-8/+0Star
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-161-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/+0Star
| * 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-161-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-281-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/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | softirqs: Make wakeup_softirqd staticThomas Gleixner2010-09-221-1/+0Star
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-3/+0Star
|\ \ \ | |_|/ |/| |
| * | genirq: Remove arch_init_chip_data()Thomas Gleixner2010-10-121-3/+0Star
| |/
* / 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