aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-24/+12
2016-01-29Merge branches 'acpi-video' and 'acpi-hotplug'Gravatar Rafael J. Wysocki 1-1/+3
2016-01-27PCI: iproc: Allow multiple devices except on PAXCGravatar Ray Jui 1-18/+11
2016-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeGravatar Sebastian Andrzej Siewior 3-6/+1
2016-01-24ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Gravatar Insu Yun 1-1/+3
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 72-1800/+3449
2016-01-20Merge branch 'pci/trivial' into nextGravatar Bjorn Helgaas 41-1429/+1419
2016-01-20Merge branches 'pci/iommu' and 'pci/misc' into nextGravatar Bjorn Helgaas 1-0/+5
2016-01-20PCI: Add function 1 DMA alias quirk for Lite-On/Plextor M6e/Marvell 88SS9183Gravatar Tim Sander 1-0/+4
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+3
2016-01-15PCI: Limit config space size for Netronome NFP4000Gravatar Simon Horman 1-0/+1
2016-01-15Merge branch 'pci/host-vmd' into nextGravatar Bjorn Helgaas 1-8/+8
2016-01-15PCI/AER: Use 32 bit PCI domain numbersGravatar Keith Busch 1-8/+8
2016-01-15Merge branches 'pci/hotplug' and 'pci/resource' into nextGravatar Bjorn Helgaas 13-96/+67
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Gravatar Bjorn Helgaas 12-81/+796
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-4/+4
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-0/+48
2016-01-12Merge branches 'pm-pci' and 'pm-core'Gravatar Rafael J. Wysocki 3-4/+4
2016-01-11PCI: rcar: Add Gen2 PHY setup to pcie-rcarGravatar Phil Edworthy 1-3/+28
2016-01-11PCI: rcar: Add runtime PM support to pcie-rcarGravatar Phil Edworthy 1-12/+32
2016-01-11PCI: designware: Make config accessor override checking symmetricGravatar Bjorn Helgaas 1-6/+6
2016-01-11PCI: ibmphp: Remove unneeded NULL testGravatar Julia Lawall 1-3/+0
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGravatar Geliang Tang 10-88/+46
2016-01-09Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-01-08PCI: rcar: Remove unused pci_sys_data struct from pcie-rcarGravatar Phil Edworthy 1-9/+0
2016-01-08PCI: hisi: Add support for HiSilicon Hip06 PCIe host controllersGravatar Gabriele Paoloni 2-13/+68
2016-01-08PCI: Avoid iterating through memory outside the resource windowGravatar Edward O'Callaghan 1-0/+3
2016-01-08PCI: acpiphp_ibm: Fix null dereferences on null ibm_slotGravatar Colin Ian King 1-3/+14
2016-01-08PCI: shpchp: Constify hpc_ops structureGravatar Julia Lawall 2-3/+3
2016-01-08PCI: Use kobj_to_dev() instead of open-coding itGravatar Geliang Tang 2-27/+17
2016-01-08PCI: Use to_pci_dev() instead of open-coding itGravatar Geliang Tang 2-2/+2
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 39-1432/+1432
2016-01-08PCI: dra7xx: Mark driver as brokenGravatar Richard Cochran 1-0/+1
2016-01-06Merge branches 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci...Gravatar Bjorn Helgaas 12-123/+1101
2016-01-06PCI: iproc: Add iProc PCIe MSI supportGravatar Ray Jui 7-2/+735
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGravatar Grygorii Strashko 7-8/+15
2016-01-06PCI: Fix minimum allocation address overwriteGravatar Christoph Biedl 1-2/+4
2016-01-06Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+3
2016-01-05PCI: designware: Simplify control flowGravatar Bjorn Helgaas 1-36/+18
2016-01-05PCI: qcom: Add Qualcomm PCIe controller driverGravatar Stanimir Varbanov 3-0/+627
2016-01-05PCI: designware: Ensure ATU is enabled before IO/conf space accessesGravatar Stanimir Varbanov 1-0/+8
2015-12-31Merge tag 'pci-v4.4-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 2-0/+44
2015-12-23Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 2-9/+18
2015-12-21acpi: pci: Setup MSI domain for ACPI based pci devicesGravatar Suravee Suthikulpanit 2-0/+44
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesGravatar Jake Oshins 1-0/+4
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextGravatar Bjorn Helgaas 10-64/+54
2015-12-10PCI: Simplify config space size computationGravatar Bjorn Helgaas 1-15/+10
2015-12-10PCI: Limit config space size for Netronome NFP6000 familyGravatar Jason S. McMullan 1-0/+11
2015-12-10PCI: Support PCIe devices with short cfg_sizeGravatar Jason S. McMullan 1-9/+9