aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-18genirq: revert lazy irq disable for simple irqsSteven Rostedt1-7/+2
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson1-3/+5
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu1-2/+18
2007-10-17Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle1-3/+0
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski1-7/+4
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton1-0/+2
2007-08-12genirq: suppress resend of level interruptsThomas Gleixner1-1/+6
2007-08-12genirq: cleanup mismerge artifactThomas Gleixner1-4/+1
2007-08-09Revert "genirq: temporary fix for level-triggered IRQ resend"Linus Torvalds1-9/+0
2007-08-01genirq: temporary fix for level-triggered IRQ resendThomas Gleixner1-0/+9
2007-07-28rip some includes from linux/interrupt.hAl Viro1-0/+1
2007-07-21x86_64: Report the pending irq if available in smp_affinityAndi Kleen1-1/+9
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox1-1/+11
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds1-9/+37
2007-05-11[IA64] SN: validate smp_affinity mask on intr redirectJohn Keller1-0/+7
2007-05-09Fix Linuxdoc commentJeff Dike1-1/+0
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle2-1/+5
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-1/+1
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish1-4/+6
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique()Dmitry Adamushko1-4/+11
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-0/+3
2007-04-07[PATCH] irq-devres: fix failure path of devm_request_irq()Tejun Heo1-1/+1
2007-02-26[PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman1-5/+4
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-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner2-21/+41
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner2-1/+5
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-12[PATCH] kernel: shut up the IRQ mismatch messagesAlan Cox1-0/+2
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+33
2007-02-11[PATCH] sort the devres mess outAl Viro3-87/+89
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-09devres: device resource managementTejun Heo1-0/+86
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman1-0/+28
2007-01-23Clear spurious irq stat information when adding irq handlerLinus Torvalds1-0/+3
2007-01-11[PATCH] x86-64: Make noirqdebug_setup function non init to fix modpost warningVivek Goyal1-1/+1
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-12-08[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()Hidetoshi Seto1-1/+2
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-11-22Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2-7/+3
2006-11-16[PATCH] some irq_chip variables point to NULLZhang, Yanmin1-0/+2
2006-11-14[PATCH] setup_irq(): better mismatch debuggingAndrew Morton1-2/+7
2006-11-13[PATCH] Fix misrouted interrupts deadlocksPavel Emelianov1-1/+5
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar1-24/+9
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-1/+1
2006-10-06[PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-37/+28