index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
msi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
genirq/msi: Add cpumask allocation to alloc_msi_entry
Thomas Gleixner
2016-09-14
1
-2
/
+3
*
genirq/msi: Make sure PCI MSIs are activated early
Marc Zyngier
2016-08-09
1
-0
/
+2
*
genirq/msi: Make use of affinity aware allocations
Thomas Gleixner
2016-07-04
1
-0
/
+2
*
genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
Thomas Gleixner
2016-07-04
1
-4
/
+2
*
fsl-mc: msi: Added FSL-MC-specific member to the msi_desc's union
J. German Rivera
2016-02-07
1
-0
/
+9
*
Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-21
1
-2
/
+2
|
\
|
*
PCI/MSI: Fix typos in <linux/msi.h>
Thomas Petazzoni
2016-01-07
1
-2
/
+2
*
|
platform-msi: Allow creation of a MSI-based stacked irq domain
Marc Zyngier
2015-12-16
1
-0
/
+12
*
|
genirq/msi: Add msi_domain_populate_irqs
Marc Zyngier
2015-12-16
1
-0
/
+2
*
|
genirq/msi: Make the .prepare callback reusable
Marc Zyngier
2015-12-16
1
-0
/
+4
|
/
*
Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-06
1
-0
/
+2
|
\
|
*
PCI: Add msi_controller setup_irqs() method for special multivector setup
Lucas Stach
2015-09-18
1
-0
/
+2
*
|
PCI/MSI: Allow the MSI domain to be device-specific
Marc Zyngier
2015-10-16
1
-0
/
+6
*
|
PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().
David Daney
2015-10-16
1
-0
/
+1
*
|
irqdomain/msi: Use fwnode instead of of_node
Marc Zyngier
2015-10-13
1
-4
/
+5
|
/
*
PCI/MSI: Drop domain field from msi_controller
Marc Zyngier
2015-07-30
1
-3
/
+0
*
drivers/base: Add MSI domain support for non-PCI devices
Marc Zyngier
2015-07-30
1
-0
/
+22
*
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
2015-07-22
1
-0
/
+2
*
genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSI
Jiang Liu
2015-07-22
1
-20
/
+50
*
genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_desc
Jiang Liu
2015-07-22
1
-7
/
+4
*
genirq/MSI: Move msi_list from struct pci_dev to struct device
Jiang Liu
2015-07-22
1
-1
/
+1
*
PCI: Add helper function msi_desc_to_pci_sysdata()
Jiang Liu
2015-07-22
1
-0
/
+7
*
PCI/MSI: Allow an msi_controller to be associated to an irq domain
Marc Zyngier
2014-11-23
1
-0
/
+3
*
PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain
Jiang Liu
2014-11-23
1
-0
/
+3
*
PCI/MSI: Enhance core to support hierarchy irqdomain
Jiang Liu
2014-11-23
1
-0
/
+14
*
genirq: Provide default callbacks for msi_domain_ops
Jiang Liu
2014-11-23
1
-5
/
+37
*
genirq: Introduce msi_domain_alloc/free_irqs()
Jiang Liu
2014-11-23
1
-0
/
+29
*
genirq: Add generic msi irq domain support
Jiang Liu
2014-11-23
1
-0
/
+45
*
PCI/MSI: Introduce helpers to hide struct msi_desc implementation details
Jiang Liu
2014-11-23
1
-0
/
+19
*
PCI/MSI: Rename mask/unmask_msi_irq et al
Thomas Gleixner
2014-11-23
1
-5
/
+13
*
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
2014-11-23
1
-2
/
+12
*
PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()
Jiang Liu
2014-11-23
1
-2
/
+3
*
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
2014-11-12
1
-3
/
+3
*
s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
Yijing Wang
2014-11-11
1
-2
/
+0
*
Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
Yijing Wang
2014-11-11
1
-2
/
+4
*
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
Yijing Wang
2014-11-06
1
-0
/
+1
*
PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib
Yijing Wang
2014-10-01
1
-1
/
+0
*
PCI/MSI: Remove unused kobject from struct msi_desc
Yijing Wang
2014-10-01
1
-2
/
+0
*
PCI/MSI: Remove arch_msi_check_device()
Alexander Gordeev
2014-10-01
1
-3
/
+0
*
PCI/MSI: Cache Multiple Message Capable in struct msi_desc
Yijing Wang
2014-07-03
1
-1
/
+2
*
PCI: Drop "irq" param from *_restore_msi_irqs()
DuanZhenzhong
2013-12-13
1
-2
/
+2
*
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
2013-11-14
1
-5
/
+5
*
PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()
Konrad Rzeszutek Wilk
2013-11-06
1
-0
/
+2
*
of: pci: add registry of MSI chips
Thomas Petazzoni
2013-08-12
1
-0
/
+2
*
PCI: Introduce new MSI chip infrastructure
Thierry Reding
2013-08-12
1
-0
/
+11
*
PCI: use weak functions for MSI arch-specific functions
Thomas Petazzoni
2013-08-12
1
-1
/
+7
*
PCI: Allocate only as many MSI vectors as requested by driver
Alexander Gordeev
2013-05-28
1
-0
/
+1
*
PCI: Remove "extern" from function declarations
Bjorn Helgaas
2013-04-23
1
-12
/
+11
*
PCI/sysfs: add per pci device msi[x] irq listing (v5)
Neil Horman
2011-12-05
1
-0
/
+3
*
pci: Cleanup the irq_desc mess in msi
Thomas Gleixner
2010-10-12
1
-4
/
+4
[next]