| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI | Michael S. Tsirkin | 2015-05-07 | 1 | -12/+0 |
* | PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl() | Michael S. Tsirkin | 2015-05-07 | 1 | -21/+0 |
* | PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl() | Michael S. Tsirkin | 2015-05-07 | 1 | -14/+14 |
* | PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BAR | Yijing Wang | 2015-01-28 | 1 | -0/+5 |
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-12-10 | 1 | -87/+307 |
|\ |
|
| * | PCI/MSI: Allow an msi_controller to be associated to an irq domain | Marc Zyngier | 2014-11-23 | 1 | -2/+14 |
| * | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain | Jiang Liu | 2014-11-23 | 1 | -3/+64 |
| * | PCI/MSI: Enhance core to support hierarchy irqdomain | Jiang Liu | 2014-11-23 | 1 | -0/+168 |
| * | PCI/MSI: Move cached entry functions to irq core | Jiang Liu | 2014-11-23 | 1 | -18/+0 |
| * | PCI/MSI: Rename mask/unmask_msi_irq et al | Thomas Gleixner | 2014-11-23 | 1 | -8/+16 |
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -5/+5 |
| * | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -8/+1 |
| * | PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts | Jiang Liu | 2014-11-23 | 1 | -1/+0 |
| * | PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier | Jiang Liu | 2014-11-23 | 1 | -25/+15 |
| * | PCI/MSI: Remove unnecessary braces around single statements | Jiang Liu | 2014-11-23 | 1 | -6/+3 |
| * | PCI/MSI: Add weak pcibios_msi_controller() | Yijing Wang | 2014-11-12 | 1 | -1/+16 |
| * | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" | Yijing Wang | 2014-11-12 | 1 | -2/+2 |
| * | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" | Yijing Wang | 2014-11-11 | 1 | -16/+6 |
| * | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits | Yijing Wang | 2014-11-06 | 1 | -1/+6 |
* | | PCI/MSI: Add device flag indicating that 64-bit MSIs don't work | Benjamin Herrenschmidt | 2014-11-24 | 1 | -0/+26 |
|/ |
|
* | Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2014-10-11 | 1 | -0/+2 |
|\ |
|
| * | PCI: Export MSI message relevant functions | Gavin Shan | 2014-09-29 | 1 | -0/+2 |
* | | PCI/MSI: Remove unnecessary temporary variable | Bjorn Helgaas | 2014-10-01 | 1 | -3/+2 |
* | | PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() | Yijing Wang | 2014-10-01 | 1 | -1/+1 |
* | | PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib | Yijing Wang | 2014-10-01 | 1 | -2/+0 |
* | | PCI/MSI: Remove unused kobject from struct msi_desc | Yijing Wang | 2014-10-01 | 1 | -11/+0 |
* | | PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() | Alexander Gordeev | 2014-10-01 | 1 | -15/+12 |
* | | PCI/MSI: Move D0 check into pci_msi_check_device() | Alexander Gordeev | 2014-10-01 | 1 | -17/+10 |
* | | PCI/MSI: Remove arch_msi_check_device() | Alexander Gordeev | 2014-10-01 | 1 | -18/+3 |
|/ |
|
* | PCI/MSI: Use irq_get_msi_desc() to simplify code | Yijing Wang | 2014-07-16 | 1 | -7/+5 |
* | PCI/MSI: Remove unused list access in __pci_restore_msix_state() | Yijing Wang | 2014-07-16 | 1 | -1/+0 |
* | PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_dev | Yijing Wang | 2014-07-16 | 1 | -1/+1 |
* | PCI/MSI: Remove unused function msi_remove_pci_irq_vectors() | Yijing Wang | 2014-07-16 | 1 | -18/+0 |
* | PCI/MSI: Add msi_setup_entry() to clean up MSI initialization | Yijing Wang | 2014-07-16 | 1 | -18/+33 |
* | PCI/MSI: Cache Multiple Message Capable in struct msi_desc | Yijing Wang | 2014-07-03 | 1 | -10/+5 |
* | PCI/MSI: Remove unused msi_enabled_mask() | Yijing Wang | 2014-07-03 | 1 | -5/+0 |
* | PCI/MSI: Add internal msix_clear_and_set_ctrl() function | Yijing Wang | 2014-07-03 | 1 | -23/+16 |
*---. | Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into next | Bjorn Helgaas | 2014-06-11 | 1 | -3/+2 |
|\ \ \ |
|
| | | * | PCI: Merge multi-line quoted strings | Ryan Desfosses | 2014-06-10 | 1 | -2/+1 |
| |_|/
|/| | |
|
| * | | PCI/MSI: Fix memory leak in free_msi_irqs() | Alexei Starovoitov | 2014-06-11 | 1 | -1/+1 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc... | Bjorn Helgaas | 2014-05-26 | 1 | -46/+33 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | * | | PCI/MSI: Remove pci_enable_msi_block() | Alexander Gordeev | 2014-04-30 | 1 | -46/+33 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ... | Bjorn Helgaas | 2014-04-29 | 1 | -11/+6 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| /
| | |/ |
|
| | * | PCI: Remove unnecessary includes of <linux/init.h> | Paul Gortmaker | 2014-04-14 | 1 | -1/+0 |
| |/
|/| |
|
| * | PCI/MSI: Simplify populate_msi_sysfs() | Jan Beulich | 2014-04-14 | 1 | -10/+6 |
|/ |
|
* | PCI/MSI: Fix pci_msix_vec_count() htmldocs failure | Masanari Iida | 2014-02-13 | 1 | -1/+0 |
* | PCI/MSI: Fix leak of msi_attrs | Greg Kroah-Hartman | 2014-02-13 | 1 | -0/+1 |
* | PCI/MSI: Check kmalloc() return value, fix leak of name | Greg Kroah-Hartman | 2014-02-13 | 1 | -1/+7 |
* | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2014-01-07 | 1 | -34/+116 |
|\ |
|
| * | PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() | Alexander Gordeev | 2014-01-03 | 1 | -0/+74 |