aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying1-8/+0
2010-04-22PCI: revert broken device warningBjorn Helgaas1-16/+7
2010-03-24PCI: complain about devices that seem to be brokenBjorn Helgaas1-7/+16
2010-03-24PCI: make disabled window printk style match the enabled onesBjorn Helgaas1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas1-10/+14
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-4/+13
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Bjorn Helgaas1-15/+39
2010-02-22PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu1-3/+15
2010-02-22PCI: Make pci_scan_slot more robustMatthew Wilcox1-4/+14
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox1-1/+1
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox1-0/+45
2010-02-22PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox1-0/+66
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-0/+27
2010-02-22PCI: Rewrite pci_scan_slotMatthew Wilcox1-9/+47
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-2/+2
2009-12-04PCI: add pci_request_acsChris Wright1-4/+1
2009-11-24PCI: use pci_pcie_cap() in pci coreKenji Kaneshige1-2/+2
2009-11-06PCI: cache PCIe capability offsetKenji Kaneshige1-0/+1
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-4/+9
2009-11-04PCI: replace pr_debug with dev_dbgBjorn Helgaas1-8/+7
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-8/+9
2009-11-04PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black1-0/+6
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-0/+8
2009-11-04PCI: fix nit in ROM BAR size probingMichael S. Tsirkin1-2/+2
2009-11-04PCI: add xen dom0 checking before ACS initializationAllen Kay1-1/+2
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay1-0/+5
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-18/+8
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