aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-20PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang1-70/+39
2015-05-20PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang1-15/+4
2015-05-20PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas1-5/+4
2015-05-20PCI: iproc: Add BCMA PCIe driverHauke Mehrtens3-0/+124
2015-05-20PCI: iproc: Allow override of device tree IRQ mapping functionHauke Mehrtens3-1/+4
2015-05-19PCI: designware: Add support for x8 linksZhou Wang1-0/+8
2015-05-16ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki1-1/+1
2015-05-15PCI: Add ACS quirks for Intel 9-series PCH root portsAlex Williamson1-0/+2
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-33/+0
2015-05-07PCI/MSI: Drop pci_msi_off() calls from quirksMichael S. Tsirkin1-2/+0
2015-05-07PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2-12/+18
2015-05-07PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin2-21/+21
2015-05-07PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()Michael S. Tsirkin1-14/+14
2015-04-24x86/irq: Remove sis apic bug workaroundThomas Gleixner1-7/+0
2015-04-24x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu1-41/+6
2015-04-24x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-4/+3
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+3
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds4-58/+196
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+3
2015-04-14Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman3-57/+195
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds25-62/+664
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas7-35/+98
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas17-19/+504
2015-04-09PCI: Read capability list as dwords, not bytesSean O. Stalley1-4/+7
2015-04-09PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas1-6/+3
2015-04-09PCI: keystone: Don't dereference possible NULL pointerBjorn Helgaas1-1/+2
2015-04-09PCI: versatile: Check for devm_ioremap_resource() failuresJisheng Zhang1-6/+6
2015-04-09PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett1-18/+0
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-15/+11
2015-04-08PCI/ACPI: Optimize device state transition delaysAaron Lu1-0/+74
2015-04-08PCI: Export pci_find_host_bridge() for use inside PCI coreAaron Lu2-3/+5
2015-04-08PCI: Make a shareable UUID for PCI firmware ACPI _DSMAaron Lu2-9/+11
2015-04-08PCI: Fix typo in Thunderbolt kernel messageDarrick J. Wong1-1/+1
2015-04-08PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung1-1/+1
2015-04-08PCI: iproc: Add Broadcom iProc PCIe supportRay Jui5-0/+439
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui5-0/+6
2015-04-08PCI: Don't look for ACPI hotplug parameters if ACPI is disabledBjorn Helgaas1-0/+3
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman1-1/+1
2015-03-31PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang1-16/+79
2015-03-31PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang1-1/+7
2015-03-31PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang1-0/+19
2015-03-31PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang1-12/+16
2015-03-31PCI: Calculate maximum number of buses required for VFsWei Yang2-4/+28
2015-03-31PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang1-4/+19
2015-03-31PCI: Index IOV resources in the conventional styleBjorn Helgaas1-4/+4
2015-03-31PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2-19/+21
2015-03-31PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang1-0/+2
2015-03-31PCI: Print more info in sriov_enable() error messageBjorn Helgaas1-2/+5
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-1/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas4-4/+39