summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2009-12-04PCI: add pci_request_acsChris Wright
2009-11-24PCI: use pci_pcie_cap() in pci coreKenji Kaneshige
2009-11-06PCI: cache PCIe capability offsetKenji Kaneshige
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas
2009-11-04PCI: replace pr_debug with dev_dbgBjorn Helgaas
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas
2009-11-04PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch
2009-11-04PCI: fix nit in ROM BAR size probingMichael S. Tsirkin
2009-11-04PCI: add xen dom0 checking before ACS initializationAllen Kay
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas
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