aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2016-08-22genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov
2016-07-04genirq/msi: Fix broken debug outputThomas Gleixner
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner
2016-07-04genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner
2016-07-04genirq: Use affinity hint in irqdesc allocationThomas Gleixner
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner
2016-07-04genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter
2016-06-18genirq: Add untracked irq handlerKeith Busch
2016-06-13Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter
2016-06-13irqdomain: Don't set type when mapping an IRQJon Hunter
2016-06-13genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier
2016-06-13genirq: Look-up trigger type if not specified by callerJon Hunter
2016-06-13irqdomain: Fix handling of type settings for existing mappingsJon Hunter
2016-06-10genirq: Remove unnecessary memset() callsWeongyo Jeong
2016-06-10genirq: Remove redundant NULL check of irq_descJianyu Zhan
2016-06-03Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner
2016-05-24genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-05-11genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn
2016-03-31irqdomain: Export irq_domain_free_irqs_commonAxel Lin
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef
2016-02-25genirq: Add GENERIC_IRQ_IPI Kconfig symbolQais Yousef
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano
2016-02-08genirq: Add default affinity mask command line optionThomas Gleixner
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds