summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2013-08-14Merge branch 'linux-3.4.57' into rel-17Deepak Nibade
2013-07-21genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-06-05irq: enable suspended EARLY_RESUME irqs forcefully if not resumedLaxman Dewangan
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-02-28genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-01-11genirq: Always force thread affinityThomas Gleixner
2012-08-23Merge commit 'v3.4.9' into android-t114-3.4Varun Wadekar
2012-08-15random: remove rand_initialize_irq()Theodore Ts'o
2012-08-15random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-06-04Merge commit 'v3.4' into android-tegra-nv-3.4Varun Wadekar
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina
2012-04-30irq: hide debug macros so they don't collide with others.Paul Gortmaker
2012-04-23irq: hide debug macros so they don't collide with others.Paul Gortmaker
2012-04-18irq_domain: fix type mismatch in debugfs output formatGrant Likely
2012-04-18irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely
2012-04-18irqdomain: Fix debugfs formattingGrant Likely
2012-04-18irq_domain: correct the debugfs file nameMika Westerberg
2012-04-18irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney
2012-04-12irq_domain: fix type mismatch in debugfs output formatGrant Likely
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely
2012-04-11irqdomain: Fix debugfs formattingGrant Likely
2012-04-10irq_domain: correct the debugfs file nameMika Westerberg
2012-04-10irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
2012-03-21irq: Always clear pending flag in check_irq_resendColin Cross
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King
2012-03-05Merge commit 'v3.3-rc6' into android-3.3Colin Cross
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely
2012-02-16irq_domain: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely