aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Gravatar Bjorn Helgaas 1-6/+6
2016-12-12Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-34/+0
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Gravatar Bjorn Helgaas 1-30/+0
2016-11-28PCI: Ignore BAR updates on virtual functionsGravatar Bjorn Helgaas 1-4/+0
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsGravatar Lukas Wunner 1-6/+6
2016-11-17PCI: Unfold conditions to block runtime PM on PCIe portsGravatar Lukas Wunner 1-10/+11
2016-11-17PCI: Consolidate conditions to allow runtime PM on PCIe portsGravatar Lukas Wunner 1-0/+11
2016-11-17PCI: Activate runtime PM on a PCIe port only if it can suspendGravatar Lukas Wunner 1-1/+1
2016-11-17PCI: Speed up algorithm in pci_bridge_d3_update()Gravatar Lukas Wunner 1-8/+20
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Gravatar Lukas Wunner 1-30/+5
2016-11-17PCI: Don't acquire ref on parent in pci_bridge_d3_update()Gravatar Lukas Wunner 1-3/+0
2016-11-11PCI: Check for PME in targeted sleep stateGravatar Alan Stern 1-0/+4
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-17/+58
2016-10-03Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 1-0/+23
2016-09-28PCI: Ignore requested alignment for VF BARsGravatar Yongji Xie 1-0/+9
2016-09-28PCI: Ignore requested alignment for PROBE_ONLY and fixed resourcesGravatar Yongji Xie 1-0/+14
2016-09-28PCI: Recognize D3cold in pci_update_current_state()Gravatar Lukas Wunner 1-13/+12
2016-09-28PCI: Query platform firmware for device power stateGravatar Lukas Wunner 1-2/+8
2016-09-28PCI: Afford direct-complete to devices with non-standard PMGravatar Lukas Wunner 1-2/+15
2016-09-17PCI: Add pci_find_resource()Gravatar Mika Westerberg 1-0/+24
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-22/+259
2016-08-01Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 1-19/+47
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Gravatar Bjorn Helgaas 1-1/+185
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesGravatar Keith Busch 1-0/+8
2016-07-21PCI / PM: check all fields in pci_set_platform_pm()Gravatar Andy Shevchenko 1-2/+2
2016-07-19PCI: Include <asm/dma.h> for isa_dma_bridge_buggyGravatar Ben Dooks 1-0/+1
2016-06-21PCI: Extending pci=resource_alignment to specify device/vendor IDsGravatar Koehrer Mathias (ETAS/ESW5) 1-19/+47
2016-06-13PCI: Put PCIe ports into D3 during suspendGravatar Mika Westerberg 1-0/+175
2016-06-10PCI: Make bus_attr_resource_alignment staticGravatar Ben Dooks 1-1/+1
2016-06-10ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Gravatar Tomasz Nowicki 1-1/+3
2016-06-10PCI: Factor DT-specific pci_bus_find_domain_nr() code outGravatar Tomasz Nowicki 1-1/+6
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICGravatar Tomasz Nowicki 1-2/+2
2016-06-10PCI: Add pci_unmap_iospace() to unmap I/O resourcesGravatar Sinan Kaya 1-0/+18
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextGravatar Bjorn Helgaas 1-0/+115
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextGravatar Bjorn Helgaas 1-1/+1
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsGravatar Alex Williamson 1-1/+1
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeGravatar Tomasz Nowicki 1-0/+115
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/...Gravatar Bjorn Helgaas 1-7/+36
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingGravatar Alex Williamson 1-6/+4
2016-04-11PCI: Add support for multiple DMA aliasesGravatar Jacek Lawrynowicz 1-2/+17
2016-04-11PCI: Move informational printk to pci_add_dma_alias()Gravatar Bjorn Helgaas 1-0/+2
2016-04-11PCI: Add pci_add_dma_alias() to abstract implementationGravatar Bjorn Helgaas 1-0/+14
2016-04-05PCI: Fix spelling errorsGravatar Colin Ian King 1-1/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+25
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Gravatar Bjorn Helgaas 1-14/+25
2016-03-10PCI: Wait for up to 1000ms after FLR resetGravatar Alex Williamson 1-2/+25
2016-03-07PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Gravatar Krzysztof =?utf-8?Q?Ha=C5=82asa?= 1-1/+3
2016-03-07PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.hGravatar Bjorn Helgaas 1-12/+0
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hGravatar Bjorn Helgaas 1-1/+0
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2