summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-082-1/+5
* Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai2007-05-081-1/+1
* IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish2007-05-081-4/+6
* kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko2007-05-081-4/+11
* MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-021-0/+3
* [PATCH] irq-devres: fix failure path of devm_request_irq()Tejun Heo2007-04-071-1/+1
* [PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman2007-02-261-5/+4
* [PATCH] small irq management simplificationJan Beulich2007-02-161-4/+2
* [PATCH] IRQ kernel-doc fixesRandy Dunlap2007-02-161-1/+1
* [PATCH] genirq: do not mask interrupts by defaultIngo Molnar2007-02-161-7/+10
* [PATCH] Add a function to handle interrupt affinity settingThomas Gleixner2007-02-162-21/+41
* [PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner2007-02-162-1/+5
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* [PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox2007-02-121-0/+2
* [PATCH] Debug shared irqsDavid Woodhouse2007-02-121-0/+33
* [PATCH] sort the devres mess outAl Viro2007-02-113-87/+89
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0
* devres: device resource managementTejun Heo2007-02-091-0/+86
* msi: Kill the msi_desc array.Eric W. Biederman2007-02-071-0/+28
* Clear spurious irq stat information when adding irq handlerLinus Torvalds2007-01-231-0/+3
* [PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal2007-01-111-1/+1
* [PATCH] genirq: fix irq flow handler uninstallThomas Gleixner2006-12-221-2/+1
* [PATCH] __set_irq_handler bogus spaceGeert Uytterhoeven2006-12-211-1/+1
* [PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto2006-12-081-1/+2
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+1
* 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