aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli1-3/+3
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-38/+38
2016-11-22genirq/msi: Drop artificial PCI dependencyMarc Zyngier1-3/+1
2016-11-16genirq/affinity: Use default affinity mask for reserved vectorsThomas Gleixner1-2/+2
2016-11-16genirq/affinity: Take reserved vectors into account when spreading irqsChristoph Hellwig1-3/+5
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig1-21/+25
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig1-14/+10
2016-11-08genirq: Use irq type from irqdata instead of irqdescThomas Gleixner1-2/+2
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee1-0/+1
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner1-2/+6
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner3-56/+168
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner1-58/+0
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner1-16/+15
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner1-0/+149
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-2/+24
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner4-2/+30
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek1-2/+191
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2-4/+2
2016-09-05genirq: Update stale comment for __irq_domain_addPunit Agrawal1-4/+2
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias1-8/+8
2016-09-02irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias1-1/+4
2016-09-02genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+21
2016-09-02genirq/generic_chip: Get rid of code duplicationSebastian Frias1-15/+19
2016-09-02genirq: Remove export of irq_map_generic_chip()Thomas Gleixner1-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner1-4/+14
2016-08-22genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig1-0/+2
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin1-2/+6
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier1-0/+11
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+11
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle1-1/+1
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov1-2/+4
2016-07-04genirq/msi: Fix broken debug outputThomas Gleixner1-0/+1
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner9-39/+153
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2-0/+62
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner1-1/+1
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner1-12/+39
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner5-17/+29
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner3-4/+21
2016-07-04genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner1-6/+2
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter1-2/+6
2016-06-18genirq: Add untracked irq handlerKeith Busch3-4/+58
2016-06-13Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner4-10/+134
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter3-1/+71
2016-06-13irqdomain: Don't set type when mapping an IRQJon Hunter1-5/+18
2016-06-13genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier1-0/+7
2016-06-13genirq: Look-up trigger type if not specified by callerJon Hunter1-0/+7
2016-06-13irqdomain: Fix handling of type settings for existing mappingsJon Hunter1-5/+32
2016-06-10genirq: Remove unnecessary memset() callsWeongyo Jeong1-3/+0