summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
...
* genirq: Add state field to irq_dataThomas Gleixner2011-02-191-0/+3
* genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-2/+0Star
* 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/+0Star
* genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-1/+5
* genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-1/+0Star
* 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/+0Star
* genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner2011-02-191-1/+0Star
* 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
* genirq: Namespace cleanupThomas Gleixner2011-02-191-14/+65
* genirq: Add missing status flags to modification maskThomas Gleixner2011-02-051-1/+2
* genirq: Add single IRQ reservation helperPaul Mundt2010-10-261-0/+5
* genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-4/+8
* genirq: Remove irq_2_iommuThomas Gleixner2010-10-121-18/+0Star
* genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-0/+4
* genirq: Implement irq reservationThomas Gleixner2010-10-121-0/+1
* genirq: Implement a sane sparse_irq allocatorThomas Gleixner2010-10-121-0/+23
* genirq: Provide default irq init flagsThomas Gleixner2010-10-121-0/+6
* genirq: Sanitize irq_data accessorsThomas Gleixner2010-10-121-4/+58
* genirq: Provide status modifierThomas Gleixner2010-10-121-2/+25
* genirq: Remove unsused inlineThomas Gleixner2010-10-121-7/+1Star
* genirq: Distangle irq.hThomas Gleixner2010-10-121-279/+13Star
* genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-1/+7
* genirq: Provide advanced irq chip functionsThomas Gleixner2010-10-041-16/+50
* genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-5/+5
* genirq: Create irq_dataThomas Gleixner2010-10-041-27/+63
* genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-6/+0Star
* genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-031-0/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-0/+2
|\
| * x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-0/+2
* | genirq: Fix documentation of default chip disable()Mark Brown2010-01-131-1/+1
|/
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
* doc: Fix IRQ chip docsKrzysztof Halasa2009-12-041-1/+1
* Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-0/+10
|\
| * genirq: Support nested threaded irq handlingThomas Gleixner2009-08-171-0/+3
| * genirq: Add buslock supportThomas Gleixner2009-08-171-0/+6
| * genirq: Add oneshot supportThomas Gleixner2009-08-171-0/+1
* | genirq: Add prototype for handle_nested_irq()Mark Brown2009-08-251-0/+1
* | genirq: Remove obsolete defines and typedefsThomas Gleixner2009-07-051-7/+0Star
|/
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-2/+2
|\
| * genirq, irq.h: Fix kernel-doc warningsRandy Dunlap2009-06-141-2/+2
* | x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-11/+7Star
* | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-2/+9
* | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-281-1/+1
* | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-10/+6Star