summaryrefslogtreecommitdiff
path: root/include/linux/interrupt.h (unfollow)
Commit message (Expand)Author
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov
2012-04-19genirq: Streamline irq_actionThomas Gleixner
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30genirq: Remove now obsolete set_irq_wake()Thomas Gleixner
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner
2011-02-25genirq: Add IRQF_NO_THREADThomas Gleixner
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner
2011-02-19genirq: Namespace cleanupThomas Gleixner
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings
2010-11-10irq: Better struct irqaction layoutEric Dumazet
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner
2010-09-22softirqs: Make wakeup_softirqd staticThomas Gleixner
2010-09-07irq: Add tracepoint to softirq_raiseLai Jiangshan
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-05-21interrupt.h: fix fatal kernel-doc errorRandy Dunlap
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr
2010-04-13genirq: Remove IRQF_DISABLED from core codeThomas Gleixner
2010-04-13genirq: Introduce request_any_context_irq()Marc Zyngier
2009-11-04irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-24cpumask: Remove mask field from commentsNobuhiro Iwamatsu
2009-09-24cpumask: remove unused mask field from struct irqaction.Rusty Russell
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe
2009-08-17genirq: Add oneshot supportThomas Gleixner
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner
2009-06-13tasklets: new tasklet scheduling functionVegard Nossum
2009-06-12PM: Add empty suspend/resume device irq functionsHeiko Carstens
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki
2009-03-25genirq: fix devres.o build for GENERIC_HARDIRQS=nThomas Gleixner
2009-03-24genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=nThomas Gleixner
2009-03-24genirq: threaded irq handlers review fixupsThomas Gleixner
2009-03-24genirq: add support for threaded interrupts to devresArjan van de Ven
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner
2009-03-13genirq: add doc to struct irqactionThomas Gleixner