summaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-111-4/+5
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+1
|\
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-2/+0
| |\
| * | tracing: fix build failure on s390Heiko Carstens2009-04-291-2/+0
| * | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
| * | tracing: create automated trace definesSteven Rostedt2009-04-141-4/+3
* | | sparseirq: Allow early irq_desc allocationPaul Mundt2009-05-231-4/+14
* | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-121-2/+0
|\ \ \ | | |/ | |/|
| * | Revert "genirq: assert that irq handlers are indeed running in hardirq context"Thomas Gleixner2009-05-011-2/+0
| |/
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-17/+11
OpenPOWER on IntegriCloud