summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: remove unused resource assignment in pci_read_bridge_bases()Zhao, Yu2008-10-241-3/+0Star
* PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt2008-10-231-2/+10
* PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt2008-10-201-66/+0Star
* PCI: probing debug message uniformizationVincent Legoll2008-10-201-13/+12Star
* PCI: support PCIe ARI capabilityYu Zhao2008-10-201-0/+3
* PCI: centralize the capabilities code in probe.cZhao, Yu2008-10-201-7/+20
* PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb2008-10-201-1/+1
* PCI: replace cfg space size (256/4096) by macros.Zhao, Yu2008-10-201-3/+2Star
* PCI: connect struct pci_dev to struct pci_slotAlex Chiang2008-10-201-0/+5
* PCI: follow lspci device/vendor styleBjorn Helgaas2008-10-201-1/+1
* pci: Use new %pR to print resource rangesBenjamin Herrenschmidt2008-10-201-15/+13Star
* Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman2008-10-161-45/+5Star
* PCI: re-add debug prints for unmodified BARsYinghai Lu2008-09-131-4/+11
* PCI: Fix printk warnings in probe.cJohann Felix Soden2008-09-091-3/+8
* Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-08-181-0/+3
|\
| * Merge branch 'linus' into pci-for-jesseIngo Molnar2008-07-181-16/+22
| |\
| * | pci: debug extra pci resources rangeYinghai Lu2008-06-231-0/+6
* | | PCI: check the return value of device_create_bin_file() in pci_create_bus()Simon Horman2008-08-071-16/+38
* | | PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2008-07-281-1/+2
* | | PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox2008-07-281-2/+2
* | | PCI: rewrite PCI BAR reading codeMatthew Wilcox2008-07-281-119/+123
| |/ |/|
* | PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-081-44/+3Star
* | PCI: handle pci_name() being constGreg Kroah-Hartman2008-07-031-3/+3
* | PCI: fix pci_setup_device()'s sprinting into a const bufferDavid Howells2008-06-271-2/+3
* | PCI: use dev_printk when possibleBjorn Helgaas2008-06-261-14/+15
* | PCI: introduce pci_slotAlex Chiang2008-06-101-0/+1
* | PCI: Disable PME during PCI scanZhao Yakui2008-06-101-0/+44
|/
* x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-301-16/+17
* x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu2008-04-261-0/+6
* driver core: try parent numa_node at first before using defaultYinghai Lu2008-04-261-1/+3
* x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu2008-04-261-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-221-48/+32Star
|\
| * PCI: pci_scan_device() mustn't be __devinitAdrian Bunk2008-04-211-2/+1Star
| * PCI: pci_alloc_child_bus() mustn't be __devinitAdrian Bunk2008-04-211-2/+2
| * PCI: clean up resource alignment managementIvan Kokshaysky2008-04-211-2/+3
| * PCI: Expose PCI VPD through sysfsBen Hutchings2008-04-211-0/+3
| * PCI: add PCI Express ASPM supportShaohua Li2008-04-211-0/+5
| * PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-211-1/+3
| * PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-211-38/+1Star
| * PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-211-1/+1
| * PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman2008-04-211-3/+14
* | cpumask: use new cpus_scnprintf functionMike Travis2008-04-191-4/+23
|/
* PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg2008-03-051-4/+4
* iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori2008-02-051-0/+1
* iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2008-02-051-0/+3
* PCI: fix 4x section mismatch warningsSam Ravnborg2008-02-031-2/+2
* PCI: fix section mismatch warnings referring to pci_do_scan_busSam Ravnborg2008-02-031-15/+0Star
* Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman2008-02-021-5/+0Star
* PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-021-39/+25Star
* PCI: PCIE ASPM supportShaohua Li2008-02-021-0/+5