summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-141-1/+4
|\
| * PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng2013-05-271-1/+2
| * PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-271-0/+2
* | PCI: Add pcibios_release_device()Sebastian Ott2013-06-041-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+5
|\
| * pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2013-04-241-0/+5
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-50/+67
|\ \ | |/ |/|
| * Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-241-2/+3
| |\
| | * PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-0/+2
| | * PCI: Use u8, not int, for PM capability offsetBjorn Helgaas2013-04-231-2/+1
| * | Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-171-48/+47
| |\ \
| | * | PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-171-48/+47
| | |/
| * | Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas2013-04-161-0/+2
| |\ \
| | * | PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2013-04-121-0/+2
| | |/
| * | Merge branch 'pci/gabor-get-of-node' into nextBjorn Helgaas2013-04-151-1/+1
| |\ \
| | * | PCI: Remove __weak annotation from pcibios_get_phb_of_node declBjorn Helgaas2013-04-101-1/+1
| | |/
| * / PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfacesShuah Khan2013-03-261-0/+15
| |/
* / PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett2013-03-261-0/+1
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-1/+14
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-1/+10
| |\
| | * PCI: Use PCI Express Capability accessorMyron Stowe2013-01-301-1/+1
| | * PCI: Introduce accessor to retrieve PCIe Capabilities RegisterMyron Stowe2013-01-301-0/+9
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-261-0/+1
| |\ \
| | * | PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-251-0/+1
| * | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+2
| |/ /
| * / PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-0/+1
| |/
* / PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev2013-01-241-0/+7
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+21
|\
| * Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-101-1/+1
| |\
| | * PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-1/+1
| * | Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-061-0/+3
| |\|
| | * PCI: Add support for non-BAR ROMsMatthew Garrett2012-12-051-0/+2
| | * PCI: Add pcibios_add_deviceMatthew Garrett2012-12-051-0/+1
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-281-0/+3
| |\ \
| | * | PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2012-11-261-0/+3
| | |/
| * | Merge branch 'pci/don-sriov' into nextBjorn Helgaas2012-11-131-0/+11
| |\ \
| | * | PCI: Provide method to reduce the number of total VFs supportedDonald Dutile2012-11-091-0/+10
| | * | PCI: SRIOV control and status via sysfsDonald Dutile2012-11-091-0/+1
| | |/
| * | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
| * | PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu2012-11-031-0/+2
| * | PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu2012-10-301-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+14
|\ \
| * | tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir2012-11-141-0/+14
| |/
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-3/+3
* | PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-24/+1
* Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-1/+1
|\
| * PCI: Drop duplicate const in DECLARE_PCI_FIXUP_SECTIONMathias Krause2012-09-101-1/+1
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | PCI: Make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
| |/