index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
msi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: add an API to get node from vector
Shaohua Li
2017-03-02
1
-0
/
+16
*
Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-23
1
-100
/
+22
|
\
|
*
PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQs
Prarit Bhargava
2017-02-17
1
-1
/
+1
|
*
PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors
Dennis Chen
2017-02-10
1
-1
/
+1
|
*
PCI/MSI: Check that we have a legacy interrupt line before using it
Christoph Hellwig
2017-02-10
1
-3
/
+5
|
*
PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()
Christoph Hellwig
2017-02-10
1
-28
/
+2
|
*
PCI/MSI: Remove unused pci_msi_create_default_irq_domain()
Christoph Hellwig
2017-02-10
1
-48
/
+2
|
*
PCI/MSI: Return failure when msix_setup_entries() fails
Christophe JAILLET
2017-02-10
1
-1
/
+1
|
*
PCI/MSI: Remove pci_enable_msi_{exact,range}()
Christoph Hellwig
2017-01-13
1
-17
/
+9
|
*
PCI/MSI: Fix msi_capability_init() kernel-doc warnings
Randy Dunlap
2017-01-11
1
-1
/
+1
*
|
PCI/MSI: Don't apply affinity if there aren't enough vectors left
Christoph Hellwig
2017-02-02
1
-0
/
+10
|
/
*
Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-12-15
1
-1
/
+2
|
\
|
*
PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()
Jan Beulich
2016-11-08
1
-1
/
+2
*
|
PCI/MSI: Provide pci_alloc_irq_vectors_affinity()
Christoph Hellwig
2016-11-09
1
-7
/
+13
*
|
PCI/MSI: Propagate IRQ affinity description through the MSI code
Christoph Hellwig
2016-11-09
1
-33
/
+33
*
|
genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
Christoph Hellwig
2016-11-09
1
-2
/
+4
*
|
genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()
Christoph Hellwig
2016-11-09
1
-4
/
+4
*
|
doc: Add missing parameter for msi_setup
Stephen Hemminger
2016-10-26
1
-0
/
+2
|
/
*
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
2016-09-15
1
-58
/
+103
|
\
|
*
pci/msi: Retrieve affinity for a vector
Thomas Gleixner
2016-09-14
1
-0
/
+31
|
*
genirq/msi: Switch to new irq spreading infrastructure
Thomas Gleixner
2016-09-14
1
-56
/
+72
|
*
genirq/msi: Add cpumask allocation to alloc_msi_entry
Thomas Gleixner
2016-09-14
1
-4
/
+2
*
|
PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
Tomasz Nowicki
2016-09-12
1
-3
/
+8
|
/
*
Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-26
1
-8
/
+10
|
\
|
*
PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors()
Christoph Hellwig
2016-08-18
1
-1
/
+4
|
*
PCI: Use positive flags in pci_alloc_irq_vectors()
Christoph Hellwig
2016-08-16
1
-8
/
+7
*
|
genirq/msi: Make sure PCI MSIs are activated early
Marc Zyngier
2016-08-09
1
-0
/
+2
|
/
*
PCI: Spread interrupt vectors in pci_alloc_irq_vectors()
Christoph Hellwig
2016-07-21
1
-45
/
+89
*
PCI: Provide sensible IRQ vector alloc/free routines
Christoph Hellwig
2016-07-21
1
-0
/
+89
*
PCI: Make the "entries" argument to pci_enable_msix() optional
Christoph Hellwig
2016-07-21
1
-14
/
+16
*
PCI: Switch msix_program_entries() to use pci_msix_desc_addr()
Christoph Hellwig
2016-07-21
1
-4
/
+2
*
PCI: Add pci_msix_desc_addr() helper
Christoph Hellwig
2016-07-21
1
-8
/
+9
*
Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-21
1
-4
/
+0
|
\
|
*
PCI/MSI: Remove empty pci_msi_init_pci_dev()
Bjorn Helgaas
2015-11-30
1
-4
/
+0
*
|
genirq/msi: Export functions to allow MSI domains in modules
Jake Oshins
2015-12-20
1
-0
/
+4
*
|
PCI/MSI: Only use the generic MSI layer when domain is hierarchical
Marc Zyngier
2015-12-04
1
-2
/
+2
|
/
*
Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-06
1
-14
/
+20
|
\
|
*
-
.
Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...
Bjorn Helgaas
2015-11-03
1
-0
/
+3
|
|
\
\
|
|
|
*
PCI: Add msi_controller setup_irqs() method for special multivector setup
Lucas Stach
2015-09-18
1
-0
/
+3
|
|
|
/
|
*
/
PCI/MSI: Export all remapped MSIs to sysfs attributes
Romain Bezut
2015-10-15
1
-14
/
+17
|
|
/
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-03
1
-7
/
+56
|
\
\
|
*
|
PCI/MSI: Allow the MSI domain to be device-specific
Marc Zyngier
2015-10-16
1
-0
/
+17
|
*
|
PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().
David Daney
2015-10-16
1
-0
/
+32
|
*
|
irqdomain/msi: Use fwnode instead of of_node
Marc Zyngier
2015-10-13
1
-7
/
+7
|
|
/
*
/
genirq/msi: Do not use pci_msi_[un]mask_irq as default methods
Marc Zyngier
2015-10-16
1
-0
/
+4
|
/
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-09-01
1
-48
/
+58
|
\
|
*
PCI/MSI: Drop domain field from msi_controller
Marc Zyngier
2015-07-30
1
-3
/
+0
|
*
PCI/MSI: Let pci_msi_get_domain use struct device::msi_domain
Marc Zyngier
2015-07-30
1
-6
/
+8
|
*
PCI/MSI: Register irq domain with specific token
Marc Zyngier
2015-07-30
1
-1
/
+8
|
*
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
2015-07-22
1
-14
/
+2
[next]