summaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
AgeCommit message (Expand)AuthorLines
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis-1/+1
2008-02-19genirq: do not leave interupts enabled on free_irqThomas Gleixner-1/+19
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle-0/+36
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison-5/+5
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt-7/+2
2007-10-17Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle-3/+0
2007-08-12genirq: cleanup mismerge artifactThomas Gleixner-4/+1
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman-0/+3
2007-02-16[PATCH] small irq management simplificationJan Beulich-4/+2
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap-1/+1
2007-02-16[PATCH] genirq: do not mask interrupts by defaultIngo Molnar-7/+10
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman-0/+28
2006-12-22[PATCH] genirq: fix irq flow handler uninstallThomas Gleixner-2/+1
2006-12-21[PATCH] __set_irq_handler bogus spaceGeert Uytterhoeven-1/+1
2006-11-16[PATCH] some irq_chip variables point to NULLZhang, Yanmin-0/+2
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar-24/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-21/+15
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells-9/+3
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman-0/+7
2006-10-04[PATCH] genirq: irq: add a dynamic irq creation APIEric W. Biederman-0/+56
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa-1/+1
2006-09-19[PATCH] genirq core: fix handle_level_irq()Ingo Molnar-3/+3
2006-07-03[PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt-1/+4
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner-3/+12
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar-14/+11
2006-06-29[PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt-1/+4
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner-0/+525