aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAge
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-20
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-20
* genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-03-14
* Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-04
|\
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-16
* | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-24
|/
* genirq: Add untracked irq handlerKeith Busch2016-06-18
* genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-14
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-01-14
* Merge branch 'linus' into irq/coreThomas Gleixner2015-10-13
|\
| * genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann2015-10-09
| * genirq: Export handle_bad_irqArnd Bergmann2015-10-09
* | genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie2015-09-22
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-11
* genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-11
* genirq: Export symbol no_action()Alexander Shiyan2014-03-22
* genirq: Provide irq_wake_thread()Thomas Gleixner2014-02-19
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-14
* genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-29
* genirq: Flush the irq thread on synchronizationIdo Yariv2012-03-14
* genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev2012-03-09
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-03
* genirq: Remove compat codeThomas Gleixner2011-03-29
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-28
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-28
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-25
* genirq: Make warning in handle_percpu_event usefulThomas Gleixner2011-02-25
* genirq: Use the correct variable for note_interruptThomas Gleixner2011-02-22
* genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-19
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-19
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-19
* genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-19
* genirq: Implement handle_irq_event()Thomas Gleixner2011-02-19
* genirq: Warn when handler enables interruptsThomas Gleixner2011-02-19
* genirq: Remove __do_IRQThomas Gleixner2011-01-21
* genirq: Distangle kernel/irq/handle.cThomas Gleixner2010-10-12
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->ack()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-04
* genirq: Provide compat handling for chip->mask()Thomas Gleixner2010-10-04
* genirq: Add new functions to dummy chipsThomas Gleixner2010-10-04
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-04
* genirq: Create irq_dataThomas Gleixner2010-10-04
* genirq: Run irq handlers with interrupts disabledIngo Molnar2010-04-13
* sparseirq: Use radix_tree instead of ptrs arrayYinghai Lu2010-02-17
* sparseirq: Change irq_desc_ptrs to staticYinghai Lu2010-02-17