summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
AgeCommit message (Expand)AuthorLines
2008-04-29x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu-16/+17
2008-04-26x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu-0/+6
2008-04-26driver core: try parent numa_node at first before using defaultYinghai Lu-1/+3
2008-04-26x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu-1/+10
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-48/+32
2008-04-20PCI: pci_scan_device() mustn't be __devinitAdrian Bunk-2/+1
2008-04-20PCI: pci_alloc_child_bus() mustn't be __devinitAdrian Bunk-2/+2
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky-2/+3
2008-04-20PCI: Expose PCI VPD through sysfsBen Hutchings-0/+3
2008-04-20PCI: add PCI Express ASPM supportShaohua Li-0/+5
2008-04-20PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade-1/+3
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman-38/+1
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman-1/+1
2008-04-20PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman-3/+14
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis-4/+23
2008-03-04PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg-4/+4
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori-0/+1
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori-0/+3
2008-02-02PCI: fix 4x section mismatch warningsSam Ravnborg-2/+2
2008-02-02PCI: fix section mismatch warnings referring to pci_do_scan_busSam Ravnborg-15/+0
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman-5/+0
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman-39/+25
2008-02-01PCI: PCIE ASPM supportShaohua Li-0/+5
2008-02-01PCI: Add missing "space" in printk messagesJoe Perches-3/+3
2008-02-01PCI: remove additional pci_scan_child_bus() prototypeAdrian Bunk-2/+0
2008-02-01PCI: always export pci_scan_single_deviceAdrian Bunk-1/+1
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk-1/+0
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman-4/+7
2007-12-27[PCI] Do not enable CRS Software Visibility by defaultLinus Torvalds-18/+0
2007-12-17PCI: Restore PCI expansion ROM P2P prefetch window creationGary Hade-1/+2
2007-12-10Revert "PCI: fix IDE legacy mode resources"Linus Torvalds-36/+12
2007-10-22Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S-0/+14
2007-10-12PCI: modify PCI bridge control ISA flag for clarityGary Hade-2/+2
2007-10-12PCI: avoid P2P prefetch window for expansion ROMsGary Hade-2/+1
2007-10-12PCI: skip ISA ioresource alignment on some systemsGary Hade-2/+2
2007-10-12PCI: fix IDE legacy mode resourcesYoichi Yuasa-12/+36
2007-09-11PCI: remove devinit from pci_read_bridge_basesRalf Baechle-1/+1
2007-08-22PCI: lets kill the 'PCI hidden behind bridge' messageBernhard Kaindl-9/+9
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin-0/+12
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-1/+2
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-2/+0
2007-07-11PCI: read revision ID by defaultAuke Kok-0/+1
2007-07-11PCI: point people to Bernhard instead of the linux-kernel listGreg Kroah-Hartman-1/+1
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman-0/+2
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman-1/+1
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman-0/+15
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg-12/+11
2007-04-23Revert "adjust legacy IDE resource setting (v2)"Bartlomiej Zolnierkiewicz-32/+13
2007-03-03adjust legacy IDE resource setting (v2)Jan Beulich-13/+32
2007-02-07MSI: Remove pci_scan_msi_device()Michael Ellerman-1/+0