summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev-1/+1
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner-6/+38
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King-2/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-13/+37
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely-0/+12
2012-02-16irq_domain: constify irq_domain_opsGrant Likely-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely-8/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely-146/+13
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely-32/+64
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely-70/+130
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely-111/+108
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely-19/+19
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely-0/+600
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner-2/+23
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely-7/+7
2012-02-14irq_domain: Be less verboseGrant Likely-3/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt-0/+2
2012-01-25irq: make SPARSE_IRQ an optionally hidden optionRob Herring-3/+2
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-0/+3
2012-01-05Merge branch 'devel-stable' into for-linusRussell King-5/+7
2011-12-28irq: check domain hwirq range for DT translateRob Herring-0/+3
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles-5/+7
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv-1/+4
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan-1/+3
2011-11-17genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier-1/+1
2011-11-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2011-11-13Merge branch 'master' into for-nextJiri Kosina-36/+371
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2011-11-03genirq: Fix irqfixup, irqpoll regressionEdward Donovan-1/+1
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds-6/+6
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker-1/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-10-31irq: support domains with non-zero hwirq baseRob Herring-6/+6
2011-10-29irq: Fix comment typo ist->isJavi Merino-1/+1
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-0/+4
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-29/+359
2011-10-24Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring-22/+318
2011-10-24irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu-0/+4
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell-7/+41
2011-10-04genirq: Fix fatfinered fixup reallyThomas Gleixner-1/+1
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier-1/+14
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier-22/+302
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring-1/+5
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar-0/+3
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven-1/+1