summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Clear saved_state after the state has been restoredRafael J. Wysocki2009-09-141-0/+3
* PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman2009-09-091-0/+18
* PCI: print out pref if mmio is prefetchableYinghai Lu2009-09-091-2/+7
* PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+1Star
* PCI: use pci_is_root_bus() in pci_read_bridge_bases()Kenji Kaneshige2009-06-161-1/+1
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-111-2/+7
* PCI: use fixed-up device class when configuring deviceYu Zhao2009-06-041-0/+2
* x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-221-6/+0Star
* PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang2009-04-061-1/+1
* PCI: fix conflict between SR-IOV and config space sizingYu Zhao2009-03-261-4/+3Star
* PCI: Introduce /sys/bus/pci/rescanAlex Chiang2009-03-201-2/+2
* PCI: Introduce pci_rescan_bus()Alex Chiang2009-03-201-0/+32
* PCI: always scan child busesAlex Chiang2009-03-201-14/+20
* PCI: pci_scan_slot() returns newly found devicesTrent Piepho2009-03-201-24/+16Star
* PCI: don't scan existing devicesTrent Piepho2009-03-201-0/+6
* PCI: centralize device setup codeYu Zhao2009-03-201-38/+40
* PCI: reserve bus range for SR-IOV deviceYu Zhao2009-03-201-0/+3
* PCI: initialize and release SR-IOV capabilityYu Zhao2009-03-201-0/+4
* PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu2009-03-201-1/+8
* PCI: Use kzalloc() in pci_create_bus()Geert Uytterhoeven2009-03-201-2/+1Star
* PCI: fix wrong assumption in pci_read_bridge_basesKenji Kaneshige2009-03-201-1/+1
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-101-4/+4
|\
| * cpumask: update pci_bus_show_cpuaffinity to use new cpumask APIMike Travis2009-01-041-4/+4
* | PCI: set device wakeup capable flag if platform support is presentJesse Barnes2009-01-071-0/+1
* | PCI: allow pci_alloc_child_bus() to handle a NULL bridgeYu Zhao2009-01-071-2/+6
* | PCI: export __pci_read_base()Yu Zhao2009-01-071-11/+9Star
* | PCI: define PCI resource names in an 'enum'Yu Zhao2009-01-071-1/+1
* | PCI: handle PCI state saving with interrupts disabledRafael J. Wysocki2009-01-071-0/+3
* | PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-3/+3
|/
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* 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