summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas2014-06-111-3/+2
|\ \ \
| | | * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-2/+1
| |_|/ |/| |
| * | PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov2014-06-111-1/+1
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas2014-05-261-46/+33
|\ \ \ \ | | |_|/ | |/| |
| | * | PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev2014-04-301-46/+33
| | | |
| \ \ \
*-. \ \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-291-11/+6
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| / | | |/
| | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-141-1/+0
| |/ |/|
| * PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich2014-04-141-10/+6
|/
* PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida2014-02-131-1/+0
* PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman2014-02-131-0/+1
* PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman2014-02-131-1/+7
* Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-071-34/+116
|\
| * PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-031-0/+74
| * PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-031-5/+13
| * PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-25/+0
| * PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-031-8/+33
* | Merge branch 'pci/msi' into nextBjorn Helgaas2013-12-201-83/+98
|\ \ | |/
| * PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev2013-12-201-2/+2
| * PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev2013-12-201-6/+5
| * PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman2013-12-191-75/+91
* | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-5/+14
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk2013-11-061-6/+16
* PCI: Fail MSI/MSI-X initialization if device is not in PCI_D0Yijing Wang2013-10-291-3/+3
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-22/+0
* PCI: msi: add default MSI operations for !HAVE_GENERIC_HARDIRQS platformsThomas Petazzoni2013-08-131-0/+16
* PCI: Introduce new MSI chip infrastructureThierry Reding2013-08-121-2/+25
* PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni2013-08-121-24/+24
* PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev2013-05-281-2/+8
* PCI: Set ->mask_pos correctlyDan Carpenter2013-04-301-2/+4
* Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-241-96/+80
|\
| * PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-231-2/+2
| * PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2013-04-231-2/+2
| * PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2013-04-231-2/+5
| * PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2013-04-231-2/+2
| * PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2013-04-231-2/+2
| * PCI: Drop msi_data_reg() macroBjorn Helgaas2013-04-231-6/+6
| * PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2013-04-231-8/+8
| * PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2013-04-231-4/+4
| * PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas2013-04-231-14/+8
| * PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan2013-04-231-20/+16
| * PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan2013-04-231-13/+11
| * PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan2013-04-231-4/+1
| * PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-23/+19
* | PCI: Make local functions/structs staticBjorn Helgaas2013-04-121-2/+2
|/
* PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev2013-01-241-0/+26
* s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-0/+6
* x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk2012-01-061-2/+27
* PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman2012-01-061-2/+12
* PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman2012-01-061-0/+10
OpenPOWER on IntegriCloud