aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner2011-03-021-0/+4
* genirq: Fix misplaced status update in irq_disable()Thomas Gleixner2011-02-211-1/+1
* genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+8
* genirq: Add preflow handler supportThomas Gleixner2011-02-191-0/+11
* genirq: Consolidate set_chip_handler functionsThomas Gleixner2011-02-191-12/+4
* genirq: Use irq_get/put functionsThomas Gleixner2011-02-191-67/+26
* genirq: Remove real old transition functionsThomas Gleixner2011-02-191-12/+4
* genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2011-02-191-1/+3
* genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner2011-02-191-2/+2
* genirq: Wrap the remaning IRQ_* flagsThomas Gleixner2011-02-191-1/+2
* genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-1/+4
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-6/+9
* genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-191-8/+20
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-4/+6
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-17/+31
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-5/+4
* genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-191-1/+1
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-7/+9
* genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-1/+1
* genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2011-02-191-28/+0
* genirq: Fixup core code namespace falloutThomas Gleixner2011-02-191-3/+3
* genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner2011-02-191-8/+6
* genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner2011-02-191-14/+2
* genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner2011-02-191-17/+2
* genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner2011-02-191-14/+2
* genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner2011-02-191-13/+2
* genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner2011-02-191-1/+1
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-191-4/+10
* genirq: Remove default magicThomas Gleixner2011-02-191-58/+15
* genirq: Consolidate disable/enableThomas Gleixner2011-02-191-1/+11
* genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-191-17/+20
* genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-191-6/+20
* genirq: Namespace cleanupThomas Gleixner2011-02-191-14/+14
* genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2011-02-191-0/+2
* genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-102/+0
* genirq: Provide default irq init flagsThomas Gleixner2010-10-121-1/+1
* genirq: Sanitize irq_data accessorsThomas Gleixner2010-10-121-0/+8
* genirq: Provide status modifierThomas Gleixner2010-10-121-19/+7
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-1/+7
* genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_type()Thomas Gleixner2010-10-041-0/+7
* genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner2010-10-041-0/+8
* genirq: Provide compat handling for chip->startup()Thomas Gleixner2010-10-041-6/+13
* genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner2010-10-041-10/+27
* genirq: Provide compat handling for chip->enable()Thomas Gleixner2010-10-041-5/+20
* genirq: Provide compat handling for chip->eoi()Thomas Gleixner2010-10-041-3/+10
* genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner2010-10-041-6/+13
* genirq: Provide compat handling for chip->ack()Thomas Gleixner2010-10-041-8/+12
* genirq: Provide compat handling for chip->unmask()Thomas Gleixner2010-10-041-6/+14