summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2017-11-26genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2016-01-22genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2015-11-17genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-02-20genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+80
2014-07-11genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2-6/+104
2014-04-02genirq: Remove racy waitqueue_active checkChuansheng Liu1-1/+1
2014-01-03irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-07-27genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-03-06genirq: Avoid deadlock in spurious handlingThomas Gleixner1-4/+3
2013-01-03genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-04-13genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2012-04-02genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-04-02genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2012-03-12genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-02-29genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-29genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-17genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier1-1/+1
2011-11-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2011-11-03genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-6/+6
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-1/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-31irq: support domains with non-zero hwirq baseRob Herring1-6/+6
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+4
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-29/+359
2011-10-24Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring5-22/+318
2011-10-24irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu1-0/+4
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-10-04genirq: Fix fatfinered fixup reallyThomas Gleixner1-1/+1
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier1-1/+14
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier5-22/+302
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring1-1/+5
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar1-0/+3
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+40
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann1-1/+1
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior2-16/+37
2011-07-28irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+58
2011-07-28irq: add irq_domain translation infrastructureGrant Likely3-0/+127
2011-07-26genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16