summaryrefslogtreecommitdiff
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAge
* 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-09
* | 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
* PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-06
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-21
* Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas2010-12-17
* Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas2010-12-17
* PCI: fix pci_bus_alloc_resource() hang, prefer positive decodeBjorn Helgaas2010-11-12
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-28
|\
| * x86/PCI: Export pci_walk_bus function.Konrad Rzeszutek Wilk2010-10-18
* | PCI: allocate bus resources from the top downBjorn Helgaas2010-10-26
|/
* PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang2010-07-30
* PCI: sparse warning (trivial)Stephen Hemminger2010-07-30
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-07
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-23