summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+4
2014-10-11Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-0/+2
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+51
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1067/+3759
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki-10/+51
2014-10-06Merge branch 'pci/host-xgene' into nextBjorn Helgaas-1/+670
2014-10-06Merge branch 'pci/virtualization' into nextBjorn Helgaas-0/+7
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel-2/+4
2014-10-02PCI: Add ACS quirk for AMD A88X southbridge devicesMarti Raudsepp-0/+7
2014-10-01Merge branch 'pci/host-designware' into nextBjorn Helgaas-83/+14
2014-10-01Merge branch 'pci/resource' into nextBjorn Helgaas-1/+1
2014-10-01PCI: xgene: Add APM X-Gene PCIe driverTanmay Inamdar-0/+670
2014-10-01PCI: designware: Remove open-coded bitmap operationsLucas Stach-44/+7
2014-10-01Merge branch 'pci/msi' into nextBjorn Helgaas-80/+39
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas-12/+72
2014-10-01Merge branches 'pci/aer' and 'pci/virtualization' into nextBjorn Helgaas-8/+37
2014-10-01PCI/MSI: Remove unnecessary temporary variableBjorn Helgaas-3/+2
2014-10-01PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()Yijing Wang-1/+1
2014-10-01PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang-20/+19
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang-5/+2
2014-10-01PCI/MSI: Remove unused kobject from struct msi_descYijing Wang-11/+0
2014-10-01PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()Alexander Gordeev-15/+12
2014-10-01PCI/MSI: Move D0 check into pci_msi_check_device()Alexander Gordeev-17/+10
2014-10-01PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev-18/+3
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau-0/+31
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau-0/+9
2014-09-30PCI: Add generic domain handlingCatalin Marinas-3/+8
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau-9/+22
2014-09-30PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach-40/+7
2014-09-30PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu-1/+1
2014-09-29PCI: Add ACS quirk for Intel 10G NICsAlex Williamson-6/+28
2014-09-29Merge branch 'pci/host-designware' into nextBjorn Helgaas-11/+15
2014-09-29PCI: Export MSI message relevant functionsGavin Shan-0/+2
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas-190/+149
2014-09-25Merge branches 'pci/host-mvebu' and 'pci/host-spear' into nextBjorn Helgaas-4/+4
2014-09-25PCI/AER: Add additional PCIe AER error stringsChen, Gong-2/+9
2014-09-24Merge branches 'pci/hotplug', 'pci/initdata' and 'pci/misc' into nextBjorn Helgaas-5/+10
2014-09-24Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+6
2014-09-24PCI: Remove assignment from complicated "if" conditionsQuentin Lambert-4/+9
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert-30/+66
2014-09-24PCI: Remove unnecessary curly bracesQuentin Lambert-36/+22
2014-09-24PCI: Add space before open parenthesisQuentin Lambert-39/+39
2014-09-24PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian-1/+7
2014-09-24PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian-3/+3
2014-09-24PCI: designware: Fix IO resource end address calculationMinghuan Lian-1/+1
2014-09-24PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian-2/+0
2014-09-23PCI: pciehp: Stop disabling notifications during initYinghai Lu-3/+0
2014-09-23PCI: pciehp: Add more Slot Control debug outputYinghai Lu-1/+9
2014-09-23PCI: pciehp: Fix wait time in timeout messageYinghai Lu-1/+1
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas-473/+409