summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing2019-07-311-0/+1
* PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang2019-07-311-1/+1
* PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang2019-07-311-0/+6
* PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang2019-07-311-3/+6
* PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang2019-07-311-2/+3
* PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada2019-07-311-6/+5Star
* PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut2019-07-311-1/+1
* PCI: Return error if cannot probe VFAlex Williamson2019-07-311-6/+7
* PCI: qcom: Ensure that PERST is asserted for at least 100 msNiklas Cassel2019-07-261-0/+2
* PCI: Do not poll for PME if the device is in D3coldMika Westerberg2019-07-261-0/+7
* PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui2019-07-261-6/+9
* ACPI/PCI: PM: Add missing wakeup.flags.valid checksRafael J. Wysocki2019-06-221-1/+2
* PCI: xilinx: Check for __get_free_pages() failureKangjie Lu2019-06-151-2/+10
* PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut2019-06-151-3/+3
* PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu2019-06-151-0/+4
* PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler2019-06-151-0/+4
* PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I2019-06-151-0/+4
* switchtec: Fix unintended mask of MRPC eventWesley Sheng2019-06-151-1/+2
* PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I2019-06-151-2/+5
* PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang2019-06-152-4/+9
* PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang2019-06-151-3/+6
* PCI: Fix issue with "pci=disable_acs_redir" parameter being ignoredLogan Gunthorpe2019-05-251-2/+17
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-05-252-0/+26
* PCI: Factor out pcie_retrain_link() functionStefan Mätje2019-05-251-16/+24
* PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda2019-05-251-0/+21
* PCI/AER: Change pci_aer_init() stub to return voidJisheng Zhang2019-05-251-1/+1
* PCI: Init PCIe feature bits for managed host bridge allocJean-Philippe Brucker2019-05-251-9/+14
* PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood2019-05-251-0/+1
* PCI: Mark AMD Stoney Radeon R7 GPU ATS as brokenNikolai Kostrigin2019-05-251-0/+1
* PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-05-161-0/+4
* PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-05-161-0/+16
* PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-05-161-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-2/+2
* PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg2019-04-201-0/+22
* PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-171-0/+4
* PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara2019-04-171-0/+2
* PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()Rafael J. Wysocki2019-04-051-7/+15
* PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach2019-03-231-1/+1
* PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu2019-03-231-1/+26
* PCI/ASPM: Use LTR if already enabled by platformBjorn Helgaas2019-03-231-13/+23
* PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe2019-02-231-1/+2
* PCI: imx: Enable MSI from downstream componentsRichard Zhu2019-02-121-0/+10
* switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwriteJoey Zhang2019-02-121-0/+3
* PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier2019-01-161-6/+7
* PCI: dwc: Take lock when ACKing an interruptMarc Zyngier2019-01-161-0/+5
* PCI: dwc: Use interrupt masking instead of disablingMarc Zyngier2019-01-161-7/+12
* PCI / PM: Allow runtime PM without callback functionsJarkko Nikula2019-01-131-15/+12Star
* PCI: imx6: Fix link training status detection in link up checkTrent Piepho2018-12-171-9/+1Star
* PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka2018-12-051-13/+11Star
* PCI: dwc: Fix MSI-X EP framework address calculation bugGustavo Pimentel2018-12-051-1/+0Star