| Commit message (Expand) | Author | Age | Files | Lines |
* | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 | 1 | -13/+19 |
* | irq: introduce nr_irqs | Yinghai Lu | 2008-10-16 | 1 | -10/+10 |
* | genirq: record trigger type | David Brownell | 2008-10-02 | 1 | -7/+8 |
* | Merge commit 'v2.6.27-rc8' into genirq | Ingo Molnar | 2008-10-02 | 1 | -8/+4 |
|\ |
|
| * | use WARN() in kernel/irq/chip.c | Arjan van de Ven | 2008-07-26 | 1 | -8/+4 |
* | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler | Pawel MOLL | 2008-09-06 | 1 | -1/+1 |
|/ |
|
* | cpumask: Cleanup more uses of CPU_MASK and NODE_MASK | Mike Travis | 2008-04-19 | 1 | -1/+1 |
* | genirq: do not leave interupts enabled on free_irq | Thomas Gleixner | 2008-02-19 | 1 | -1/+19 |
* | IRQ_NOPROBE helper functions | Ralf Baechle | 2008-02-08 | 1 | -0/+36 |
* | kernel: remove fastcall in kernel/* | Harvey Harrison | 2008-02-08 | 1 | -5/+5 |
* | genirq: revert lazy irq disable for simple irqs | Steven Rostedt | 2007-12-18 | 1 | -7/+2 |
* | Compile handle_percpu_irq even for uniprocessor kernels | Ralf Baechle | 2007-10-17 | 1 | -3/+0 |
* | genirq: cleanup mismerge artifact | Thomas Gleixner | 2007-08-12 | 1 | -4/+1 |
* | MSI: arch must connect the irq and the msi_desc | Michael Ellerman | 2007-05-02 | 1 | -0/+3 |
* | [PATCH] small irq management simplification | Jan Beulich | 2007-02-16 | 1 | -4/+2 |
* | [PATCH] IRQ kernel-doc fixes | Randy Dunlap | 2007-02-16 | 1 | -1/+1 |
* | [PATCH] genirq: do not mask interrupts by default | Ingo Molnar | 2007-02-16 | 1 | -7/+10 |
* | msi: Kill the msi_desc array. | Eric W. Biederman | 2007-02-07 | 1 | -0/+28 |
* | [PATCH] genirq: fix irq flow handler uninstall | Thomas Gleixner | 2006-12-22 | 1 | -2/+1 |
* | [PATCH] __set_irq_handler bogus space | Geert Uytterhoeven | 2006-12-21 | 1 | -1/+1 |
* | [PATCH] some irq_chip variables point to NULL | Zhang, Yanmin | 2006-11-16 | 1 | -0/+2 |
* | [PATCH] genirq: clean up irq-flow-type naming | Ingo Molnar | 2006-10-17 | 1 | -24/+9 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -21/+15 |
* | IRQ: Typedef the IRQ flow handler function type | David Howells | 2006-10-05 | 1 | -9/+3 |
* | [PATCH] msi: simplify msi sanity checks by adding with generic irq code | Eric W. Biederman | 2006-10-04 | 1 | -0/+7 |
* | [PATCH] genirq: irq: add a dynamic irq creation API | Eric W. Biederman | 2006-10-04 | 1 | -0/+56 |
* | [PATCH] irq: remove a extra line | Yoichi Yuasa | 2006-09-29 | 1 | -4/+0 |
* | [PATCH] irq: fixed coding style | Yoichi Yuasa | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] genirq core: fix handle_level_irq() | Ingo Molnar | 2006-09-19 | 1 | -3/+3 |
* | [PATCH] genirq: Allow fasteoi handler to retrigger disabled interrupts | Benjamin Herrenschmidt | 2006-07-03 | 1 | -1/+4 |
* | [ARM] 3690/1: genirq: Introduce and make use of dummy irq chip | Thomas Gleixner | 2006-07-01 | 1 | -3/+12 |
* | [PATCH] genirq: add chip->eoi(), fastack -> fasteoi | Ingo Molnar | 2006-06-29 | 1 | -14/+11 |
* | [PATCH] genirq: fasteoi handler: handle interrupt disabling | Benjamin Herrenschmidt | 2006-06-29 | 1 | -1/+4 |
* | [PATCH] genirq: add irq-chip support | Thomas Gleixner | 2006-06-29 | 1 | -0/+525 |