summaryrefslogtreecommitdiff
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAge
* 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
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-23
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-22
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-22
* PCI AER: support Multiple Error Received and no error source idZhang, Yanmin2009-06-16
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-11
* PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-06
* PCI: do not enable bridges more than onceAlex Chiang2009-03-20
* PCI: constify pci_bus_add_devices()akpm@linux-foundation.org2009-03-19
* PCI: factor pci_bus_add_child() from pci_bus_add_devices()Yu Zhao2009-01-07
* PCI: cleanup pci_bus_add_devices()Yu Zhao2009-01-07