summaryrefslogtreecommitdiffstats
path: root/kernel/irq/chip.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1
* genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-211-1/+1
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-161-30/+13Star
* genirq: revert dynarrayThomas Gleixner2008-10-161-25/+5Star
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-1/+1
* irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson2008-10-161-1/+0Star
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-161-1/+20
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-161-10/+11
* irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2008-10-161-22/+27
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-10/+5Star
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-13/+19
* irq: introduce nr_irqsYinghai Lu2008-10-161-10/+10
* genirq: record trigger typeDavid Brownell2008-10-021-7/+8
* Merge commit 'v2.6.27-rc8' into genirqIngo Molnar2008-10-021-8/+4Star
|\
| * use WARN() in kernel/irq/chip.cArjan van de Ven2008-07-261-8/+4Star
* | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2008-09-061-1/+1
|/
* cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis2008-04-191-1/+1
* genirq: do not leave interupts enabled on free_irqThomas Gleixner2008-02-191-1/+19
* IRQ_NOPROBE helper functionsRalf Baechle2008-02-081-0/+36
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-5/+5
* genirq: revert lazy irq disable for simple irqsSteven Rostedt2007-12-181-7/+2Star
* Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle2007-10-171-3/+0Star
* genirq: cleanup mismerge artifactThomas Gleixner2007-08-121-4/+1Star
* MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-031-0/+3
* [PATCH] small irq management simplificationJan Beulich2007-02-161-4/+2Star
* [PATCH] IRQ kernel-doc fixesRandy Dunlap2007-02-161-1/+1
* [PATCH] genirq: do not mask interrupts by defaultIngo Molnar2007-02-161-7/+10
* msi: Kill the msi_desc array.Eric W. Biederman2007-02-081-0/+28
* [PATCH] genirq: fix irq flow handler uninstallThomas Gleixner2006-12-221-2/+1Star
* [PATCH] __set_irq_handler bogus spaceGeert Uytterhoeven2006-12-211-1/+1
* [PATCH] some irq_chip variables point to NULLZhang, Yanmin2006-11-161-0/+2
* [PATCH] genirq: clean up irq-flow-type namingIngo Molnar2006-10-171-24/+9Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-21/+15Star
* IRQ: Typedef the IRQ flow handler function typeDavid Howells2006-10-051-9/+3Star
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-041-0/+7
* [PATCH] genirq: irq: add a dynamic irq creation APIEric W. Biederman2006-10-041-0/+56
* [PATCH] irq: remove a extra lineYoichi Yuasa2006-09-291-4/+0Star
* [PATCH] irq: fixed coding styleYoichi Yuasa2006-09-291-1/+1
* [PATCH] genirq core: fix handle_level_irq()Ingo Molnar2006-09-191-3/+3
* [PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt2006-07-031-1/+4
* [ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2006-07-011-3/+12
* [PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar2006-06-291-14/+11Star
* [PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt2006-06-291-1/+4
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-291-0/+525