aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-03-31ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett1-3/+10
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-37/+3
2012-03-30ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming1-37/+3
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds29-525/+1181
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+25
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+18
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-37/+18
2012-03-20PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas1-0/+1
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman4-13/+33
2012-03-07PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-0/+18
2012-03-01PCI / PCIe: Introduce command line option to disable ARIRafael J. Wysocki1-1/+6
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu1-1/+1
2012-02-27PCI: export __pci_remove_bus_deviceYinghai Lu1-1/+3
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu1-3/+4
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu13-19/+19
2012-02-24PCI: print out PCI device info along with durationYinghai Lu1-3/+4
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu5-71/+66
2012-02-24PCI: Use class for quirk for ti816x class fixupYinghai Lu1-5/+4
2012-02-24PCI: Use class for quirk for intel e100 interrupt fixupYinghai Lu1-1/+2
2012-02-24PCI: Use class for quirk for netmos class fixupYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for legacy ATA NO_D3Yinghai Lu1-7/+10
2012-02-24PCI: Use class for quirk for cardbus_legacyYinghai Lu1-4/+4
2012-02-24PCI: Use class for quirk for host bridge mmio_always_onYinghai Lu1-3/+3
2012-02-24PCI: Add class support in quirk handlingYinghai Lu1-5/+7
2012-02-24Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-helgaas/linux into linux-nextJesse Barnes3-53/+188
2012-02-24PCI: add a PCI resource reallocation config optionYinghai Lu2-0/+41
2012-02-24PCI: print out suggestion about using pci=reallocYinghai Lu1-0/+3
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu3-9/+31
2012-02-24PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu1-11/+1
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas1-29/+15
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas1-0/+16
2012-02-23PCI: convert bus addresses to resource when reading BARsBjorn Helgaas1-25/+104
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2-20/+42
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas1-5/+34
2012-02-23PCI: don't publish new root bus until it's fully initializedBjorn Helgaas1-4/+4
2012-02-23PCI: make pci_flags non-weakBjorn Helgaas1-1/+1
2012-02-23PCI: make pci_flags always availableBjorn Helgaas1-0/+3
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro2-2/+26
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu1-0/+19
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu3-0/+11
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5
2012-02-23PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu1-0/+14
2012-02-23PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu1-28/+37
2012-02-23PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu1-0/+8
2012-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds3-8/+28
2012-02-17PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki1-0/+10