summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-2/+14
* PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-3/+64
* PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-232-0/+173
* PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-232-18/+1
* PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-235-18/+18
* PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-8/+16
* PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-235-9/+9
* PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-8/+1
* PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu2014-11-231-1/+0
* PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-231-25/+15
* PCI/MSI: Remove unnecessary braces around single statementsJiang Liu2014-11-231-6/+3
* PCI: xilinx: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-15/+5
* PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-7/+4
* PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+3
* PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-11/+5
* PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+4
* PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang2014-11-121-1/+16
* PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-129-21/+23
* Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-16/+6
* PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-1/+6
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-2/+4
|\
| * xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+4
* | Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-111-0/+2
|\ \
| * | PCI: Export MSI message relevant functionsGavin Shan2014-09-291-0/+2
* | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-10/+51
|\ \ \
| * \ \ Merge branch 'pm-genirq'Rafael J. Wysocki2014-10-071-10/+51
| |\ \ \ | | |/ / | |/| |
| | * | PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idleRafael J. Wysocki2014-09-011-10/+51
* | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0950-1067/+3759
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'pci/host-xgene' into nextBjorn Helgaas2014-10-063-1/+670
| |\ \ \
| | * | | PCI: xgene: Add APM X-Gene PCIe driverTanmay Inamdar2014-10-013-0/+670
| * | | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2014-10-061-0/+7
| |\ \ \ \
| | * | | | PCI: Add ACS quirk for AMD A88X southbridge devicesMarti Raudsepp2014-10-021-0/+7
| * | | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-10-011-83/+14
| |\ \ \ \ \
| | * | | | | PCI: designware: Remove open-coded bitmap operationsLucas Stach2014-10-011-44/+7
| | * | | | | PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach2014-09-301-40/+7
| * | | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2014-10-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu2014-09-301-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2014-10-013-80/+39
| |\ \ \ \ \ \
| | * | | | | | PCI/MSI: Remove unnecessary temporary variableBjorn Helgaas2014-10-011-3/+2
| | * | | | | | PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()Yijing Wang2014-10-011-1/+1
| | * | | | | | PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang2014-10-011-20/+19
| | * | | | | | PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-012-5/+2
| | * | | | | | PCI/MSI: Remove unused kobject from struct msi_descYijing Wang2014-10-011-11/+0
| | * | | | | | PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()Alexander Gordeev2014-10-011-15/+12
| | * | | | | | PCI/MSI: Move D0 check into pci_msi_check_device()Alexander Gordeev2014-10-011-17/+10
| | * | | | | | PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-18/+3
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-014-12/+72
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-301-0/+31
| | * | | | | of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-09-301-0/+9
| | * | | | | PCI: Add generic domain handlingCatalin Marinas2014-09-301-3/+8