aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-26genirq: Add single IRQ reservation helperPaul Mundt1-0/+5
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner1-4/+8
2010-10-12genirq: Remove irq_2_iommuThomas Gleixner1-18/+0
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-0/+4
2010-10-12genirq: Implement irq reservationThomas Gleixner1-0/+1
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner1-0/+23
2010-10-12genirq: Provide default irq init flagsThomas Gleixner1-0/+6
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner1-4/+58
2010-10-12genirq: Provide status modifierThomas Gleixner1-2/+25
2010-10-12genirq: Remove unsused inlineThomas Gleixner1-7/+1
2010-10-12genirq: Distangle irq.hThomas Gleixner1-279/+13
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner1-1/+7
2010-10-04genirq: Provide advanced irq chip functionsThomas Gleixner1-16/+50
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner1-5/+5
2010-10-04genirq: Create irq_dataThomas Gleixner1-27/+63
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-6/+0
2010-05-03genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr1-0/+1
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-0/+2
2010-01-13genirq: Fix documentation of default chip disable()Mark Brown1-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-1/+1
2009-12-04doc: Fix IRQ chip docsKrzysztof Halasa1-1/+1
2009-09-11Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+10
2009-08-25genirq: Add prototype for handle_nested_irq()Mark Brown1-0/+1
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner1-0/+3
2009-08-17genirq: Add buslock supportThomas Gleixner1-0/+6
2009-08-17genirq: Add oneshot supportThomas Gleixner1-0/+1
2009-07-05genirq: Remove obsolete defines and typedefsThomas Gleixner1-7/+0
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2