summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-02-27PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-6/+1
2015-11-27PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2-24/+18
2015-11-27PCI: Fix devfn for VPD access through function 0Alex Williamson1-3/+6
2015-10-13PCI: Add VPD function 0 quirk for Intel Ethernet devicesMark Rustad1-0/+9
2015-10-13PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-1/+60
2015-10-13PCI: Fix TI816X class code quirkBjorn Helgaas1-2/+3
2015-05-10PCI: Fix infinite loop with ROM image of size 0Michel Dänzer1-3/+4
2015-05-10PCI: Generate uppercase hex for modalias var in ueventRicardo Ribalda Delgado1-1/+1
2015-03-06PCI: quirks: Fix backport of quirk_io()Ben Hutchings1-1/+1
2015-02-20PCI: Handle read-only BARs on AMD CS553x devicesMyron Stowe1-4/+37
2015-02-20PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2014-12-14PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado1-1/+1
2014-12-14PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr1-0/+20
2014-12-14PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-06-09PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum1-2/+2
2014-04-02PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-04-02PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-15PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang1-7/+7
2014-01-03PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu1-1/+0
2013-11-28PCI: fix truncation of resource size to 32 bitsNikhil P Rao1-1/+2
2013-09-10pci: frv architecture needs generic setup-bus infrastructurePaul Gortmaker1-0/+1
2013-07-27ahci: Add AMD CZ SATA device IDShane Huang1-0/+2
2013-05-13PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki1-8/+4
2013-03-06PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-02-06PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King1-0/+3
2013-02-06PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas3-16/+18
2013-02-06PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas3-12/+1
2013-02-06PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall1-0/+1
2013-02-06PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang4-15/+17
2013-02-06PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2013-02-06PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2013-01-16PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski1-2/+5
2012-12-06PCI : Calculate right add_sizeYinghai Lu2-4/+5
2012-10-17PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu1-2/+4
2012-10-10PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas1-4/+9
2012-09-12PCI: EHCI: Fix crash during hibernation on ASUS computersRafael J. Wysocki1-0/+7
2012-07-25PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern3-31/+12
2012-06-20USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2-0/+31
2012-05-11PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch1-0/+34
2012-04-02ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett1-3/+10
2012-03-19PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-03-01PCI: workaround hard-wired bus number V2Yinghai Lu1-0/+5
2012-02-06PCI: Rework ASPM disable codeMatthew Garrett2-22/+37
2012-01-26PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman1-0/+10
2011-12-19pci: Fix hotplug of Express Module with pci bridgesYinghai Lu1-1/+5
2011-12-14PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2-1/+3
2011-12-13PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki1-17/+12
2011-12-05PCI: fix ats compile failureJames Bottomley1-0/+1
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai2-1/+8
2011-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-21/+47