aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Always force thread affinityThomas Gleixner2013-01-111-2/+21
* random: remove rand_initialize_irq()Theodore Ts'o2012-08-151-17/+0
* genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev2012-04-021-1/+1
* genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-121-6/+38
* genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-291-1/+1
* genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-091-1/+4
* genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl2011-06-101-0/+3
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-031-6/+18
* genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-231-1/+2
* genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng2011-04-021-0/+1
* genirq: Remove compat codeThomas Gleixner2011-03-291-9/+1
* genirq: Fix harmless typoThomas Gleixner2011-03-291-1/+1
* genirq; Fix cleanup falloutThomas Gleixner2011-03-291-8/+8
* genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-281-1/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-16/+14
* genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-271-18/+30
* genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter2011-03-171-1/+1
* genirq: Provide forced interrupt threadingThomas Gleixner2011-02-261-4/+63
* genirq: Allow shared oneshot interruptsThomas Gleixner2011-02-251-6/+4
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-251-6/+48
* genirq: Add missing break in __irq_set_trigger()Thomas Gleixner2011-02-211-0/+1
* genirq: Use irq_get/put functionsThomas Gleixner2011-02-191-50/+31
* genirq: Remove real old transition functionsThomas Gleixner2011-02-191-13/+1
* genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-191-2/+2
* genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner2011-02-191-3/+13
* genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-191-7/+7
* genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-17/+27
* genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner2011-02-191-4/+7
* genirq: Reuse existing can set affinty checkThomas Gleixner2011-02-191-2/+2
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-6/+10
* genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2011-02-191-2/+2
* genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner2011-02-191-6/+3
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_WAKEUP to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-4/+4
* genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-2/+3
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-191-4/+4
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-8/+9
* genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-191-5/+4
* genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-191-1/+2
* genirq: Fixup core code namespace falloutThomas Gleixner2011-02-191-1/+1
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-191-6/+3
* genirq: Remove default magicThomas Gleixner2011-02-191-2/+2
* genirq: Consolidate disable/enableThomas Gleixner2011-02-191-1/+1
* genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-191-9/+5
* genirq: Remove bogus conditionalThomas Gleixner2011-02-191-4/+1
* genirq: Remove redundant thread affinity settingThomas Gleixner2011-02-191-2/+0