aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-18genirq: improve include filesThomas Gleixner1-19/+1
2008-10-16proc: fixup irq iteratorThomas Gleixner1-0/+3
2008-10-16genirq: add reverse iterator for irq_descThomas Gleixner1-0/+4
2008-10-16genirq: revert dynarrayThomas Gleixner1-15/+0
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-5/+0
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-20/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-2/+13
2008-10-16genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner1-5/+12
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-2/+2
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-11/+3
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-0/+1
2008-10-16x86: put irq_2_iommu pointer into irq_descYinghai Lu1-0/+4
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-1/+1
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-1/+1
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-3/+6
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-0/+7
2008-10-16irq: add irq_desc_without_newYinghai Lu1-0/+13
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-0/+7
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu1-0/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-11/+21
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+4
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-0/+1
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-4/+0
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-9/+0
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha1-0/+1
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-9/+0
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-0/+1
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King1-10/+0
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison1-1/+0
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+3
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-8/+8
2007-12-18genirq: add unlocked version of set_irq_handler()Kevin Hilman1-0/+7
2007-07-31irq.h fix kernel-docRandy Dunlap1-0/+1
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox1-0/+1
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-3/+1
2007-03-01[PATCH] FRV: Missing error defsDavid Howells1-0/+1
2007-02-26[PATCH] irq: Remove set_native_irq_infoEric W. Biederman1-11/+0
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton1-3/+0
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar1-4/+3
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner1-0/+10
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-17/+25
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman1-0/+4
2006-10-20[PATCH] genirq: clean up irq-flow-type naming, fixIngo Molnar1-0/+3
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar1-12/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-25/+15
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells1-18/+12
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman1-0/+7
2006-10-04[PATCH] genirq: irq: remove msi hacksEric W. Biederman1-36/+0
2006-10-04[PATCH] genirq: irq: add a dynamic irq creation APIEric W. Biederman1-1/+8