aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-0/+1
* genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-1/+2
* genirq: Add chip suspend and resume callbacksThomas Gleixner2011-04-231-0/+11
* genirq: Implement a generic interrupt chipThomas Gleixner2011-04-231-0/+135
* genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-231-1/+13
* genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven2011-04-231-18/+1
* genirq: Remove obsolete commentThomas Gleixner2011-03-301-7/+0
* genirq: Remove move_*irq leftoversThomas Gleixner2011-03-291-4/+0
* genirq: Remove compat codeThomas Gleixner2011-03-291-117/+0
* genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-281-1/+1
* genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner2011-03-281-0/+5
* genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner2011-03-281-0/+15
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-281-3/+0
* genirq: Provide edge_eoi flow handlerThomas Gleixner2011-03-281-0/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+15
* genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-271-0/+1
* genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner2011-03-271-0/+3
* genirq: Add chip hooks for taking CPUs on/off line.David Daney2011-03-271-0/+8
* genirq: Add irq disabled flag to irq_data stateThomas Gleixner2011-03-271-0/+8
* genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-251-0/+4
* genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-0/+2
* genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-0/+4
* genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+3
* genirq: Add preflow handler supportThomas Gleixner2011-02-191-1/+2
* genirq: Consolidate set_chip_handler functionsThomas Gleixner2011-02-191-12/+39
* genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2011-02-191-0/+8
* genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-191-0/+8
* genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner2011-02-191-0/+9
* genirq: Add flags to irq_chipThomas Gleixner2011-02-191-0/+3
* genirq: Cleanup irq.hThomas Gleixner2011-02-191-33/+62
* genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-1/+25
* genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner2011-02-191-1/+8
* genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-1/+15
* genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate itThomas Gleixner2011-02-191-2/+6
* genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner2011-02-191-5/+0
* genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-191-2/+18
* genirq: Add state field to irq_dataThomas Gleixner2011-02-191-0/+3
* genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-2/+0
* genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-191-1/+1
* genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-1/+1
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-4/+5
* genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-191-1/+0
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-1/+5
* genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-1/+0
* genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2011-02-191-3/+13
* genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner2011-02-191-1/+0
* genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-191-1/+0
* genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-191-0/+1
* genirq: Do not copy affinity before setThomas Gleixner2011-02-191-0/+11