summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* pci: mm: add pci_pool_zalloc() callSean O. Stalley2015-09-081-0/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+4
|\
| * PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-301-0/+4
| * genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-1/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+1
|\ \
| * | PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-0/+1
| |/
* | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-311-6/+54
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-4/+9
| |\ \ \
| | * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-241-4/+5
| | * | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-0/+4
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-2/+24
| |\ \ \ \ \ \ | | | | | |/ /
| | | * | | | PCI: Remove pci_ats_enabled()Bjorn Helgaas2015-08-131-2/+0
| | | * | | | PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2015-08-131-1/+0
| | | * | | | PCI: Move ATS declarations to linux/pci.h so they're all togetherBjorn Helgaas2015-08-131-1/+9
| | | * | | | PCI: Reduce size of ATS structure elementsBjorn Helgaas2015-08-131-3/+3
| | | * | | | PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2015-08-131-3/+5
| | | * | | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-131-0/+9
| | | | |/ / | | | |/| |
| | * | | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-0/+5
| | * | | | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang2015-07-301-1/+2
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-041-0/+21
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| / | | | |/
| | | * PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-211-0/+2
| | |/ | |/|
| | * PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managedJiang Liu2015-07-301-0/+17
| | * PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-0/+2
| |/
* | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-0/+1
|/
*-----------. Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas2015-06-121-22/+22
|\ \ \ \ \ \ \
| | | | | | | * PCI: Move pci_ari_enabled() to global headerAlex Williamson2015-05-291-0/+11
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * PCI: Add pci_bus_addr_tYinghai Lu2015-05-291-3/+9
| |_|_|_|_|/ |/| | | | |
| | | | | * PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas2015-05-071-1/+0
| |_|_|_|/ |/| | | |
| | | | * PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-11/+0
| |_|_|/ |/| | |
| | | * PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki2015-05-221-5/+1
| |_|/ |/| |
| | * PCI: Remove unused pci_scan_bus_parented()Yijing Wang2015-06-121-2/+0
| |/ |/|
| * PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang2015-05-221-0/+1
|/
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-0/+15
|\
| * PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang2015-03-311-0/+1
| * PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang2015-03-311-0/+11
| * PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2015-03-311-0/+3
* | Merge branch 'pci/misc' into nextBjorn Helgaas2015-04-101-0/+1
|\ \
| * | PCI/ACPI: Optimize device state transition delaysAaron Lu2015-04-081-0/+1
| |/
* | PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri2015-03-031-0/+3
|/
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-7/+2
|\
| * PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-051-7/+2
* | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-0/+15
|\ \ | |/ |/|
| * Merge branch 'pci/misc' into nextBjorn Helgaas2015-02-071-0/+2
| |\
| | * PCI: Add pci_device_to_OF_node() stub for !CONFIG_OFKevin Hao2015-02-031-0/+2
| * | Merge branch 'pci/config' into nextBjorn Helgaas2015-02-021-0/+11
| |\ \
| | * | PCI: Add generic config accessorsRob Herring2015-01-221-0/+11
| | |/
| * | PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson2015-01-161-0/+2
* | | PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu2015-01-161-0/+1
|/ /
* | PCI: Add flag for devices where we can't use bus resetAlex Williamson2015-01-161-0/+2
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-0/+1
|\
OpenPOWER on IntegriCloud