aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAge
* PCI: Unexport pci_bus_get() and pci_bus_put()Kelsey Skunberg2019-07-23
* PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar2019-05-09
* PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar2019-05-09
* PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-31
* PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig2018-05-09
* PCI: Tidy commentsBjorn Helgaas2018-03-19
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-01
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-26
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-18
|/
* PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner2016-11-17
*-. Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-01
|\ \
| | * PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas2016-06-06
| |/
* / PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-13
|/
* PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner2016-05-02
* PCI: Fix BUG on device attach failureLukas Wunner2016-05-02
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-19
|\
| * PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-08
* | PCI: Check device_attach() return value alwaysBjorn Helgaas2016-02-05
|/
* PCI: Fix minimum allocation address overwriteChristoph Biedl2016-01-06
* PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas2015-09-22
* PCI: Add pci_bus_addr_tYinghai Lu2015-05-29
* PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-05
* PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu2015-01-16
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-10
* PCI: Make pci_bus_add_device() voidYijing Wang2014-05-30
* PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-14
* PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas2014-03-19
* PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas2014-03-19
* PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas2014-03-19
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-10
|\
| * PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu2014-01-07
| * PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-07
| * PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas2014-01-07
* | PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2013-12-18
|/
* PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-25
* PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-27
* PCI: Delay final fixups until resources are assignedYinghai Lu2013-05-07
* Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-17
|\
| * PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-17
* | PCI: Clean up usages of pci_bus->is_addedJiang Liu2013-04-12
|/
* PCI: Put pci_dev in device tree as early as possibleYinghai Lu2013-01-25
* PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-25
* PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-07
* Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-06
|\
| * PCI: Add pcibios_add_deviceMatthew Garrett2012-12-05
* | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-02
|/
* PCI: Use correct type when freeing bus resource listYinghai Lu2012-09-18
* PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe2012-07-16
* PCI: call final fixups hot-added devicesMyron Stowe2012-07-09
* PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2012-02-23