summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig2016-08-221-0/+2
* genirq: Fix potential memleak when failing to get irq pmShawn Lin2016-08-221-2/+6
* genirq: Correctly configure the trigger on chained interruptsMarc Zyngier2016-08-171-0/+11
* genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-08-091-0/+11
* genirq: Fix missing irq allocation affinity hintVincent Stehle2016-07-191-1/+1
* irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov2016-07-111-2/+4
* genirq/msi: Fix broken debug outputThomas Gleixner2016-07-041-0/+1
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-049-39/+153
|\
| * genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2016-07-042-0/+62
| * genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-1/+1
| * genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
| * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-045-17/+29
| * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-043-4/+21
| * genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-6/+2
* | irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter2016-06-231-2/+6
* | genirq: Add untracked irq handlerKeith Busch2016-06-183-4/+58
* | Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-134-10/+134
|\ \
| * | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-133-1/+71
| * | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-131-5/+18
| * | genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier2016-06-131-0/+7
| * | genirq: Look-up trigger type if not specified by callerJon Hunter2016-06-131-0/+7
| * | irqdomain: Fix handling of type settings for existing mappingsJon Hunter2016-06-131-5/+32
| |/
* | genirq: Remove unnecessary memset() callsWeongyo Jeong2016-06-101-3/+0
* | genirq: Remove redundant NULL check of irq_descJianyu Zhan2016-06-101-5/+1
|/
* Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-031-6/+2
|\
| * radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-201-6/+1
| * Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-0/+1
| |\
| | * irqdomain: Export irq_domain_free_irqs_commonAxel Lin2016-03-311-0/+1
* | | genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn2016-05-241-1/+1
|/ /
* | genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter2016-05-111-1/+1
* | genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-021-1/+25
* | irqdomain: Allow domain matching on irq_fwspecMarc Zyngier2016-05-021-9/+10
* | genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn2016-05-021-14/+17
* | genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn2016-05-021-4/+14
* | genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
|/
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+2
* Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-1/+8
|\
| * x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan2016-03-091-1/+8
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1511-19/+371
|\ \
| * | genirq: Export IRQ functions for module useQuan Nguyen2016-03-102-0/+9
| * | genirq: Implement ipi_send_mask/single()Qais Yousef2016-02-251-1/+156
| * | genirq: Add a new function to get IPI reverse mappingQais Yousef2016-02-251-0/+34
| * | genirq: Add a new generic IPI reservation code to irq coreQais Yousef2016-02-252-0/+138
| * | genirq: Make irq_domain_alloc_descs() non staticQais Yousef2016-02-251-4/+2
| * | genirq: Add GENERIC_IRQ_IPI Kconfig symbolQais Yousef2016-02-251-0/+4
| * | genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-155-13/+10
| * | genirq: Add default affinity mask command line optionThomas Gleixner2016-02-081-2/+19
| |/
* | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-151-0/+4
|\ \ | |/ |/|
| * irq: Privatize irq_common_data::state_use_accessorsBoqun Feng2016-02-231-0/+4
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-312-5/+11
|\ \ | |/ |/|