summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas4-95/+116
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas6-23/+38
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas7-69/+49
2016-09-30PCI/AER: Fix aer_probe() kernel-doc commentCao jin1-1/+0
2016-09-28PCI/AER: Cache capability positionKeith Busch3-12/+19
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick2-11/+3
2016-09-23PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch3-0/+33
2016-09-20ACPI / APEI: Send correct severity to calculate AER severityTyler Baicar1-1/+1
2016-09-20PCI/AER: Remove duplicate AER severity translationTyler Baicar1-4/+2
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas3-33/+1
2016-09-14PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas1-8/+4
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2-35/+33
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel1-16/+2
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel1-2/+5
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel1-26/+32
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas1-1/+1
2016-09-12PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas1-21/+25
2016-09-06x86/PCI: VMD: Add quirk for AER to ignore source IDJon Derrick1-0/+17
2016-09-06PCI/AER: Add bus flag to skip source ID matchingJon Derrick1-2/+5
2016-09-06PCI: tegra: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-2/+5
2016-09-06PCI: generic: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-06PCI: rcar: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+6
2016-09-06PCI: versatile: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-06PCI: designware: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-9/+12
2016-09-06PCI: aardvark: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-01Merge branch 'pci/ptm' into nextBjorn Helgaas5-0/+163
2016-08-25PCI: Add PTM clock granularity informationBjorn Helgaas1-2/+29
2016-08-25PCI: pciehp: Make explicitly non-modularPaul Gortmaker1-15/+5
2016-08-25PCI: hotplug: Make core explicitly non-modularPaul Gortmaker3-24/+6
2016-08-25PCI: xilinx-nwl: Make explicitly non-modularPaul Gortmaker1-50/+3
2016-08-25PCI: xilinx: Make explicitly non-modularPaul Gortmaker1-51/+2
2016-08-25PCI: qcom: Make explicitly non-modularPaul Gortmaker1-21/+7
2016-08-25PCI: dra7xx: Make explicitly non-modularPaul Gortmaker1-28/+3
2016-08-25PCI/AER: Make explicitly non-modularPaul Gortmaker1-17/+1
2016-08-25PCI/PME: Make explicitly non-modularPaul Gortmaker1-15/+1
2016-08-25PCI: Make DPC explicitly non-modularPaul Gortmaker1-14/+4
2016-08-24PCI: generic: Make explicitly non-modularPaul Gortmaker1-5/+2
2016-08-23PCI: exynos: Make explicitly non-modularPaul Gortmaker1-6/+1
2016-08-23PCI: designware: Make explicitly non-modularPaul Gortmaker1-5/+0
2016-08-23PCI: spear: Make explicitly non-modularPaul Gortmaker1-9/+2
2016-08-23PCI: portdrv: Make explicitly non-modularPaul Gortmaker1-14/+3
2016-08-23PCI: imx6: Make explicitly non-modularPaul Gortmaker1-8/+1
2016-08-23PCI: altera: Make explicitly non-modularPaul Gortmaker1-7/+5
2016-08-23PCI: altera: Make MSI explicitly non-modularPaul Gortmaker1-5/+5
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch1-0/+1
2016-08-19PCI: Add pci_enable_ptm() for drivers to enable PTM on endpointsBjorn Helgaas1-0/+45
2016-08-15PCI: Add Precision Time Measurement (PTM) supportJonathan Yong5-0/+91
2016-08-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds36-117/+118