aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki1-0/+3
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-0/+18
2009-09-09PCI: print out pref if mmio is prefetchableYinghai Lu1-2/+7
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang1-2/+1
2009-06-16PCI: use pci_is_root_bus() in pci_read_bridge_bases()Kenji Kaneshige1-1/+1
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu1-2/+7
2009-06-04PCI: use fixed-up device class when configuring deviceYu Zhao1-0/+2
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox1-6/+0
2009-04-06PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang1-1/+1
2009-03-26PCI: fix conflict between SR-IOV and config space sizingYu Zhao1-4/+3
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang1-2/+2
2009-03-20PCI: Introduce pci_rescan_bus()Alex Chiang1-0/+32
2009-03-20PCI: always scan child busesAlex Chiang1-14/+20
2009-03-20PCI: pci_scan_slot() returns newly found devicesTrent Piepho1-24/+16
2009-03-20PCI: don't scan existing devicesTrent Piepho1-0/+6
2009-03-20PCI: centralize device setup codeYu Zhao1-38/+40
2009-03-20PCI: reserve bus range for SR-IOV deviceYu Zhao1-0/+3
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao1-0/+4
2009-03-20PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu1-1/+8
2009-03-20PCI: Use kzalloc() in pci_create_bus()Geert Uytterhoeven1-2/+1
2009-03-20PCI: fix wrong assumption in pci_read_bridge_basesKenji Kaneshige1-1/+1
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-01-07PCI: set device wakeup capable flag if platform support is presentJesse Barnes1-0/+1
2009-01-07PCI: allow pci_alloc_child_bus() to handle a NULL bridgeYu Zhao1-2/+6
2009-01-07PCI: export __pci_read_base()Yu Zhao1-11/+9
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao1-1/+1
2009-01-07PCI: handle PCI state saving with interrupts disabledRafael J. Wysocki1-0/+3
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2009-01-04cpumask: update pci_bus_show_cpuaffinity to use new cpumask APIMike Travis1-4/+4
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