aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-04[PATCH] genirq: irq: add moved_masked_irqEric W. Biederman1-0/+6
2006-10-04[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman1-2/+1
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+6
2006-07-31[PATCH] always define IRQ_PER_CPUYoichi Yuasa1-1/+1
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-0/+3
2006-07-02[PATCH] genirq: ARM dyntick cleanupThomas Gleixner1-0/+4
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner1-28/+27
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-1/+2
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-2/+4
2006-06-29[PATCH] genirq: add IRQ_TYPE_SENSE_MASKBenjamin Herrenschmidt1-0/+1
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner1-0/+11
2006-06-29[PATCH] genirq MSI fixesIngo Molnar1-11/+16
2006-06-29[PATCH] genirq: coreThomas Gleixner1-19/+141
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner1-0/+3
2006-06-29[PATCH] genirq: doc: comment include/linux/irq.h structuresIngo Molnar1-7/+37
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-0/+2
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-0/+5
2006-06-29[PATCH] genirq: cleanup: include/linux/irq.hIngo Molnar1-28/+28
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-5/+13
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar1-22/+32
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-3/+7
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-7/+0
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-3/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-1/+2
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin1-0/+8