summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2016-12-121-34/+0
|\
| * PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas2016-11-291-30/+0
| * PCI: Ignore BAR updates on virtual functionsBjorn Helgaas2016-11-281-4/+0
* | PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner2016-11-171-6/+6
* | PCI: Unfold conditions to block runtime PM on PCIe portsLukas Wunner2016-11-171-10/+11
* | PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner2016-11-171-0/+11
* | PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner2016-11-171-1/+1
* | PCI: Speed up algorithm in pci_bridge_d3_update()Lukas Wunner2016-11-171-8/+20
* | PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner2016-11-171-30/+5
* | PCI: Don't acquire ref on parent in pci_bridge_d3_update()Lukas Wunner2016-11-171-3/+0
* | PCI: Check for PME in targeted sleep stateAlan Stern2016-11-111-0/+4
|/
* Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-071-17/+58
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2016-10-031-0/+23
| |\
| | * PCI: Ignore requested alignment for VF BARsYongji Xie2016-09-281-0/+9
| | * PCI: Ignore requested alignment for PROBE_ONLY and fixed resourcesYongji Xie2016-09-281-0/+14
| * | PCI: Recognize D3cold in pci_update_current_state()Lukas Wunner2016-09-281-13/+12
| * | PCI: Query platform firmware for device power stateLukas Wunner2016-09-281-2/+8
| * | PCI: Afford direct-complete to devices with non-standard PMLukas Wunner2016-09-281-2/+15
| |/
* | PCI: Add pci_find_resource()Mika Westerberg2016-09-171-0/+24
|/
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-22/+259
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2016-08-011-19/+47
| |\
| | * PCI: Extending pci=resource_alignment to specify device/vendor IDsKoehrer Mathias (ETAS/ESW5)2016-06-211-19/+47
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas2016-08-011-1/+185
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-131-0/+175
| | | |_|/ | | |/| |
| | | | * PCI: Include <asm/dma.h> for isa_dma_bridge_buggyBen Dooks2016-07-191-0/+1
| | | | * PCI: Make bus_attr_resource_alignment staticBen Dooks2016-06-101-1/+1
| | | |/ | | |/|
| | | * PCI: Allow additional bus numbers for hotplug bridgesKeith Busch2016-07-251-0/+8
| | |/
| * | ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki2016-06-101-1/+3
| * | PCI: Factor DT-specific pci_bus_find_domain_nr() code outTomasz Nowicki2016-06-101-1/+6
| * | PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki2016-06-101-2/+2
| * | PCI: Add pci_unmap_iospace() to unmap I/O resourcesSinan Kaya2016-06-101-0/+18
| |/
* | PCI / PM: check all fields in pci_set_platform_pm()Andy Shevchenko2016-07-211-2/+2
|/
*-. Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas2016-05-171-0/+115
|\ \
| * | PCI, of: Move PCI I/O space management to PCI core codeTomasz Nowicki2016-05-121-0/+115
| |/
| |
| \
*-. \ Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-1/+1
|\ \ \ | | |/ | |/|
| | * PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson2016-05-161-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/...Bjorn Helgaas2016-04-251-7/+36
|\ \ \ \ | |_|_|/ |/| | |
| | | * PCI: Reverse standard ACS vs device-specific ACS enablingAlex Williamson2016-04-191-6/+4
| |_|/ |/| |
| | * PCI: Add support for multiple DMA aliasesJacek Lawrynowicz2016-04-111-2/+17
| | * PCI: Move informational printk to pci_add_dma_alias()Bjorn Helgaas2016-04-111-0/+2
| | * PCI: Add pci_add_dma_alias() to abstract implementationBjorn Helgaas2016-04-111-0/+14
| |/ |/|
| * PCI: Fix spelling errorsColin Ian King2016-04-051-1/+1
|/
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-15/+25
|\
| *---. Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-151-14/+25
| |\ \ \
| | | | * PCI: Wait for up to 1000ms after FLR resetAlex Williamson2016-03-101-2/+25
| | | |/ | | |/|
| | | * PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hBjorn Helgaas2016-03-071-12/+0
| | |/ | |/|
| * | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| |/
* | PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof =?utf-8?Q?Ha=C5=82asa?=2016-03-071-1/+3
|/
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-2/+2
|\
| * PCI: Use to_pci_dev() instead of open-coding itGeliang Tang2016-01-081-1/+1
OpenPOWER on IntegriCloud