summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2006-11-222-7/+3
* [PATCH] some irq_chip variables point to NULLZhang, Yanmin2006-11-161-0/+2
* [PATCH] setup_irq(): better mismatch debuggingAndrew Morton2006-11-141-2/+7
* [PATCH] Fix misrouted interrupts deadlocksPavel Emelianov2006-11-131-1/+5
* [PATCH] genirq: clean up irq-flow-type namingIngo Molnar2006-10-171-24/+9
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-1/+1
* [PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-053-37/+28
* IRQ: Typedef the IRQ handler function typeDavid Howells2006-10-051-3/+1
* IRQ: Typedef the IRQ flow handler function typeDavid Howells2006-10-051-9/+3
* [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] genirq: irq: add moved_masked_irqEric W. Biederman2006-10-041-7/+21
* [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman2006-10-041-3/+3
* [PATCH] irq: remove a extra lineYoichi Yuasa2006-09-291-4/+0
* [PATCH] irq: fixed coding styleYoichi Yuasa2006-09-291-1/+1
* [PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells2006-09-261-0/+2
* [PATCH] genirq core: fix handle_level_irq()Ingo Molnar2006-09-191-3/+3
* [PATCH] genirq: fix typo in IRQ resendImre Deak2006-09-161-2/+1
* [PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar2006-09-011-0/+5
* [PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell2006-07-311-2/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-031-1/+4
|\
| * [PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt2006-07-031-1/+4
* | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-031-1/+1
* | [PATCH] lockdep: annotate genirqIngo Molnar2006-07-031-0/+16
* | [PATCH] lockdep: coreIngo Molnar2006-07-031-0/+6
* | [PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner2006-07-021-2/+2
* | [PATCH] genirq: ARM dyntick cleanupThomas Gleixner2006-07-021-12/+1
|/
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-022-3/+41
|\
| * [ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2006-07-012-3/+28
| * [ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner2006-07-011-0/+13
* | [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-023-23/+23
* | [PATCH] IRQ: warning message cleanupBjorn Helgaas2006-07-011-6/+7
* | [PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas2006-07-011-1/+2
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar2006-06-291-14/+11
* [PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt2006-06-291-1/+4
* [PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar2006-06-292-0/+42
* [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar2006-06-293-5/+5
* [PATCH] genirq: add SA_TRIGGER supportThomas Gleixner2006-06-291-4/+27
* [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+21
* [PATCH] genirq: add handle_bad_irq()Ingo Molnar2006-06-292-0/+9
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-293-2/+527
* [PATCH] genirq: coreThomas Gleixner2006-06-296-3/+41
* [PATCH] genirq: update copyrightsIngo Molnar2006-06-292-2/+7
* [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-292-7/+12
* [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-1/+3
* [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-292-2/+6
* [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-293-10/+80
* [PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar2006-06-291-20/+25
OpenPOWER on IntegriCloud