aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/bus.c
AgeCommit message (Expand)Author
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
2010-07-30PCI: sparse warning (trivial)Stephen Hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski
2009-06-16PCI AER: support Multiple Error Received and no error source idZhang, Yanmin
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada
2009-03-20PCI: do not enable bridges more than onceAlex Chiang
2009-03-19PCI: constify pci_bus_add_devices()akpm@linux-foundation.org
2009-01-07PCI: factor pci_bus_add_child() from pci_bus_add_devices()Yu Zhao
2009-01-07PCI: cleanup pci_bus_add_devices()Yu Zhao
2009-01-07PCI: Add legacy_io/mem to all bussesBenjamin Herrenschmidt
2008-10-20PCI: make CPU list affinity visibleMike Travis
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman
2008-03-13PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman
2008-03-04PCI: fix up error messages for pci_bus registeringGreg Kroah-Hartman
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman
2006-06-21[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin
2005-09-08[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras