aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-29genirq: Fix harmless typoThomas Gleixner
2011-03-29genirq; Fix cleanup falloutThomas Gleixner
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner
2011-02-19genirq: Remove real old transition functionsThomas Gleixner
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner
2011-02-19genirq: Remove default magicThomas Gleixner
2011-02-19genirq: Consolidate disable/enableThomas Gleixner
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner
2011-02-19genirq: Remove bogus conditionalThomas Gleixner
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner
2011-02-19genirq: Do not copy affinity before setThomas Gleixner
2011-02-19genirq: Always apply cpu online maskThomas Gleixner
2011-02-19genirq: Rremove redundant checkThomas Gleixner
2011-02-19genirq: Simplify affinity related codeThomas Gleixner
2011-02-19genirq: Namespace cleanupThomas Gleixner
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner
2011-02-11genirq: Call bus_lock/unlock functions in setup_irq()David Daney