linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 11:37:27 to 2019-08-16 16:51:17 UTC [more...]

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-08-16 16:50 UTC  (10+ messages)
` [PATCH v5 01/23] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH v5 02/23] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH v5 03/23] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH v5 04/23] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH v5 05/23] PCI: hotplug: movable BARs: Fix reassigning the released bridge windows
` [PATCH v5 06/23] PCI: hotplug: movable BARs: Recalculate all bridge windows during rescan
` [PATCH v5 08/23] PCI: Include fixed and immovable BARs into the bus size calculating
` [PATCH v5 09/23] PCI: Prohibit assigning BARs and bridge windows to non-direct parents
` [PATCH v5 10/23] PCI: hotplug: movable BARs: Try to assign unassigned resources only once

[GIT PULL] Power management fixes for v5.3-rc5
 2019-08-16 16:30 UTC  (2+ messages)

[PATCH v2 00/10] Add definition for the number of standard PCI BARs
 2019-08-16 16:23 UTC  (17+ messages)
` [PATCH v2 01/10] PCI: Add define "
` [PATCH v2 02/10] s390/pci: Loop using PCI_STD_NUM_BARS
` [PATCH v2 03/10] x86/PCI: "
` [PATCH v2 04/10] stmmac: pci: "
` [PATCH v2 05/10] net: dwc-xlgmac: "
` [PATCH v2 06/10] rapidio/tsi721: "
` [PATCH v2 07/10] efifb: "
` [PATCH v2 08/10] vfio_pci: "
` [PATCH v2 09/10] PCI: hv: Use PCI_STD_NUM_BARS
` [PATCH v2 10/10] PCI: "

[PATCH net-next, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-16 16:16 UTC  (16+ messages)
` [PATCH net-next, 1/6] PCI: hv: Add a paravirtual backchannel in software
` [PATCH net-next, 2/6] PCI: hv: Add a Hyper-V PCI mini driver for software backchannel interface
` [PATCH net-next, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next, 4/6] net/mlx5: Add HV VHCA infrastructure
` [PATCH net-next, 5/6] net/mlx5: Add HV VHCA control agent
` [PATCH net-next, 6/6] net/mlx5e: Add mlx5e HV VHCA stats agent

[PATCH] vfio_pci: Replace pci_try_reset_function() with __pci_reset_function_locked() to ensure that the pci device configuration space is restored to its original state
 2019-08-16 15:24 UTC  (2+ messages)

[PATCH 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-16 15:11 UTC  (26+ messages)
` [PATCH 02/10] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCH 03/10] PCI: designware-ep: Move the function of getting MSI capability forward
` [PATCH 04/10] dt-bindings: pci: layerscape-pci: add compatible strings for ls1088a and ls2088a
` [PATCH 05/10] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCH 06/10] PCI: layerscape: Modify the MSIX to the doorbell way
` [PATCH 07/10] PCI: layerscape: Fix some format issue of the code
` [PATCH 08/10] dt-bindings: PCI: Add the pf-offset property
` [PATCH 09/10] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCH 10/10] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[PATCH] Documentation PCI: Fix pciebus-howto.rst filename typo
 2019-08-16 13:53 UTC 

[PATCH v3 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-08-16 13:45 UTC  (30+ messages)
` [PATCH v3 01/14] PCI/P2PDMA: Introduce private pagemap structure
` [PATCH v3 02/14] PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap struct
` [PATCH v3 03/14] PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()
` [PATCH v3 04/14] PCI/P2PDMA: Factor out __upstream_bridge_distance()
` [PATCH v3 05/14] PCI/P2PDMA: Apply host bridge whitelist for ACS
` [PATCH v3 06/14] PCI/P2PDMA: Factor out host_bridge_whitelist()
` [PATCH v3 07/14] PCI/P2PDMA: Whitelist some Intel host bridges
` [PATCH v3 08/14] PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
` [PATCH v3 09/14] PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
` [PATCH v3 10/14] PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
` [PATCH v3 11/14] PCI/P2PDMA: Store mapping method in an xarray
` [PATCH v3 12/14] PCI/P2PDMA: dma_map() requests that traverse the host bridge
` [PATCH v3 13/14] PCI/P2PDMA: Allow IOMMU for host bridge whitelist
` [PATCH v3 14/14] PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation

[PATCH V3 1/3] PCI: rcar: Move the inbound index check
 2019-08-16 13:38 UTC  (8+ messages)
` [PATCH V3 2/3] PCI: rcar: Do not abort on too many inbound dma-ranges

[PATCH v6,1/2] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-08-16 12:10 UTC  (4+ messages)
` [PATCH v6,2/2] PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers

Bug report: AER driver deadlock
 2019-08-16  7:11 UTC  (4+ messages)

[PATCH] ACPI / PCI: fix a memory leak bug
 2019-08-16  4:33 UTC 

[PATCH] PCI/IOV: Move sysfs SR-IOV functions to iov.c
 2019-08-16  4:22 UTC  (20+ messages)
` [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
  ` [PATCH v2 1/3] PCI: sysfs: Define device attributes with DEVICE_ATTR*()
    ` [Linux-kernel-mentees] "
  ` [PATCH v2 2/3] PCI: sysfs: Change permissions from symbolic to octal
    ` [Linux-kernel-mentees] "
  ` [PATCH v2 3/3] PCI/IOV: Move sysfs SR-IOV functions to iov.c
  ` [Linux-kernel-mentees] [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
  ` [PATCH v3 0/4] PCI: Clean up pci-sysfs.c
  ` [PATCH v3 1/4] PCI: sysfs: Define device attributes with DEVICE_ATTR*
  ` [PATCH v3 2/4] PCI: sysfs: Change permissions from symbolic to octal
  ` [PATCH v3 3/4] PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()
  ` [PATCH v3 4/4] PCI/IOV: Move sysfs SR-IOV functions to iov.c

[PATCHv3 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
 2019-08-16  4:17 UTC  (3+ messages)
` [PATCHv3 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes

[GIT PULL] Hisilicon fixes for v5.3
 2019-08-16  3:29 UTC 

[PATCH v6 0/9] Add Error Disconnect Recover (EDR) support
 2019-08-16  1:54 UTC  (11+ messages)
` [PATCH v6 1/9] PCI/ERR: Update error status after reset_link()
` [PATCH v6 2/9] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v6 3/9] PCI/ACPI: Expose EDR support via _OSC to BIOS

[PATCH v5 0/7] Fix PF/VF dependency issue
 2019-08-16  1:21 UTC  (16+ messages)
` [PATCH v5 2/7] PCI/ATS: Initialize PRI in pci_ats_init()
` [PATCH v5 3/7] PCI/ATS: Initialize PASID "
` [PATCH v5 4/7] PCI/ATS: Add PRI support for PCIe VF devices
` [PATCH v5 5/7] PCI/ATS: Add PASID "

[PATCH] PCI/P2PDMA: Fix a source code comment
 2019-08-15 22:41 UTC  (3+ messages)

[PATCH] PCI: Use pci_reset_bus() in quirk_reset_lenovo_thinkpad_50_nvgpu()
 2019-08-15 22:15 UTC  (2+ messages)

Crash kernel with 256 MB reserved memory runs into OOM condition
 2019-08-15 17:00 UTC  (4+ messages)
      ` Messages to kexec@ get moderated (was: Crash kernel with 256 MB reserved memory runs into OOM condition)

[PATCH v5,1/2] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-08-15 16:55 UTC  (4+ messages)
` [PATCH v5,2/2] PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers

[PATCH] usb: xhci-pci: reorder removal to avoid use-after-free
 2019-08-15 15:27 UTC  (6+ messages)
  ` AW: "
      ` [PATCH v2] "

[PATCH] PCI: pci-hyperv: fix build errors on non-SYSFS config
 2019-08-15 15:14 UTC  (8+ messages)

[PATCH RESEND v8] PCI: imx6: limit DBI register length
 2019-08-15 10:56 UTC  (2+ messages)

[PATCH v2] pciehp: fix a race between pciehp and removing operations by sysfs
 2019-08-15  9:32 UTC  (3+ messages)

[PATCH] PCI: dwc: Add map irq callback
 2019-08-15  5:42 UTC  (5+ messages)

[PATCH] Add Microchip/Microsemi PolarFire-SoC PCIe support
 2019-08-14 18:17 UTC  (2+ messages)

[PATCH v4,1/2] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-08-14 15:32 UTC  (4+ messages)
` [PATCH v4,2/2] PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbers

Titan Ridge xHCI may stop to working after re-plugging the dock
 2019-08-14 13:34 UTC  (10+ messages)

[PATCH v3 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-14 11:39 UTC  (8+ messages)
` [PATCH v3 5/8] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding
` [PATCH v3 6/8] PCI: al: Add support for DW based driver type

[PATCHv6 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-08-14 10:11 UTC  (5+ messages)
` [PATCHv6 2/2] PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separately

[PATCH AUTOSEL 5.2 109/123] Revert "PCI: Add missing link delays required by the PCIe spec"
 2019-08-14  2:10 UTC 

[PATCH 0/5] PCI: Add PCI_ERROR_RESPONSE, check for errors
 2019-08-14  1:15 UTC  (9+ messages)
` [PATCH 3/5] PCI / PM: Check for error when reading PME status
` [PATCH 4/5] PCI / PM: Check for error when reading Power State

[PATCH v2] PCI: PM: Move to D0 before calling pci_legacy_resume_early()
 2019-08-14  1:06 UTC 

[PATCH V16 00/13] PCI: tegra: Add Tegra194 PCIe support
 2019-08-13 16:33 UTC  (10+ messages)
` [PATCH V16 06/13] PCI: dwc: Export dw_pcie_wait_for_link() API
` [PATCH V16 07/13] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V16 08/13] PCI: dwc: Add support to enable "
` [PATCH V16 09/13] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V16 10/13] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V16 11/13] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V16 12/13] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V16 13/13] PCI: tegra: Add Tegra194 PCIe support

[PATCH v3] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-08-13 14:39 UTC  (5+ messages)

[PATCH] PCI: hv: Fix build error without CONFIG_SYSFS
 2019-08-13 12:43 UTC  (6+ messages)

[PATCH 0/7] Add definition for the number of standard PCI BARs
 2019-08-13 12:48 UTC  (3+ messages)
  ` [PATCH 6/7] efifb: Use PCI_STD_NUM_BARS in loops instead of PCI_STD_RESOURCE_END


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).