linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-21 11:37:10 to 2022-06-24 14:35:37 UTC [more...]

[PATCH RESEND v5 00/18] PCI: dwc: Various fixes and cleanups
 2022-06-24 14:34 UTC  (13+ messages)
` [PATCH RESEND v5 01/18] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH RESEND v5 02/18] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH RESEND v5 03/18] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH RESEND v5 04/18] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH RESEND v5 05/18] PCI: dwc: Deallocate EPC memory on EP init error
` [PATCH RESEND v5 06/18] PCI: dwc: Enable CDM-check independently from the num_lanes value
` [PATCH RESEND v5 07/18] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH RESEND v5 08/18] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH RESEND v5 09/18] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH RESEND v5 10/18] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH RESEND v5 11/18] PCI: dwc: Organize local variables usage
` [PATCH RESEND v5 12/18] PCI: dwc: Re-use local pointer to the resource data

(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
 2022-06-24 14:32 UTC  (8+ messages)

[PATCH v3 1/2] PCI: qcom: fix IPQ8074 Gen2 support
 2022-06-24 10:46 UTC  (7+ messages)
` [PATCH v3 2/2] PCI: qcom: move register accesses to .post_init

[PATCH v4 1/2] PCI: qcom: Move IPQ8074 DBI register accesses after phy_power_on()
 2022-06-24 10:44 UTC  (2+ messages)
` [PATCH v4 2/2] PCI: qcom: Move all "

[helgaas-pci:pci/ctrl/mediatek] BUILD SUCCESS b3b76fc86f0fb4d98918f48c784138bfa950dff6
 2022-06-24 10:06 UTC 

[PATCH -next] PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
 2022-06-24  9:46 UTC 

[PATCH v1 0/3] PCI: qcom: sc7280: add missing clocks
 2022-06-24  9:19 UTC  (4+ messages)
` [PATCH v1 1/3] PCI: qcom: Add missing sc7280 clocks in PCIe driver
` [PATCH v1 2/3] dt-bindings: pci: QCOM sc7280 add missing clocks
` [PATCH v1 3/3] arm64: dts: qcom: sc7280: Add missing pcie clocks

[PATCH v1] PCI: qcom: Allow L1 and its sub states on qcom dwc wrapper
 2022-06-24  9:02 UTC  (4+ messages)
` [PATCH v2] PCI: qcom: Allow L1 and its sub states

[PATCH v1 0/2] PCI: Restrict pci transactions after pci suspend
 2022-06-24  7:28 UTC  (3+ messages)
` [PATCH v1 1/2] PCI: qcom: Add system PM support
` [PATCH v1 2/2] PCI: qcom: Restrict pci transactions after pci suspend

[helgaas-pci:pci/endpoint] BUILD SUCCESS 8821cd7c4ba644fe3c7d4a99aa8e75fc7cfff413
 2022-06-24  6:42 UTC 

[PATCH v13 10/15] PCI: imx6: Turn off regulator when system is in suspend mode
 2022-06-24  5:05 UTC  (3+ messages)

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-06-24  4:19 UTC  (51+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 02/46] cxl/port: Keep port->uport valid for the entire life of a port
` [PATCH 03/46] cxl/hdm: Use local hdm variable
` [PATCH 04/46] cxl/core: Rename ->decoder_range ->hpa_range
` [PATCH 05/46] cxl/core: Drop ->platform_res attribute for root decoders
` [PATCH 06/46] cxl/core: Drop is_cxl_decoder()
` [PATCH 07/46] cxl: Introduce cxl_to_{ways,granularity}
` [PATCH 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 10/46] cxl/core: Define a 'struct cxl_root_decoder' for tracking CXL window resources
` [PATCH 11/46] cxl/core: Define a 'struct cxl_endpoint_decoder' for tracking DPA resources
` [PATCH 12/46] cxl/mem: Convert partition-info to resources
` [PATCH 13/46] cxl/hdm: Require all decoders to be enumerated
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [PATCH 15/46] cxl/Documentation: List attribute permissions
` [PATCH 16/46] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH 17/46] cxl/hdm: Track next decoder to allocate
` [PATCH 18/46] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH 19/46] cxl/debug: Move debugfs init to cxl_core_init()
` [PATCH 20/46] cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
` [PATCH 21/46] tools/testing/cxl: Move cxl_test resources to the top of memory
` [PATCH 22/46] tools/testing/cxl: Expand CFMWS windows
` [PATCH 23/46] tools/testing/cxl: Add partition support
` [PATCH 24/46] tools/testing/cxl: Fix decoder default state
` [PATCH 25/46] cxl/port: Record dport in endpoint references
` [PATCH 26/46] cxl/port: Record parent dport when adding ports
` [PATCH 27/46] cxl/port: Move 'cxl_ep' references to an xarray per port
` [PATCH 28/46] cxl/port: Move dport tracking to an xarray
` [PATCH 29/46] cxl/port: Cache CXL host bridge data
` [PATCH 30/46] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH 31/46] cxl/hdm: Initialize decoder type for memory expander devices
` [PATCH 32/46] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH 33/46] resource: Introduce alloc_free_mem_region()
` [PATCH 34/46] cxl/region: Add region creation support
` [PATCH 35/46] cxl/region: Add a 'uuid' attribute
` [PATCH 36/46] cxl/region: Add interleave ways attribute
` [PATCH 37/46] cxl/region: Allocate host physical address (HPA) capacity to new regions
` [PATCH 38/46] cxl/region: Enable the assignment of endpoint decoders to regions
` [PATCH 39/46] cxl/acpi: Add a host-bridge index lookup mechanism
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 41/46] cxl/region: Program target lists
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware
` [PATCH 43/46] cxl/region: Add region driver boiler plate
` [PATCH 44/46] cxl/pmem: Delete unused nvdimm attribute
` [PATCH 45/46] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH 46/46] cxl/region: Introduce cxl_pmem_region objects

[Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar
 2022-06-24  4:02 UTC  (5+ messages)

[PATCH -next] PCI: endpoint: Fix Kconfig dependency
 2022-06-24  1:19 UTC 

[PATCH -next] NTB: EPF: Fix Kconfig dependency
 2022-06-24  1:15 UTC  (5+ messages)
    ` [EXT] "

[PATCH v6 0/6] RZN1 USB Host support
 2022-06-23 22:40 UTC  (3+ messages)

[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
 2022-06-23 20:31 UTC  (6+ messages)

[PATCH V11 0/8] CXL: Read CDAT and DSMAS data
 2022-06-23 18:14 UTC  (34+ messages)
` [PATCH V11 3/8] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V11 4/8] cxl/pci: Create PCI DOE mailbox's for memory devices
  ` [PATCH v11 "
` [PATCH V11 5/8] cxl/port: Read CDAT table

[PATCH v4 2/2] PCI/DPC: Disable DPC service when link is in L2/L3 ready, L2 and L3 state
 2022-06-23 17:28 UTC  (2+ messages)

[PATCH] PCI: rcar-ep: Simplify bitmap allocation
 2022-06-23 17:04 UTC  (2+ messages)

[PATCH][next] NTB: EPF: set pointer addr to null using NULL rather than 0
 2022-06-23 16:57 UTC 

[PATCH v4 0/2] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-06-23 16:40 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names
` [PATCH v4 2/2] dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string

[PATCH] PCI: qcom: Add support for modular builds
 2022-06-23 15:52 UTC  (4+ messages)

[PATCH 1/2] Documentation: PCI: Use code-block block for scratchpad registers diagram
 2022-06-23 15:37 UTC  (3+ messages)
    ` [EXT] "
  ` [PATCH 2/2] Documentation: PCI: extend subheading underline for "lspci output" section

[PATCH] NTB: EPF: Fix missing error code in epf_ntb_bind()
 2022-06-23  8:45 UTC 

[PATCH v3 1/5] dt-bindings: pci: Add ARTPEC-8 PCIe controller
 2022-06-23  8:27 UTC  (2+ messages)

Ruch z pierwszej pozycji w Google
 2022-06-23  7:41 UTC 

[PATCH v3] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-23  0:38 UTC 

[PATCH v2] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-23  0:19 UTC  (4+ messages)

[RESEND PATCH v4] MAINTAINERS: add polarfire rng, pci and clock drivers
 2022-06-22 22:58 UTC 

[PATCH] PCI: endpoint: Don't stop EP controller by EP function
 2022-06-22 21:01 UTC  (4+ messages)

[PATCH net-next v7] net: txgbe: Add build support for txgbe
 2022-06-22 20:59 UTC  (2+ messages)

[PATCH v2] PCI: qcom: fix IPQ8074 Gen2 support
 2022-06-22 20:26 UTC  (15+ messages)

[PATCH v3 17/17] PCI: dwc: Add Baikal-T1 PCIe controller support
 2022-06-22 17:04 UTC  (3+ messages)

[PATCH 0/2] PCI: rcar: Fix of_find_matching_node() reference leak
 2022-06-22 11:05 UTC  (5+ messages)
` [PATCH 1/2] PCI: rcar: Add dev struct for of_device_get_match_data()
` [PATCH 2/2] PCI: rcar: Resolve of_find_matching_node() reference leak

[PATCH] pci/controller/pcie-rcar-host: Hold the reference returned by of_find_matching_node
 2022-06-22  7:49 UTC  (4+ messages)
  `  "

[PATCH v3 1/5] dt-bindings: pci: Add ARTPEC-8 PCIe controller
 2022-06-22  7:20 UTC  (8+ messages)
  ` [PATCH v3 0/5] Add support for Axis, ARTPEC-8 PCIe driver

[PATCH V1] PCI: endpoint: Register release() for EPC device
 2022-06-22  7:07 UTC  (3+ messages)

[PATCH v3 2/5] dt-bindings: phy: Add ARTPEC-8 PCIe phy
 2022-06-22  7:06 UTC  (3+ messages)

[PATCHv2 1/2] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
 2022-06-22  4:13 UTC  (3+ messages)

[PATCH V1] PCI: designware-ep: Fix DBI access before core init
 2022-06-22  4:01 UTC 

[PATCH] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-22  2:25 UTC  (3+ messages)

[PATCH 0/4] PCI: brcmstb: Revert subdevice regulator stuff
 2022-06-21 23:32 UTC  (2+ messages)

[PATCH v5 0/2] Add support for Xilinx Versal CPM5 Root Port
 2022-06-21 22:28 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: xilinx-cpm: Add "
` [PATCH v5 2/2] PCI: xilinx-cpm: Add support for "

[PATCH V1 RESEND 0/4] Infrastructure to define apertures in a PCIe device with a flattened device tree
 2022-06-21 15:16 UTC  (7+ messages)
` [PATCH V1 RESEND 1/4] pci: add interface to create pci-ep device tree node
` [PATCH V1 RESEND 2/4] Documentation: devicetree: bindings: add binding for PCIe endpoint bus
` [PATCH V1 RESEND 3/4] fpga: xrt: management physical function driver


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