summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2015-04-27PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter1-1/+2
2015-04-27PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes1-10/+2
2015-03-23PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin1-2/+3
2015-02-24PCI: Fix infinite loop with ROM image of size 0Michel Dänzer1-3/+4
2015-02-24PCI: Generate uppercase hex for modalias var in ueventRicardo Ribalda Delgado1-1/+1
2015-02-10PCI: Handle read-only BARs on AMD CS553x devicesMyron Stowe1-3/+37
2015-02-04PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu1-0/+35
2015-02-04PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu2-0/+44
2015-02-04PCI: Pass bridge device, not bus, when updating bridge windowsYinghai Lu1-12/+9
2015-02-04PCI: Mark Atheros AR93xx to avoid bus resetAlex Williamson1-0/+14
2015-02-04PCI: Add flag for devices where we can't use bus resetAlex Williamson1-4/+36
2015-01-05PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2014-12-15PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-12-10PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+26
2014-12-01PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu1-12/+16
2014-11-13PCI: Rename sysfs 'enabled' file back to 'enable'Greg Kroah-Hartman1-4/+4
2014-10-30PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado1-1/+1
2014-10-30PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr1-0/+20
2014-10-30PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu1-1/+1
2014-10-30PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni1-3/+3
2014-10-06Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas1-8/+2
2014-10-06Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas1-7/+3
2014-10-06PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2-10/+18
2014-09-06ACPI / PCI: Fix sysfs acpi_index and label errorsSimone Gotti1-6/+12
2014-09-06PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe1-1/+1
2014-09-06PCI: Keep original resource if we fail to expand itGuo Chao1-0/+7
2014-09-06PCI: Configure ASPM when enabling deviceVidya Sagar1-6/+6
2014-06-18PCI: Fix unaligned access in AF transaction pending testAlex Williamson1-2/+7
2014-06-13Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds62-967/+943
2014-06-13Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+52
2014-06-12Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas58-951/+780
2014-06-11PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-06-11ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2-18/+52
2014-06-11PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov1-1/+1
2014-06-11PCI: Merge multi-line quoted stringsRyan Desfosses28-249/+169
2014-06-11PCI: Whitespace cleanupRyan Desfosses45-588/+517
2014-06-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-8/+13
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses12-113/+89
2014-06-09PCI: Add bridge DMA alias quirk for ITE bridgeAlex Williamson1-0/+2
2014-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+4
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas6-41/+97
2014-06-03Merge branch 'pci/iommu' into nextBjorn Helgaas2-0/+162
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds39-365/+2010
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas6-107/+67
2014-05-30Merge branch 'pci/host-generic' into nextBjorn Helgaas3-0/+396
2014-05-30PCI: generic: Add generic PCI host controller driverWill Deacon3-0/+396
2014-05-30PCI: imx6: Add support for MSILucas Stach1-0/+27
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach3-5/+7