| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-09-06 | 1 | -0/+1 |
|\ |
|
| * | PCI: Introduce new MSI chip infrastructure | Thierry Reding | 2013-08-12 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 1 | -0/+15 |
|\ \ |
|
| * | | PCI: Add function to obtain minimum link width and speed | Jacob Keller | 2013-07-31 | 1 | -0/+2 |
| * | | PCI: move enum pcie_link_width into pci.h | Jacob Keller | 2013-07-30 | 1 | -0/+13 |
| |/ |
|
* | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-08-28 | 1 | -0/+4 |
|\ \ |
|
| * | | PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality | Sebastian Ott | 2013-08-22 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'pci/yijing-mps-v8' into next | Bjorn Helgaas | 2013-08-26 | 1 | -1/+1 |
|\ \ |
|
| * | | PCI: Simplify pcie_bus_configure_settings() interface | Bjorn Helgaas | 2013-08-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'pci/yinghai-assign-unassigned-v6' into next | Bjorn Helgaas | 2013-08-26 | 1 | -1/+1 |
|\ \ |
|
| * | | PCI: Assign resources for hot-added host bridge more aggressively | Yinghai Lu | 2013-07-25 | 1 | -0/+1 |
| * | | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 2013-07-25 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'pci/aw-reset-v5' into next | Bjorn Helgaas | 2013-08-15 | 1 | -0/+5 |
|\ \ |
|
| * | | PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus() | Alex Williamson | 2013-08-15 | 1 | -0/+2 |
| * | | PCI: Add pci_reset_slot() and pci_reset_bus() | Alex Williamson | 2013-08-14 | 1 | -0/+2 |
| * | | PCI: Add pci_reset_bridge_secondary_bus() | Alex Williamson | 2013-08-09 | 1 | -0/+1 |
| |/ |
|
* / | PCI: Add pci_wait_for_pending_transaction() | Casey Leedom | 2013-08-12 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'pci/jiang-bus-lock-v3' into next | Bjorn Helgaas | 2013-06-14 | 1 | -1/+4 |
|\ |
|
| * | PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() | Gu Zheng | 2013-05-27 | 1 | -1/+2 |
| * | PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count | Jiang Liu | 2013-05-27 | 1 | -0/+2 |
* | | PCI: Add pcibios_release_device() | Sebastian Ott | 2013-06-04 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -0/+5 |
|\ |
|
| * | pci: Add SRIOV helper function to determine if VFs are assigned to guest | Alexander Duyck | 2013-04-24 | 1 | -0/+5 |
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-04-29 | 1 | -50/+67 |
|\ \
| |/
|/| |
|
| * | Merge branch 'pci/gavin-msi-cleanup' into next | Bjorn Helgaas | 2013-04-24 | 1 | -2/+3 |
| |\ |
|
| | * | PCI: Cache MSI/MSI-X capability offsets in struct pci_dev | Gavin Shan | 2013-04-23 | 1 | -0/+2 |
| | * | PCI: Use u8, not int, for PM capability offset | Bjorn Helgaas | 2013-04-23 | 1 | -2/+1 |
| * | | Merge branch 'pci/cleanup' into next | Bjorn Helgaas | 2013-04-17 | 1 | -48/+47 |
| |\ \ |
|
| | * | | PCI: Remove "extern" from function declarations | Bjorn Helgaas | 2013-04-17 | 1 | -48/+47 |
| | |/ |
|
| * | | Merge branch 'pci/jiang-subdrivers' into next | Bjorn Helgaas | 2013-04-16 | 1 | -0/+2 |
| |\ \ |
|
| | * | | PCI: Add pcibios hooks for adding and removing PCI buses | Jiang Liu | 2013-04-12 | 1 | -0/+2 |
| | |/ |
|
| * | | Merge branch 'pci/gabor-get-of-node' into next | Bjorn Helgaas | 2013-04-15 | 1 | -1/+1 |
| |\ \ |
|
| | * | | PCI: Remove __weak annotation from pcibios_get_phb_of_node decl | Bjorn Helgaas | 2013-04-10 | 1 | -1/+1 |
| | |/ |
|
| * / | PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfaces | Shuah Khan | 2013-03-26 | 1 | -0/+15 |
| |/ |
|
* / | PCI: Add PCI ROM helper for platform-provided ROM images | Matthew Garrett | 2013-03-26 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-25 | 1 | -1/+14 |
|\ |
|
| * | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-02-02 | 1 | -1/+10 |
| |\ |
|
| | * | PCI: Use PCI Express Capability accessor | Myron Stowe | 2013-01-30 | 1 | -1/+1 |
| | * | PCI: Introduce accessor to retrieve PCIe Capabilities Register | Myron Stowe | 2013-01-30 | 1 | -0/+9 |
| * | | Merge branch 'pci/yinghai-root-bus-hotplug' into next | Bjorn Helgaas | 2013-01-26 | 1 | -0/+1 |
| |\ \ |
|
| | * | | PCI: Skip attaching driver in device_add() | Yinghai Lu | 2013-01-25 | 1 | -0/+1 |
| * | | | ACPI / PCI: Set root bridge ACPI handle in advance | Rafael J. Wysocki | 2013-01-13 | 1 | -0/+2 |
| |/ / |
|
| * / | PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses | Yinghai Lu | 2013-01-07 | 1 | -0/+1 |
| |/ |
|
* / | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() | Alexander Gordeev | 2013-01-24 | 1 | -0/+7 |
|/ |
|
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-12-13 | 1 | -1/+21 |
|\ |
|
| * | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 2012-12-10 | 1 | -1/+1 |
| |\ |
|
| | * | PCI: Use phys_addr_t for physical ROM address | Bjorn Helgaas | 2012-12-10 | 1 | -1/+1 |
| * | | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 2012-12-06 | 1 | -0/+3 |
| |\| |
|
| | * | PCI: Add support for non-BAR ROMs | Matthew Garrett | 2012-12-05 | 1 | -0/+2 |
| | * | PCI: Add pcibios_add_device | Matthew Garrett | 2012-12-05 | 1 | -0/+1 |