summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-08-26PCI: Disable boot interrupt quirk for ASUS M2N-LRStefan Assmann1-0/+24
2017-08-26PCI: Freeze PME scan before suspending devicesLukas Wunner1-4/+5
2017-08-26PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse1-5/+8
2017-08-26PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse1-2/+8
2017-08-26PCI: Ignore write combining when mapping I/O port spaceBjorn Helgaas1-3/+6
2017-08-26PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse1-3/+7
2017-08-26PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter1-3/+4
2017-08-26PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas1-12/+11
2017-03-16powerpc/pci/rpadlpar: Fix device reference leaksJohan Hovold1-1/+9
2017-03-16PCI: Check for PME in targeted sleep stateAlan Stern1-0/+4
2017-02-23PCI: Mark Atheros AR9580 to avoid bus resetMaik Broemme1-0/+1
2016-11-20PCI: Mark Atheros AR9485 and QCA9882 to avoid bus resetChris Blake1-4/+6
2016-08-23PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava1-3/+3
2016-08-23PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas1-4/+3
2016-05-01PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+14
2016-05-01PCI: imx6: Move link up check into imx6_pcie_wait_for_link()Lucas Stach1-8/+24
2016-05-01PCI: imx6: Remove broken Gen2 workaroundLucas Stach1-16/+1
2016-05-01PCI: imx6: Move PHY reset into imx6_pcie_establish_link()Lucas Stach1-11/+13
2016-05-01PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functionsLucas Stach1-17/+17
2016-03-08xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...Konrad Rzeszutek Wilk1-4/+6
2016-02-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-6/+1
2016-02-16ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun1-1/+3
2016-02-02PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko4-5/+9
2016-02-02PCI: Fix minimum allocation address overwriteChristoph Biedl1-2/+4
2015-10-19PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2-24/+18
2015-10-19PCI: Fix devfn for VPD access through function 0Alex Williamson1-3/+6
2015-09-30PCI: Fix TI816X class code quirkBjorn Helgaas1-3/+6
2015-09-28PCI: Add VPD function 0 quirk for Intel Ethernet devicesMark Rustad1-0/+9
2015-09-28PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-1/+60
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