aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman
2009-09-09PCI: print out pref if mmio is prefetchableYinghai Lu
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang
2009-06-16PCI: use pci_is_root_bus() in pci_read_bridge_bases()Kenji Kaneshige
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu
2009-06-04PCI: use fixed-up device class when configuring deviceYu Zhao
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox
2009-04-06PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang
2009-03-26PCI: fix conflict between SR-IOV and config space sizingYu Zhao
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang
2009-03-20PCI: Introduce pci_rescan_bus()Alex Chiang
2009-03-20PCI: always scan child busesAlex Chiang
2009-03-20PCI: pci_scan_slot() returns newly found devicesTrent Piepho
2009-03-20PCI: don't scan existing devicesTrent Piepho
2009-03-20PCI: centralize device setup codeYu Zhao
2009-03-20PCI: reserve bus range for SR-IOV deviceYu Zhao
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao
2009-03-20PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu
2009-03-20PCI: Use kzalloc() in pci_create_bus()Geert Uytterhoeven
2009-03-20PCI: fix wrong assumption in pci_read_bridge_basesKenji Kaneshige
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-01-07PCI: set device wakeup capable flag if platform support is presentJesse Barnes
2009-01-07PCI: allow pci_alloc_child_bus() to handle a NULL bridgeYu Zhao
2009-01-07PCI: export __pci_read_base()Yu Zhao
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao
2009-01-07PCI: handle PCI state saving with interrupts disabledRafael J. Wysocki
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-04cpumask: update pci_bus_show_cpuaffinity to use new cpumask APIMike Travis
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-10-23PCI: remove unused resource assignment in pci_read_bridge_bases()Zhao, Yu
2008-10-22PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt
2008-10-20PCI: probing debug message uniformizationVincent Legoll
2008-10-20PCI: support PCIe ARI capabilityYu Zhao
2008-10-20PCI: centralize the capabilities code in probe.cZhao, Yu
2008-10-20PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb
2008-10-20PCI: replace cfg space size (256/4096) by macros.Zhao, Yu
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang
2008-10-20PCI: follow lspci device/vendor styleBjorn Helgaas
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman
2008-09-12PCI: re-add debug prints for unmodified BARsYinghai Lu
2008-09-09PCI: Fix printk warnings in probe.cJohann Felix Soden
2008-08-18Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes
2008-08-07PCI: check the return value of device_create_bin_file() in pci_create_bus()Simon Horman
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox
2008-07-28PCI: rewrite PCI BAR reading codeMatthew Wilcox
2008-07-18Merge branch 'linus' into pci-for-jesseIngo Molnar