summaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas2014-03-191-2/+2
* PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas2014-03-191-1/+1
* PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas2014-03-191-2/+0Star
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-30/+102
|\
| * PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu2014-01-081-3/+13
| * PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-081-28/+83
| * PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas2014-01-081-4/+11
* | PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2013-12-181-0/+1
|/
* PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-19/+0Star
* PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-281-0/+15
* PCI: Delay final fixups until resources are assignedYinghai Lu2013-05-071-0/+1
* Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-171-0/+3
|\
| * PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-171-0/+3
* | PCI: Clean up usages of pci_bus->is_addedJiang Liu2013-04-121-9/+2Star
|/
* PCI: Put pci_dev in device tree as early as possibleYinghai Lu2013-01-261-66/+12Star
* PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-251-0/+5
* PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-0/+2
* Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-061-0/+5
|\
| * PCI: Add pcibios_add_deviceMatthew Garrett2012-12-051-0/+5
* | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-021-3/+0Star
|/
* PCI: Use correct type when freeing bus resource listYinghai Lu2012-09-191-1/+5
* PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe2012-07-161-3/+1Star
* PCI: call final fixups hot-added devicesMyron Stowe2012-07-101-0/+4
* PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2012-02-241-11/+19
* PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-061-5/+27
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-6/+0Star
* Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas2010-12-171-48/+5Star
* Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas2010-12-171-49/+21Star
* PCI: fix pci_bus_alloc_resource() hang, prefer positive decodeBjorn Helgaas2010-11-121-21/+49
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-291-0/+1
|\
| * x86/PCI: Export pci_walk_bus function.Konrad Rzeszutek Wilk2010-10-181-0/+1
* | PCI: allocate bus resources from the top downBjorn Helgaas2010-10-271-5/+48
|/
* PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang2010-07-301-0/+2
* PCI: sparse warning (trivial)Stephen Hemminger2010-07-301-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-081-2/+2
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-0/+46
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-2/+2
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-231-1/+1
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-231-2/+4
* PCI AER: support Multiple Error Received and no error source idZhang, Yanmin2009-06-161-2/+9
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-111-1/+6
* PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-061-1/+1
* PCI: do not enable bridges more than onceAlex Chiang2009-03-201-2/+4
* PCI: constify pci_bus_add_devices()akpm@linux-foundation.org2009-03-201-1/+1
* PCI: factor pci_bus_add_child() from pci_bus_add_devices()Yu Zhao2009-01-071-23/+33
* PCI: cleanup pci_bus_add_devices()Yu Zhao2009-01-071-27/+28
* PCI: Add legacy_io/mem to all bussesBenjamin Herrenschmidt2009-01-071-0/+4
* PCI: make CPU list affinity visibleMike Travis2008-10-201-0/+7
* PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-211-4/+0Star