aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-10genirq: Remove redundant NULL check of irq_descJianyu Zhan1-5/+1
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-6/+2
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn1-1/+1
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox1-6/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+1
2016-05-11genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter1-1/+1
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier1-1/+25
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier1-9/+10
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn1-14/+17
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn1-4/+14
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn1-0/+1
2016-03-31irqdomain: Export irq_domain_free_irqs_commonAxel Lin1-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-2/+2
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+8
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-19/+371
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar1-0/+4
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen2-0/+9
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan1-1/+8
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef1-1/+156
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef1-0/+34
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef2-0/+138
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef1-4/+2
2016-02-25genirq: Add GENERIC_IRQ_IPI Kconfig symbolQais Yousef1-0/+4
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-0/+4
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano5-13/+10
2016-02-08genirq: Add default affinity mask command line optionThomas Gleixner1-2/+19
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+11
2016-01-26irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier1-3/+8
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-3/+6
2016-01-15irqdomain: Export irq_domain_set_info() for module useKeith Busch1-0/+1