summaryrefslogtreecommitdiff
path: root/drivers/pci/bus.c
AgeCommit message (Expand)Author
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg
2016-06-06PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas
2016-05-02PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner
2016-05-02PCI: Fix BUG on device attach failureLukas Wunner
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang
2016-02-05PCI: Check device_attach() return value alwaysBjorn Helgaas
2016-01-06PCI: Fix minimum allocation address overwriteChristoph Biedl
2015-09-22PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu
2015-01-16PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas
2014-01-07PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu
2014-01-07PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu
2013-05-27PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu
2013-05-07PCI: Delay final fixups until resources are assignedYinghai Lu
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas
2013-04-12PCI: Clean up usages of pci_bus->is_addedJiang Liu
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu
2013-01-07PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying
2012-09-18PCI: Use correct type when freeing bus resource listYinghai Lu
2012-07-16PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe
2012-07-09PCI: call final fixups hot-added devicesMyron Stowe
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu
2010-12-17Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas
2010-12-17Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas
2010-11-12PCI: fix pci_bus_alloc_resource() hang, prefer positive decodeBjorn Helgaas
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-26PCI: allocate bus resources from the top downBjorn Helgaas
2010-10-18x86/PCI: Export pci_walk_bus function.Konrad Rzeszutek Wilk
2010-07-30PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang