aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-10-23PCI: remove unused resource assignment in pci_read_bridge_bases()Zhao, Yu1-3/+0
2008-10-22PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt1-2/+10
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt1-66/+0
2008-10-20PCI: probing debug message uniformizationVincent Legoll1-13/+12
2008-10-20PCI: support PCIe ARI capabilityYu Zhao1-0/+3
2008-10-20PCI: centralize the capabilities code in probe.cZhao, Yu1-7/+20
2008-10-20PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb1-1/+1
2008-10-20PCI: replace cfg space size (256/4096) by macros.Zhao, Yu1-3/+2
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang1-0/+5
2008-10-20PCI: follow lspci device/vendor styleBjorn Helgaas1-1/+1
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt1-15/+13
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman1-45/+5
2008-09-12PCI: re-add debug prints for unmodified BARsYinghai Lu1-4/+11
2008-09-09PCI: Fix printk warnings in probe.cJohann Felix Soden1-3/+8
2008-08-18Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into x86-mergeJesse Barnes1-0/+3
2008-08-07PCI: check the return value of device_create_bin_file() in pci_create_bus()Simon Horman1-16/+38
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li1-1/+2
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox1-2/+2
2008-07-28PCI: rewrite PCI BAR reading codeMatthew Wilcox1-119/+123
2008-07-18Merge branch 'linus' into pci-for-jesseIngo Molnar1-16/+22
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-44/+3
2008-07-03PCI: handle pci_name() being constGreg Kroah-Hartman1-3/+3
2008-06-27PCI: fix pci_setup_device()'s sprinting into a const bufferDavid Howells1-2/+3
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas1-14/+15
2008-06-23pci: debug extra pci resources rangeYinghai Lu1-0/+6
2008-06-10PCI: introduce pci_slotAlex Chiang1-0/+1
2008-06-10PCI: Disable PME during PCI scanZhao Yakui1-0/+44
2008-04-29x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu1-16/+17
2008-04-26x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu1-0/+6
2008-04-26driver core: try parent numa_node at first before using defaultYinghai Lu1-1/+3
2008-04-26x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu1-1/+10
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-48/+32
2008-04-20PCI: pci_scan_device() mustn't be __devinitAdrian Bunk1-2/+1
2008-04-20PCI: pci_alloc_child_bus() mustn't be __devinitAdrian Bunk1-2/+2
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-2/+3
2008-04-20PCI: Expose PCI VPD through sysfsBen Hutchings1-0/+3
2008-04-20PCI: add PCI Express ASPM supportShaohua Li1-0/+5
2008-04-20PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade1-1/+3
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman1-38/+1
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman1-1/+1
2008-04-20PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman1-3/+14
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-4/+23
2008-03-04PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg1-4/+4
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori1-0/+1
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori1-0/+3
2008-02-02PCI: fix 4x section mismatch warningsSam Ravnborg1-2/+2
2008-02-02PCI: fix section mismatch warnings referring to pci_do_scan_busSam Ravnborg1-15/+0
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman1-5/+0
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-39/+25