aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-6/+18
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt1-1/+2
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng1-0/+1
2011-03-29genirq: Remove compat codeThomas Gleixner1-9/+1
2011-03-29genirq: Fix harmless typoThomas Gleixner1-1/+1
2011-03-29genirq; Fix cleanup falloutThomas Gleixner1-8/+8
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-16/+14
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-18/+30
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter1-1/+1
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-4/+63
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner1-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner1-6/+48
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner1-0/+1
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner1-50/+31
2011-02-19genirq: Remove real old transition functionsThomas Gleixner1-13/+1
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-2/+2
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-3/+13
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner1-7/+7
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner1-17/+27
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-4/+7
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner1-2/+2
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-6/+10
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner1-2/+2
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-6/+3
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-4/+4
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-2/+3
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-4/+4
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-8/+9
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-5/+4
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-1/+2
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner1-6/+3
2011-02-19genirq: Remove default magicThomas Gleixner1-2/+2
2011-02-19genirq: Consolidate disable/enableThomas Gleixner1-1/+1
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner1-9/+5
2011-02-19genirq: Remove bogus conditionalThomas Gleixner1-4/+1
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner1-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-13/+34
2011-02-19genirq: Always apply cpu online maskThomas Gleixner1-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner1-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner1-3/+3
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner1-0/+2