index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
msi.c
Age
Commit message (
Expand
)
Author
2018-05-13
genirq/msi: Allow level-triggered MSIs to be exposed by MSI providers
Marc Zyngier
2018-03-20
genirq: Add missing SPDX identifiers
Thomas Gleixner
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
2017-12-29
genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI
Thomas Gleixner
2017-12-29
genirq/msi: Handle reactivation only on success
Thomas Gleixner
2017-09-25
genirq/irqdomain: Add force reactivation flag to irq domains
Thomas Gleixner
2017-09-25
genirq/irqdomain: Propagate early activation
Thomas Gleixner
2017-09-25
genirq/irqdomain: Allow irq_domain_activate_irq() to fail
Thomas Gleixner
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
2017-09-25
genirq/msi: Capture device name for debugfs
Thomas Gleixner
2017-09-06
genirq/msi: Fix populating multiple interrupts
John Keeping
2017-06-22
genirq/irqdomain: Remove auto-recursive hierarchy support
Marc Zyngier
2017-06-22
genirq/msi: Prevent overwriting domain name
Thomas Gleixner
2017-05-22
genirq/msi: Populate the domain name if provided by the irqchip
Marc Zyngier
2017-01-23
genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
Eric Auger
2016-11-22
genirq/msi: Drop artificial PCI dependency
Marc Zyngier
2016-09-14
genirq/msi: Add cpumask allocation to alloc_msi_entry
Thomas Gleixner
2016-08-09
genirq/msi: Make sure PCI MSIs are activated early
Marc Zyngier
2016-07-04
genirq/msi: Fix broken debug output
Thomas Gleixner
2016-07-04
genirq/msi: Make use of affinity aware allocations
Thomas Gleixner
2016-07-04
genirq: Add affinity hint to irq allocation
Thomas Gleixner
2016-07-04
genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
Thomas Gleixner
2016-01-21
Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-14
genirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomains
Liu Jiang
2015-12-16
genirq/msi: Add msi_domain_populate_irqs
Marc Zyngier
2015-12-16
genirq/msi: Make the .prepare callback reusable
Marc Zyngier
2015-11-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-10-16
genirq/msi: Do not use pci_msi_[un]mask_irq as default methods
Marc Zyngier
2015-10-13
irqdomain/msi: Use fwnode instead of of_node
Marc Zyngier
2015-07-22
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
2015-05-05
genirq: MSI: Constify irq_domain_ops
Krzysztof Kozlowski
2015-04-08
genirq: MSI: Fix freeing of unallocated MSI
Marc Zyngier
2014-12-07
genirq: Move irq_chip_write_msi_msg() helper to core
Thomas Gleixner
2014-11-23
PCI/MSI: Move cached entry functions to irq core
Jiang Liu
2014-11-23
genirq: Provide default callbacks for msi_domain_ops
Jiang Liu
2014-11-23
genirq: Introduce msi_domain_alloc/free_irqs()
Jiang Liu
2014-11-23
genirq: Add generic msi irq domain support
Jiang Liu