aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas1-9/+32
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas1-26/+82
2017-04-28Merge branch 'pci/pm' into nextBjorn Helgaas1-6/+9
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas1-1/+83
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas1-0/+2
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi1-0/+82
2017-04-21PCI: Export pci_remap_iospace() and pci_unmap_iospace()Brian Norris1-0/+2
2017-04-20PCI: Export pcie_flr()Christoph Hellwig1-11/+28
2017-04-19PCI: Remove __weak tag from pci_remap_iospace()Lorenzo Pieralisi1-1/+1
2017-04-19PCI: Don't resize resources when realigning all devices in systemYongji Xie1-16/+43
2017-04-19PCI: Don't reassign resources that are already alignedBjorn Helgaas1-21/+19
2017-04-19PCI: Factor pci_reassigndev_resource_alignment()Bjorn Helgaas1-22/+47
2017-04-19PCI: Add pcibios_default_alignment() for arch-specific alignment controlYongji Xie1-2/+8
2017-04-18PCI: Freeze PME scan before suspending devicesLukas Wunner1-4/+5
2017-04-18PCI: Ignore requested alignment for IOV BARsYongji Xie1-1/+1
2017-04-03PCI: Avoid FLR for Intel 82579 NICsSasha Neftin1-0/+6
2017-03-29PCI: Short-circuit pci_device_is_present() for disconnected devicesKeith Busch1-0/+2
2017-03-14PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zeroAdrian Hunter1-2/+4
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas1-6/+6
2016-12-12Merge branch 'pci/virtualization' into nextBjorn Helgaas1-34/+0
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas1-30/+0
2016-11-28PCI: Ignore BAR updates on virtual functionsBjorn Helgaas1-4/+0
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner1-6/+6
2016-11-17PCI: Unfold conditions to block runtime PM on PCIe portsLukas Wunner1-10/+11
2016-11-17PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner1-0/+11
2016-11-17PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner1-1/+1
2016-11-17PCI: Speed up algorithm in pci_bridge_d3_update()Lukas Wunner1-8/+20
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner1-30/+5
2016-11-17PCI: Don't acquire ref on parent in pci_bridge_d3_update()Lukas Wunner1-3/+0
2016-11-11PCI: Check for PME in targeted sleep stateAlan Stern1-0/+4
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+58
2016-10-03Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+23
2016-09-28PCI: Ignore requested alignment for VF BARsYongji Xie1-0/+9
2016-09-28PCI: Ignore requested alignment for PROBE_ONLY and fixed resourcesYongji Xie1-0/+14
2016-09-28PCI: Recognize D3cold in pci_update_current_state()Lukas Wunner1-13/+12
2016-09-28PCI: Query platform firmware for device power stateLukas Wunner1-2/+8
2016-09-28PCI: Afford direct-complete to devices with non-standard PMLukas Wunner1-2/+15
2016-09-17PCI: Add pci_find_resource()Mika Westerberg1-0/+24
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-22/+259
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas1-19/+47
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas1-1/+185
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch1-0/+8
2016-07-21PCI / PM: check all fields in pci_set_platform_pm()Andy Shevchenko1-2/+2
2016-07-19PCI: Include <asm/dma.h> for isa_dma_bridge_buggyBen Dooks1-0/+1
2016-06-21PCI: Extending pci=resource_alignment to specify device/vendor IDsKoehrer Mathias (ETAS/ESW5)1-19/+47
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+175
2016-06-10PCI: Make bus_attr_resource_alignment staticBen Dooks1-1/+1
2016-06-10ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki1-1/+3
2016-06-10PCI: Factor DT-specific pci_bus_find_domain_nr() code outTomasz Nowicki1-1/+6
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki1-2/+2