Age | Commit message (Expand) | Author | Files | Lines |
2015-04-16 | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+3 |
2015-04-16 | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 4 | -58/+196 |
2015-04-15 | xenbus_client: Extend interface to support multi-page ring | Wei Liu | 1 | -2/+3 |
2015-04-14 | Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be... | Michael Ellerman | 3 | -57/+195 |
2015-04-14 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 25 | -62/+664 |
2015-04-10 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 7 | -35/+98 |
2015-04-10 | Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci... | Bjorn Helgaas | 17 | -19/+504 |
2015-04-10 | PCI: Read capability list as dwords, not bytes | Sean O. Stalley | 1 | -4/+7 |
2015-04-09 | PCI: layerscape: Simplify platform_get_resource_byname() failure checking | Bjorn Helgaas | 1 | -6/+3 |
2015-04-09 | PCI: keystone: Don't dereference possible NULL pointer | Bjorn Helgaas | 1 | -1/+2 |
2015-04-09 | PCI: versatile: Check for devm_ioremap_resource() failures | Jisheng Zhang | 1 | -6/+6 |
2015-04-09 | PCI: Don't clear ASPM bits when the FADT declares it's unsupported | Matthew Garrett | 1 | -18/+0 |
2015-04-09 | Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -15/+11 |
2015-04-09 | PCI/ACPI: Optimize device state transition delays | Aaron Lu | 1 | -0/+74 |
2015-04-08 | PCI: Export pci_find_host_bridge() for use inside PCI core | Aaron Lu | 2 | -3/+5 |
2015-04-08 | PCI: Make a shareable UUID for PCI firmware ACPI _DSM | Aaron Lu | 2 | -9/+11 |
2015-04-08 | PCI: Fix typo in Thunderbolt kernel message | Darrick J. Wong | 1 | -1/+1 |
2015-04-08 | PCI: exynos: Fix INTx enablement statement termination error | Jaehoon Chung | 1 | -1/+1 |
2015-04-08 | PCI: iproc: Add Broadcom iProc PCIe support | Ray Jui | 5 | -0/+439 |
2015-04-08 | PCI: Export symbols required for loadable host driver modules | Ray Jui | 5 | -0/+6 |
2015-04-08 | PCI: Don't look for ACPI hotplug parameters if ACPI is disabled | Bjorn Helgaas | 1 | -0/+3 |
2015-04-07 | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh... | Michael Ellerman | 1 | -1/+1 |
2015-03-31 | PCI: Consider additional PF's IOV BAR alignment in sizing and assigning | Wei Yang | 1 | -16/+79 |
2015-03-31 | PCI: Add pcibios_iov_resource_alignment() interface | Wei Yang | 1 | -1/+7 |
2015-03-31 | PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable() | Wei Yang | 1 | -0/+19 |
2015-03-31 | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn() | Wei Yang | 1 | -12/+16 |
2015-03-31 | PCI: Calculate maximum number of buses required for VFs | Wei Yang | 2 | -4/+28 |
2015-03-31 | PCI: Refresh First VF Offset and VF Stride when updating NumVFs | Wei Yang | 1 | -4/+19 |
2015-03-31 | PCI: Index IOV resources in the conventional style | Bjorn Helgaas | 1 | -4/+4 |
2015-03-31 | PCI: Keep individual VF BAR size in struct pci_sriov | Wei Yang | 2 | -19/+21 |
2015-03-31 | PCI: Print PF SR-IOV resource that contains all VF(n) BAR space | Wei Yang | 1 | -0/+2 |
2015-03-31 | PCI: Print more info in sriov_enable() error message | Bjorn Helgaas | 1 | -2/+5 |
2015-03-24 | powerpc/eeh: Do probe on pci_dn | Gavin Shan | 1 | -1/+1 |
2015-03-24 | Merge branches 'pci/enumeration' and 'pci/virtualization' into next | Bjorn Helgaas | 4 | -4/+39 |
2015-03-24 | PCI: Add ACS quirks for Intel 1G NICs | Alex Williamson | 1 | -0/+32 |
2015-03-21 | PCI: mvebu: Add suspend/resume support | Thomas Petazzoni | 1 | -0/+38 |
2015-03-19 | Merge branches 'pci/iommu' and 'pci/resource' into next | Bjorn Helgaas | 4 | -4/+23 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 2 | -1/+1 |
2015-03-13 | PCI: Fail pci_ioremap_bar() on unassigned resources | Bjorn Helgaas | 1 | -1/+1 |
2015-03-13 | PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure | Bjorn Helgaas | 1 | -4/+5 |
2015-03-13 | PCI: Mark invalid BARs as unassigned | Bjorn Helgaas | 1 | -0/+2 |
2015-03-12 | PCI: Assign resources before drivers claim devices (pci_scan_bus()) | Yijing Wang | 2 | -3/+6 |
2015-03-12 | Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+5 |
2015-03-12 | PCI: Update DMA configuration from DT | Murali Karicheri | 1 | -0/+2 |
2015-03-12 | PCI: cpcihp: Add missing curly braces in cpci_configure_slot() | Dan Carpenter | 1 | -1/+2 |
2015-03-06 | PCI/AER: Avoid info leak in __print_tlp_header() | Rasmus Villemoes | 1 | -10/+2 |
2015-03-06 | PCI: spear: Drop __initdata from spear13xx_pcie_driver | Matwey V. Kornilov | 2 | -4/+4 |
2015-03-06 | PCI: xgene: Add register offset to config space base address | Feng Kan | 1 | -2/+2 |
2015-03-03 | PCI: Add helper functions pci_get[put]_host_bridge_device() | Murali Karicheri | 1 | -0/+14 |
2015-02-28 | PCI: versatile: Update for list_for_each_entry() API change | Joachim Nilsson | 1 | -1/+1 |