aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen1-1/+1
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner1-30/+13
2008-10-16genirq: revert dynarrayThomas Gleixner1-25/+5
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-1/+1
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson1-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-1/+20
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-10/+11
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu1-22/+27
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-10/+5
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-13/+19
2008-10-16irq: introduce nr_irqsYinghai Lu1-10/+10
2008-10-02genirq: record trigger typeDavid Brownell1-7/+8
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar1-8/+4
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL1-1/+1
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven1-8/+4
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+1
2008-02-19genirq: do not leave interupts enabled on free_irqThomas Gleixner1-1/+19
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+36
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-5/+5
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt1-7/+2
2007-10-17Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle1-3/+0
2007-08-12genirq: cleanup mismerge artifactThomas Gleixner1-4/+1
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-0/+3
2007-02-16[PATCH] small irq management simplificationJan Beulich1-4/+2
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap1-1/+1
2007-02-16[PATCH] genirq: do not mask interrupts by defaultIngo Molnar1-7/+10
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman1-0/+28
2006-12-22[PATCH] genirq: fix irq flow handler uninstallThomas Gleixner1-2/+1
2006-12-21[PATCH] __set_irq_handler bogus spaceGeert Uytterhoeven1-1/+1
2006-11-16[PATCH] some irq_chip variables point to NULLZhang, Yanmin1-0/+2
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar1-24/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-21/+15
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells1-9/+3
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: add a dynamic irq creation APIEric W. Biederman1-0/+56
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa1-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa1-1/+1
2006-09-19[PATCH] genirq core: fix handle_level_irq()Ingo Molnar1-3/+3
2006-07-03[PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt1-1/+4
2006-07-01[ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner1-3/+12
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-14/+11
2006-06-29[PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt1-1/+4
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner1-0/+525