index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
msi.c
Age
Commit message (
Expand
)
Author
2017-02-09
Merge remote-tracking branch 'pci/next'
Stephen Rothwell
2017-02-02
PCI/MSI: Don't apply affinity if there aren't enough vectors left
Christoph Hellwig
2017-01-13
PCI/MSI: Remove pci_enable_msi_{exact,range}()
Christoph Hellwig
2017-01-11
PCI/MSI: Fix msi_capability_init() kernel-doc warnings
Randy Dunlap
2016-12-15
Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-11-09
PCI/MSI: Provide pci_alloc_irq_vectors_affinity()
Christoph Hellwig
2016-11-09
PCI/MSI: Propagate IRQ affinity description through the MSI code
Christoph Hellwig
2016-11-09
genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
Christoph Hellwig
2016-11-09
genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()
Christoph Hellwig
2016-11-08
PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()
Jan Beulich
2016-10-26
doc: Add missing parameter for msi_setup
Stephen Hemminger
2016-09-15
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
2016-09-14
pci/msi: Retrieve affinity for a vector
Thomas Gleixner
2016-09-14
genirq/msi: Switch to new irq spreading infrastructure
Thomas Gleixner
2016-09-14
genirq/msi: Add cpumask allocation to alloc_msi_entry
Thomas Gleixner
2016-09-12
PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
Tomasz Nowicki
2016-08-26
Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-18
PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors()
Christoph Hellwig
2016-08-16
PCI: Use positive flags in pci_alloc_irq_vectors()
Christoph Hellwig
2016-08-09
genirq/msi: Make sure PCI MSIs are activated early
Marc Zyngier
2016-07-21
PCI: Spread interrupt vectors in pci_alloc_irq_vectors()
Christoph Hellwig
2016-07-21
PCI: Provide sensible IRQ vector alloc/free routines
Christoph Hellwig
2016-07-21
PCI: Make the "entries" argument to pci_enable_msix() optional
Christoph Hellwig
2016-07-21
PCI: Switch msix_program_entries() to use pci_msix_desc_addr()
Christoph Hellwig
2016-07-21
PCI: Add pci_msix_desc_addr() helper
Christoph Hellwig
2016-01-21
Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-12-20
genirq/msi: Export functions to allow MSI domains in modules
Jake Oshins
2015-12-04
PCI/MSI: Only use the generic MSI layer when domain is hierarchical
Marc Zyngier
2015-11-30
PCI/MSI: Remove empty pci_msi_init_pci_dev()
Bjorn Helgaas
2015-11-06
Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-03
Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...
Bjorn Helgaas
2015-10-16
PCI/MSI: Allow the MSI domain to be device-specific
Marc Zyngier
2015-10-16
PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().
David Daney
2015-10-16
genirq/msi: Do not use pci_msi_[un]mask_irq as default methods
Marc Zyngier
2015-10-15
PCI/MSI: Export all remapped MSIs to sysfs attributes
Romain Bezut
2015-10-13
irqdomain/msi: Use fwnode instead of of_node
Marc Zyngier
2015-09-18
PCI: Add msi_controller setup_irqs() method for special multivector setup
Lucas Stach
2015-09-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-08-28
Merge branches 'pci/enumeration' and 'pci/misc' into next
Bjorn Helgaas
2015-08-20
PCI/MSI: Remove unused pcibios_msi_controller() hook
Lorenzo Pieralisi
2015-07-30
PCI/MSI: Free legacy IRQ when enabling MSI/MSI-X
Jiang Liu
2015-07-30
PCI/MSI: Drop domain field from msi_controller
Marc Zyngier
2015-07-30
PCI/MSI: Let pci_msi_get_domain use struct device::msi_domain
Marc Zyngier
2015-07-30
PCI/MSI: Register irq domain with specific token
Marc Zyngier
2015-07-22
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
2015-07-22
genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_desc
Jiang Liu
2015-07-22
genirq/MSI: Move msi_list from struct pci_dev to struct device
Jiang Liu
2015-07-22
PCI: Use helper functions to access fields in struct msi_desc
Jiang Liu
2015-07-22
PCI: Use for_each_pci_msi_entry() to access MSI device list
Jiang Liu
[next]