linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-30 17:12:37 to 2019-06-06 07:10:01 UTC [more...]

[PATCH 0/3] Redundant steps removal and bug fix of ntb_hw_switchtec
 2019-06-06  7:09 UTC  (3+ messages)
` [PATCH 1/3] ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function
` [PATCH 2/3] ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for crosslink case

[PATCH v3] PCI: xilinx-nwl: Fix Multi MSI data programming
 2019-06-06  4:49 UTC  (4+ messages)

PCI: Correct the resource_alignment parameter example
 2019-06-06  4:38 UTC  (2+ messages)

[PATCH 0/3] PCI: Power management improvements
 2019-06-05 19:05 UTC  (5+ messages)
` [PATCH 1/3] PCI: Add missing link delays required by the PCIe spec
` [PATCH 2/3] PCI: Do not poll for PME if the device is in D3cold
` [PATCH 3/3] PCI / ACPI: Handle sibling devices sharing power resources

[RFC 0/6] Harden list_for_each_entry_rcu() and family
 2019-06-05 13:04 UTC  (21+ messages)
` [RFC 1/6] rcu: Add support for consolidated-RCU reader checking
` [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry
` [RFC 3/6] driver/core: Convert to use built-in RCU list checking
` [RFC 4/6] workqueue: Convert for_each_wq to use built-in list check
` [RFC 5/6] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [RFC 6/6] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH] PCI: PM: Avoid resuming devices in D3hot during system suspend
 2019-06-05 12:01 UTC  (5+ messages)

[PATCH] PCI / PM: Don't runtime suspend when device only supports wakeup from D0
 2019-06-05 11:57 UTC  (6+ messages)

[PATCH v2 0/6] dmaengine: Add Synopsys eDMA IP driver (version 0)
 2019-06-05  8:14 UTC  (9+ messages)
` [PATCH v2 1/6] dmaengine: Add Synopsys eDMA IP core driver
` [PATCH v2 2/6] dmaengine: Add Synopsys eDMA IP version 0 support
` [PATCH v2 3/6] dmaengine: Add Synopsys eDMA IP version 0 debugfs support
` [PATCH v2 4/6] PCI: Add Synopsys endpoint EDDA Device ID
` [PATCH v2 5/6] dmaengine: Add Synopsys eDMA IP PCIe glue-logic
` [PATCH v2 6/6] MAINTAINERS: Add Synopsys eDMA IP driver maintainer

Bug report: AER driver deadlock
 2019-06-05  0:59 UTC  (4+ messages)

AMD IO_PAGE_FAULT w/NTB on Write ops?
 2019-06-04 21:15 UTC  (5+ messages)
  ` Fwd: "

[RFC] ARM64 PCI resource survey issue(s)
 2019-06-04 20:41 UTC  (7+ messages)

[PATCH v2] lspci: Add PCIe 5.0 data rate (32 GT/s) support
 2019-06-04 20:31 UTC  (2+ messages)

[PATCH] PCI/IOV: Fix VF cfg_size
 2019-06-04 20:36 UTC  (2+ messages)

[PATCH v2] PCI: Add PCIe 5.0 data rate (32 GT/s) support
 2019-06-04 20:26 UTC  (2+ messages)

[RFC PATCH 00/30] Add PCIe support to TI's J721E SoC
 2019-06-04 19:45 UTC  (32+ messages)
` [RFC PATCH 01/30] dt-bindings: PCI: cadence: Add DT binding to use PCIe with IOMMU
` [RFC PATCH 02/30] dt-bindings: PCI: cadence: Add binding to reset PERST#
` [RFC PATCH 03/30] dt-bindings: PCI: cadence: Update host DT bindings with TI specific compatible
` [RFC PATCH 04/30] dt-bindings: PCI: cadence: Update EP "
` [RFC PATCH 05/30] linux/kernel.h: Add PTR_ALIGN_DOWN macro
` [RFC PATCH 06/30] PCI: cadence: Add support to use custom read and write accessors
` [RFC PATCH 07/30] PCI: cadence: Add read and write accessors to perform only 32-bit accesses
` [RFC PATCH 08/30] PCI: cadence: Add support to use PCIe in J721E SoC
` [RFC PATCH 09/30] PCI: cadence: Add platform_data to start link and check link status
` [RFC PATCH 10/30] PCI: cadence: Use *_start_link() and *_wait_for_link() to establish link
` [RFC PATCH 11/30] PCI: cadence: Add support to drive PERST# line using GPIO
` [RFC PATCH 12/30] PCI: cadence: Make "mem" an optional memory resource
` [RFC PATCH 13/30] PCI: cadence: Use local management register to configure Vendor ID
` [RFC PATCH 14/30] PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
` [RFC PATCH 15/30] PCI: endpoint: Replace spinlock with mutex
` [RFC PATCH 16/30] PCI: endpoint: Assign function number of each PF in EPC core
` [RFC PATCH 17/30] PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex
` [RFC PATCH 18/30] PCI: endpoint: Add support to add virtual function in endpoint core
` [RFC PATCH 19/30] PCI: endpoint: Add support to link a physical function to a virtual function
` [RFC PATCH 20/30] PCI: endpoint: Add virtual function number in pci_epc ops
` [RFC PATCH 21/30] PCI: cadence: Add support to configure virtual functions
` [RFC PATCH 22/30] PCI: cadence: Configure pci_epc_features to align BAR addresses to 256 Bytes
` [RFC PATCH 23/30] of/platform: Export of_platform_device_create_pdata()
` [RFC PATCH 24/30] dt-bindings: PCI: J721E: Add DT bindings for PCIe controller in J721E
` [RFC PATCH 25/30] PCI: j721e: Add TI J721E PCIe driver
` [RFC PATCH 26/30] MAINTAINERS: Add MAINTAINER entry for PCIe on TI's J721E SoC
` [RFC PATCH 27/30] misc: pci_endpoint_test: Add J721E in pci_device_id table
` [RFC PATCH 28/30] misc: pci_endpoint_test: Avoid using module parameter to determine irqtype
` [RFC PATCH 29/30] misc: pci_endpoint_test: Populate sriov_configure ops to configure SRIOV device
` [RFC PATCH 30/30] misc: pci_endpoint_test: Enable legacy interrupt

[PATCH 1/1] PCI/IOV: Fix VF0 cached config space size for other VFs
 2019-06-04 17:29 UTC  (2+ messages)

[PATCH V4 00/28] Enable Tegra PCIe root port features
 2019-06-04 14:10 UTC  (10+ messages)
` [PATCH V4 04/28] PCI: tegra: Mask AFI_INTR in runtime suspend
` [PATCH V4 22/28] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH V4 27/28] PCI: tegra: Add support for GPIO based PERST#
` [PATCH V4 28/28] PCI: tegra: Change link retry log level to debug

[PATCH] PCI: altera: Allow building as module
 2019-06-04 13:18 UTC  (2+ messages)

[PATCH v5 0/3] Qualcomm QCS404 PCIe support
 2019-06-04 12:52 UTC  (4+ messages)

[PATCH 0/2] PCI: device link quirk for NVIDIA GPU
 2019-06-04 11:43 UTC  (10+ messages)
` [PATCH 1/2] PCI: Code reorganization for VGA device link
` [PATCH 2/2] PCI: Create device link for NVIDIA GPU

[PATCH] PCI: rpaphp: Avoid a sometimes-uninitialized warning
 2019-06-04  6:24 UTC  (6+ messages)
` [PATCH v2] "

SSD surprise removal leads to long wait inside pci_dev_wait() and FLR 65s timeout
 2019-06-03 23:05 UTC  (6+ messages)

VPD access Blocked by commit 0d5370d1d85251e5893ab7c90a429464de2e140b
 2019-06-03 22:40 UTC  (5+ messages)
    ` [EXT] "

[PATCH v2 0/4] Potential fix for runpm issues on various laptops
 2019-06-03 18:10 UTC  (12+ messages)
` [PATCH v2 4/4] pci: save the boot pcie link speed and restore it on fini

[PATCH] PCI: endpoint: Add DMA to Linux PCI EP Framework
 2019-06-03 17:42 UTC  (18+ messages)

[PATCHv6 0/6] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-06-03 12:49 UTC  (4+ messages)
` [PATCHv6 5/6] arm64: dts: lx2160a: Add PCIe controller DT nodes

[PATCH v3 0/3] Allow custom PCI resource alignment on pseries
 2019-06-03  9:12 UTC  (14+ messages)
` [PATCH v3 1/3] PCI: Introduce pcibios_ignore_alignment_request
    ` [EXTERNAL] "

[PATCH v2] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
 2019-06-03  7:34 UTC  (7+ messages)

In A Nutshell
 2019-05-30 21:23 UTC 

[PATCH] PCI: hv: Fix build error without CONFIG_SYSFS
 2019-06-01 22:59 UTC  (2+ messages)

[PATCH] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-06-01 18:42 UTC 

[PATCH AUTOSEL 5.1 063/186] PCI: dwc: Free MSI in dw_pcie_host_init() error path
 2019-06-01 13:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 064/186] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()

[PATCH AUTOSEL 5.0 059/173] PCI: dwc: Free MSI in dw_pcie_host_init() error path
 2019-06-01 13:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 060/173] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()

[PATCH AUTOSEL 4.19 047/141] PCI: dwc: Free MSI in dw_pcie_host_init() error path
 2019-06-01 13:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 048/141] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()

[PATCH AUTOSEL 4.4 27/56] PCI: Mark Atheros AR9462 to avoid bus reset
 2019-06-01 13:25 UTC  (5+ messages)
` [PATCH AUTOSEL 4.4 29/56] x86/PCI: Fix PCI IRQ routing table memory leak
` [PATCH AUTOSEL 4.4 39/56] PCI: rpadlpar: Fix leaked device_node references in add/remove paths
` [PATCH AUTOSEL 4.4 40/56] PCI: rcar: Fix a potential NULL pointer dereference
` [PATCH AUTOSEL 4.4 49/56] PCI: xilinx: Check for __get_free_pages() failure

[GIT PULL] Power management fixes for v5.2-rc3
 2019-05-31 17:50 UTC  (2+ messages)

[PATCH v3 0/2] Fix a pair of setup bus bugs
 2019-05-31 17:12 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: Prevent 64-bit resources from being counted in 32-bit bridge region
` [PATCH v3 2/2] PCI: Fix disabling of bridge BARs when assigning bus resources

[PATCH] drivers/pci/controller: fix warning PTR_ERR_OR_ZERO can be used
 2019-05-31 14:47 UTC  (3+ messages)

[PATCH v3 0/5] Add Error Disconnect Recover (EDR) support
 2019-05-31 14:12 UTC  (8+ messages)
` [PATCH v3 1/5] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v3 2/5] PCI/DPC: Allow dpc_probe() even if DPC is handled in firmware
` [PATCH v3 4/5] PCI/DPC: Add Error Disconnect Recover (EDR) support

[PATCH v8 0/7] Add virtio-iommu driver
 2019-05-31 11:13 UTC  (10+ messages)
` [PATCH v8 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v8 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
    ` [virtio-dev] "
` [PATCH v8 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v8 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v8 5/7] iommu: Add virtio-iommu driver
` [PATCH v8 6/7] iommu/virtio: Add probe request
` [PATCH v8 7/7] iommu/virtio: Add event queue

[PATCH 1/1] PCI/IOV: fix cfg_size setting for multiple vfio-devices
 2019-05-31  3:28 UTC 

[pci:pci/docs 2/12] htmldocs: include/linux/pci.h:831: warning: Function parameter or member 'node' not described in 'pci_driver'
 2019-05-30 22:57 UTC  (2+ messages)

[PATCH 00/22] Some documentation fixes
 2019-05-30 22:49 UTC  (2+ messages)
    ` [PATCH 22/22] docs: fix broken documentation links

[PATCH v2 0/5] Fix PF/VF dependency issues
 2019-05-30 17:39 UTC  (7+ messages)
` [PATCH v2 1/5] PCI/ATS: Add PRI support for PCIe VF devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).