summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior
2011-07-28irq: add irq_domain translation infrastructureGrant Likely
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot
2011-06-22genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt
2011-04-23genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven
2011-03-30genirq: Remove obsolete commentThomas Gleixner
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner
2011-03-29genirq: Remove compat codeThomas Gleixner
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap
2011-03-28genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner
2011-03-28genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner
2011-03-28genirq: Remove handle_IRQ_eventThomas 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: Split irq_set_affinity() so it can be called with lock held.David Daney
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-25genirq: Expand generic show_interrupts()Thomas Gleixner
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas 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: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner
2011-02-19genirq: Add flags to irq_chipThomas Gleixner
2011-02-19genirq: Cleanup irq.hThomas 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: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner
2011-02-19genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate itThomas 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: Add state field to irq_dataThomas 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_POLL_INPROGRESS to coreThomas Gleixner
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner