aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner1-0/+11
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner1-0/+135
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt1-1/+13
2011-04-23genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven1-18/+1
2011-03-30genirq: Remove obsolete commentThomas Gleixner1-7/+0
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-4/+0
2011-03-29genirq: Remove compat codeThomas Gleixner1-117/+0
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner1-0/+5
2011-03-28genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner1-0/+15
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-3/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner1-0/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-2/+15
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-0/+1
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner1-0/+3
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney1-0/+8
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner1-0/+8
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner1-0/+4
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner1-0/+2
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner1-0/+4
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner1-1/+3
2011-02-19genirq: Add preflow handler supportThomas Gleixner1-1/+2
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner1-12/+39
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner1-0/+8
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-0/+8
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-0/+9
2011-02-19genirq: Add flags to irq_chipThomas Gleixner1-0/+3
2011-02-19genirq: Cleanup irq.hThomas Gleixner1-33/+62
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner1-1/+25
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-1/+8
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-1/+15
2011-02-19genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate itThomas Gleixner1-2/+6
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-5/+0
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-2/+18
2011-02-19genirq: Add state field to irq_dataThomas Gleixner1-0/+3
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-2/+0
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner1-2/+2
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-4/+5
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-1/+0
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-1/+5
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner1-1/+0
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner1-3/+13
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-1/+0
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-1/+0
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-0/+1
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-0/+11
2011-02-19genirq: Namespace cleanupThomas Gleixner1-14/+65
2011-02-05genirq: Add missing status flags to modification maskThomas Gleixner1-1/+2