summaryrefslogtreecommitdiff
path: root/kernel/irq/chip.c
AgeCommit message (Expand)Author
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER buildStephen Rothwell
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-29genirq; Fix cleanup falloutThomas Gleixner
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney
2011-03-02genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner
2011-02-21genirq: Fix misplaced status update in irq_disable()Thomas Gleixner
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner
2011-02-19genirq: Add preflow handler supportThomas Gleixner
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner
2011-02-19genirq: Remove real old transition functionsThomas Gleixner
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas 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: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas 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_POLL_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner
2011-02-19genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner
2011-02-19genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner
2011-02-19genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner
2011-02-19genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner
2011-02-19genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner
2011-02-19genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas 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: Mark polled irqs and defer the real handlerThomas Gleixner
2011-02-19genirq: Namespace cleanupThomas Gleixner
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner
2010-10-12genirq: Provide default irq init flagsThomas Gleixner
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner