linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-15 04:47:00 to 2019-08-20 00:12:36 UTC [more...]

[PATCH 0/4] Layerscape: Remove num-lanes property from PCIe nodes
 2019-08-20  0:12 UTC  (7+ messages)
` [PATCH 1/4] dt-bingings: PCI: Remove the num-lanes from Required properties
` [PATCH 3/4] ARM: dts: ls1021a: Remove num-lanes property from PCIe nodes

[PATCH] PCI: Add sysfs attribute for disabling PCIe link to downstream component
 2019-08-19 23:52 UTC  (6+ messages)

[PATCH v5 0/7] Fix PF/VF dependency issue
 2019-08-19 23:19 UTC  (25+ messages)
` [PATCH v5 1/7] PCI/ATS: Fix pci_prg_resp_pasid_required() dependency issues
` [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/IOV: Move sysfs SR-IOV functions to iov.c
 2019-08-19 22:42 UTC  (17+ 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 v3 0/4] PCI: Clean up pci-sysfs.c
    ` [Linux-kernel-mentees] "
  ` [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

[PATCH] ACPI / PCI: fix a memory leak bug
 2019-08-19 21:23 UTC  (2+ messages)

[PATCH v2] 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-19 19:53 UTC  (2+ messages)

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

[PATCH v3 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-19 18:23 UTC  (10+ messages)
` [PATCH v3 1/8] PCI: Add Amazon's Annapurna Labs vendor ID
` [PATCH v3 4/8] PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root Port
` [PATCH v3 5/8] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding

[PATCH] PCI: kirin: Make structure kirin_dw_pcie_ops constant
 2019-08-19 17:30 UTC  (2+ messages)

[PATCH] ACPI/PCI: Remove surplus parentheses from a return statement
 2019-08-19 17:25 UTC  (2+ messages)

[PATCH] Documentation PCI: Fix pciebus-howto.rst filename typo
 2019-08-19 17:16 UTC  (2+ messages)

[PATCH v3 0/4] Simplify PCIe hotplug indicator control
 2019-08-19 16:16 UTC  (6+ messages)
` [PATCH v3 1/4] PCI: pciehp: Add pciehp_set_indicators() to jointly set LED indicators
` [PATCH v3 2/4] PCI: pciehp: Switch LED indicators with a single write
` [PATCH v3 3/4] PCI: pciehp: Remove pciehp_set_attention_status()
` [PATCH v3 4/4] PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()

[PATCH net-next, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-19 15:04 UTC  (16+ messages)
` [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 v2 1/2] PCI: pciehp: Do not disable interrupt twice on suspend
 2019-08-19 12:28 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: pciehp: Prevent deadlock on disconnect

[PATCH] PCI: Fix misspelled words
 2019-08-19 11:58 UTC  (2+ messages)

[PATCH] x86/PCI: Add missing SPDX license header
 2019-08-19  6:06 UTC 

[PATCH] x86/PCI: Replace deprecated EXTRA_CFLAGS with ccflags-y
 2019-08-19  6:05 UTC 

[PATCH v6 0/8] Fix PF/VF dependency issue
 2019-08-17  0:10 UTC  (9+ messages)
` [PATCH v6 1/8] PCI/ATS: Fix pci_prg_resp_pasid_required() dependency issues
` [PATCH v6 2/8] PCI/ATS: Cache PRI capability check result
` [PATCH v6 3/8] PCI/ATS: Cache PASID "
` [PATCH v6 4/8] PCI/IOV: Add pci_physfn_reslock/unlock() interfaces
` [PATCH v6 5/8] PCI/ATS: Add PRI support for PCIe VF devices
` [PATCH v6 6/8] PCI/ATS: Add PASID "
` [PATCH v6 7/8] PCI/ATS: Disable PF/VF ATS service independently
` [PATCH v6 8/8] PCI: Skip Enhanced Allocation (EA) initialization for VF device

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

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-08-16 16:51 UTC  (24+ 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 07/23] PCI: hotplug: movable BARs: Don't allow added devices to steal resources
` [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
` [PATCH v5 11/23] PCI: hotplug: movable BARs: Calculate immovable parts of bridge windows
` [PATCH v5 12/23] PCI: hotplug: movable BARs: Compute limits for relocated "
` [PATCH v5 13/23] PCI: Make sure bridge windows include their fixed BARs
` [PATCH v5 14/23] PCI: Fix assigning the fixed prefetchable resources
` [PATCH v5 15/23] PCI: hotplug: movable BARs: Assign fixed and immovable BARs before others
` [PATCH v5 16/23] PCI: hotplug: movable BARs: Don't reserve IO/mem bus space
` [PATCH v5 17/23] powerpc/pci: Fix crash with enabled movable BARs
` [PATCH v5 18/23] powerpc/pci: Handle BAR movement
` [PATCH v5 19/23] PCI: hotplug: Configure MPS for hot-added bridges during bus rescan
` [PATCH v5 20/23] PCI: hotplug: movable BARs: Enable the feature by default
` [PATCH v5 21/23] nvme-pci: Handle movable BARs
` [PATCH v5 22/23] PCI/portdrv: Declare support of "
` [PATCH v5 23/23] PCI: pciehp: movable BARs: Trigger a domain rescan on hp events

[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] 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 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 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)

[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] 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  (3+ messages)

[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  (3+ 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)


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