aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-02-203-1/+80
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-07-112-6/+104
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-04-021-1/+1
* irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2014-01-031-1/+1
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-271-3/+3
* genirq: Avoid deadlock in spurious handlingThomas Gleixner2013-03-061-4/+3
* genirq: Always force thread affinityThomas Gleixner2013-01-031-2/+21
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-101-4/+3
* genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-04-131-3/+7
* genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev2012-04-021-1/+1
* genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King2012-04-021-2/+1
* genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-121-6/+38
* genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-294-11/+14
* genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-291-2/+23
* genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-021-1/+4
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-281-1/+1
|\
| * genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier2011-11-171-1/+1
* | genirq: fix regression in irqfixup, irqpollEdward Donovan2011-11-281-1/+3
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-171-1/+1
|\
| * genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-031-1/+1
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-1/+2
|\ \
| * | irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
| * | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-6/+6
|\ \ \ | |/ / |/| |
| * | irq: support domains with non-zero hwirq baseRob Herring2011-10-311-6/+6
| * | Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring2011-10-245-22/+318
| |\ \ | | |/ | |/|
* | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+4
|\ \ \
| * | | irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu2011-10-241-0/+4
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-266-29/+359
|\ \ \ \ | |_|/ / |/| | |
| * | | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-7/+41
| | |/ | |/|
| * | genirq: Fix fatfinered fixup reallyThomas Gleixner2011-10-041-1/+1
| * | genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+14
| * | genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-035-22/+302
| * | genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+3
* | | irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring2011-09-201-1/+5
|/ /
* | genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-09-121-1/+1
|/
* Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds2011-08-231-1/+0
* irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-173-18/+40
|\
| * irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-282-16/+37
| * irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior2011-07-281-0/+1
| * genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-07-261-2/+2
* | Merge branch 'imx/dt' into next/dtArnd Bergmann2011-07-281-1/+1
|\ \
| * | devres: fix possible use after freeMaxin B John2011-07-251-1/+1
| |/
* | dt/irq: add irq_domain_generate_simple() helperGrant Likely2011-07-281-0/+58
* | irq: add irq_domain translation infrastructureGrant Likely2011-07-283-0/+127
|/
* genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-2/+16
* genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl2011-06-101-0/+3
* genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown2011-06-031-0/+6
* genirq: Fix descriptor init on non-sparse IRQsLinus Walleij2011-06-031-5/+3