aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2013-08-07ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki1-4/+11
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+79
2013-08-02Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-36/+79
2013-08-01PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni1-26/+1
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+43
2013-07-30PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller2-2/+5
2013-07-26PCI: Retry allocation of only the resource type that failedYinghai Lu1-1/+68
2013-07-26PCI: pciehp: Convert pciehp to be builtin only, not modularBjorn Helgaas1-4/+1
2013-07-25PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas1-4/+1
2013-07-25PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu1-1/+8
2013-07-24powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan1-1/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-5/+2
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds14-159/+252
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-5/+2
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+5
2013-07-03Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-16/+55
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-41/+4
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-0/+1995
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+1
2013-06-29cpqphp_sysfs: switch to fixed_size_llseek()Al Viro1-20/+2
2013-06-29pci/proc: switch to fixed_size_llseek()Al Viro1-21/+2
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki1-9/+5
2013-06-26Merge branch 'pci/misc' into nextBjorn Helgaas2-5/+3
2013-06-26s390/pci: remove pdev during unplugSebastian Ott1-3/+4
2013-06-26s390/pci: cleanup hotplug codeSebastian Ott1-13/+40
2013-06-26pci: add pcibios_release_deviceSebastian Ott2-0/+11
2013-06-26pci: Add PCIe driver for Samsung ExynosJingoo Han3-0/+1067
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-14/+32
2013-06-23PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu3-6/+14
2013-06-18PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2-5/+3
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2-3/+6
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas3-71/+87
2013-06-14PCI: Return early on allocation failures to unindent mainline codeBjorn Helgaas1-14/+15
2013-06-14PCI: Simplify IOV implementation and fix reference count racesJiang Liu1-35/+24
2013-06-14PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu1-1/+0
2013-06-14Merge branch 'pci/misc' into nextBjorn Helgaas4-4/+15
2013-06-14PCI / ACPI / PM: Use correct power state strings in messagesRafael J. Wysocki1-3/+3
2013-06-14xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk1-4/+3
2013-06-11Merge branch 'clps711x/soc' into next/socOlof Johansson2-3/+6
2013-06-10PCI: Fix comment typo for pcie_pme_remove()Yijing Wang1-1/+1
2013-06-07PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()Jiang Liu1-13/+13
2013-06-07PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu1-6/+8
2013-06-07Merge branch 'pci/betty-aer-v3' into nextBjorn Helgaas3-35/+33
2013-06-06PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall1-8/+9
2013-06-06PCI/AER: Move AER severity defines to aer.hBetty Dall1-4/+0
2013-06-06PCI/AER: Set dev->__aer_firmware_first only for matching devicesBjorn Helgaas1-4/+4
2013-06-06PCI/AER: Factor out HEST device type matchingBjorn Helgaas1-18/+17
2013-06-06PCI/AER: Don't parse HEST table for non-PCIe devicesBjorn Helgaas1-2/+4