summaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add untracked irq handlerKeith Busch2016-06-181-4/+14
* genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-151-4/+2
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-01-141-2/+3
* Merge branch 'linus' into irq/coreThomas Gleixner2015-10-131-1/+1
|\
| * genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann2015-10-091-1/+0
| * genirq: Export handle_bad_irqArnd Bergmann2015-10-091-0/+1
* | genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie2015-09-221-4/+3
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+3
* genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-111-1/+1
* genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-111-1/+1
* genirq: Export symbol no_action()Alexander Shiyan2014-03-221-0/+1
* genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-191-2/+2
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-4/+3
* genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
* genirq: Flush the irq thread on synchronizationIdo Yariv2012-03-141-0/+12
* genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev2012-03-091-1/+1
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-031-6/+0
* genirq: Remove compat codeThomas Gleixner2011-03-291-3/+0
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-281-12/+0
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+2
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-13/+63
* genirq: Make warning in handle_percpu_event usefulThomas Gleixner2011-02-251-1/+2
* genirq: Use the correct variable for note_interruptThomas Gleixner2011-02-221-7/+9
* genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-191-3/+3
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-1/+2
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-2/+4
* genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-191-13/+6
* genirq: Implement handle_irq_event()Thomas Gleixner2011-02-191-8/+39
* genirq: Warn when handler enables interruptsThomas Gleixner2011-02-191-1/+3
* genirq: Remove __do_IRQThomas Gleixner2011-01-211-111/+0
* genirq: Distangle kernel/irq/handle.cThomas Gleixner2010-10-121-331/+2
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-2/+7
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-7/+0
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-4/+0
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-041-2/+0
* genirq: Provide compat handling for chip->ack()Thomas Gleixner2010-10-041-10/+0
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-041-1/+0
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-041-1/+0
* genirq: Add new functions to dummy chipsThomas Gleixner2010-10-041-17/+42
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-8/+8
* genirq: Create irq_dataThomas Gleixner2010-10-041-20/+19
* genirq: Run irq handlers with interrupts disabledIngo Molnar2010-04-131-3/+0
* sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu2010-02-171-24/+25
* sparseirq: Change irq_desc_ptrs to staticYinghai Lu2010-02-171-1/+6
* irq: Remove unnecessary bootmem codeYinghai Lu2010-02-171-11/+3
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-11/+11
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* irq: Make sure irq_desc for legacy irq get correct node settingYinghai Lu2009-08-291-1/+4
* irq: slab alloc for default irq_affinityYinghai Lu2009-06-121-1/+1
* irq: use kcalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-1/+1