aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
AgeCommit message (Expand)Author
2016-06-18genirq: Add untracked irq handlerKeith Busch
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano
2016-01-14genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann
2015-10-09genirq: Export handle_bad_irqArnd Bergmann
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-11genirq: Remove the irq argument from note_interrupt()Jiang Liu
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu
2014-03-22genirq: Export symbol no_action()Alexander Shiyan
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner
2010-10-04genirq: Create irq_dataThomas Gleixner
2010-04-13genirq: Run irq handlers with interrupts disabledIngo Molnar
2010-02-17sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu
2010-02-17sparseirq: Change irq_desc_ptrs to staticYinghai Lu
2010-02-17irq: Remove unnecessary bootmem codeYinghai Lu
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-08-29irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg