linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-29 06:09:08 to 2022-07-01 11:25:48 UTC [more...]

[PATCH 0/4] PCI: brcmstb: Revert subdevice regulator stuff
 2022-07-01 11:25 UTC  (3+ messages)

[PATCH v4 0/6] vfio/pci: power management changes
 2022-07-01 11:08 UTC  (7+ messages)
` [PATCH v4 1/6] vfio/pci: Mask INTx during runtime suspend
` [PATCH v4 2/6] vfio: Add a new device feature for the power management
` [PATCH v4 3/6] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v4 4/6] vfio/pci: Add the support for PCI D3cold state
` [PATCH v4 5/6] vfio/pci: Prevent low power re-entry without guest driver
` [PATCH v4 6/6] vfio/pci: Add support for virtual PME

next/master bisection: baseline.bootrr.imx6q-pcie-pcie0-probed on kontron-pitx-imx8m
 2022-07-01  9:16 UTC  (4+ messages)

[PATCH v3 00/13] treewide: PCI: renesas: Add R-Car Gen4 PCIe support
 2022-07-01  8:54 UTC  (14+ messages)
` [PATCH v3 01/13] PCI: Add PCI_EXP_LNKCAP_MLW macros
` [PATCH v3 02/13] PCI: controller: dwc: Expose dw_pcie_ep_exit() to module
` [PATCH v3 03/13] PCI: dwc: Add ep_pre_init() callback to dw_pcie_ep_ops
` [PATCH v3 04/13] PCI: dwc: Add reset_all_bars flag
` [PATCH v3 05/13] PCI: dwc: endpoint: Read num-lanes property before ep_pre_init()
` [PATCH v3 06/13] PCI: dwc: host: Read num-lanes property before host_init()
` [PATCH v3 07/13] dt-bindings: PCI: renesas: Add R-Car Gen4 PCIe Host
` [PATCH v3 08/13] dt-bindings: PCI: renesas: Add R-Car Gen4 PCIe Endpoint
` [PATCH v3 09/13] PCI: renesas: Add R-Car Gen4 PCIe Host support
` [PATCH v3 10/13] PCI: renesas: Add R-Car Gen4 PCIe Endpoint support
` [PATCH v3 11/13] MAINTAINERS: Update PCI DRIVER FOR RENESAS R-CAR for R-Car Gen4
` [PATCH v3 12/13] arm64: dts: renesas: r8a779f0: Add PCIe Host and Endpoint nodes
` [PATCH v3 13/13] arm64: dts: renesas: r8a779f0: spider: Enable PCIe Host ch0

[PATCH 00/10] PCI: qcom: Add support for SC8280XP and SA8540P
 2022-07-01  8:46 UTC  (24+ messages)
` [PATCH 01/10] dt-bindings: PCI: qcom: Fix reset conditional
` [PATCH 02/10] dt-bindings: PCI: qcom: Fix msi-interrupt conditional
` [PATCH 03/10] dt-bindings: PCI: qcom: Enumerate platforms with single msi interrupt
` [PATCH 04/10] dt-bindings: PCI: qcom: Add SC8280XP to binding
` [PATCH 05/10] dt-bindings: PCI: qcom: Add SA8540P "
` [PATCH 06/10] PCI: qcom: Add support for SC8280XP
` [PATCH 07/10] PCI: qcom: Add support for SA8540P
` [PATCH 08/10] PCI: qcom: Make all optional clocks optional
` [PATCH 09/10] PCI: qcom: Clean up IP configurations
` [PATCH 10/10] PCI: qcom: Sort device-id table

[PATCH v1 1/5] ACPI: utils: Introduce acpi_match_video_device_handle() helper
 2022-07-01  5:47 UTC  (6+ messages)
` [PATCH v1 2/5] ACPI: video: Convert to use "
` [PATCH v1 3/5] i2c: acpi: "
` [PATCH v1 4/5] PCI/VGA: "
` [PATCH v1 5/5] platform/x86: thinkpad_acpi: "

[PATCH v4 1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state
 2022-07-01  4:06 UTC  (3+ messages)

[PATCH v14 0/17] PCI: imx6: refine codes and add the error propagation
 2022-07-01  3:25 UTC  (18+ messages)
` [PATCH v14 01/17] PCI: imx6: Move imx6_pcie_grp_offset(), imx6_pcie_configure_type() earlier
` [PATCH v14 02/17] PCI: imx6: Move PHY management functions together
` [PATCH v14 03/17] PCI: imx6: Move imx6_pcie_enable_ref_clk() earlier
` [PATCH v14 04/17] PCI: imx6: Move imx6_pcie_clk_disable() earlier
` [PATCH v14 05/17] PCI: imx6: Factor out ref clock disable to match enable
` [PATCH v14 06/17] PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()
` [PATCH v14 07/17] PCI: imx6: Propagate .host_init() errors to caller
` [PATCH v14 08/17] PCI: imx6: Disable i.MX6QDL clock when disabling ref clocks
` [PATCH v14 09/17] PCI: imx6: Call host init function directly in resume
` [PATCH v14 10/17] PCI: imx6: Turn off regulator when system is in suspend mode
` [PATCH v14 11/17] PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()
` [PATCH v14 12/17] PCI: imx6: Mark the link down as non-fatal error
` [PATCH v14 13/17] PCI: imx6: Reduce resume time by only starting link if it was up before suspend
` [PATCH v14 14/17] PCI: imx6: Do not hide phy driver callbacks and refine the error handling
` [PATCH v14 15/17] PCI: imx6: Disable clocks in reverse order of enable
` [PATCH v14 16/17] PCI: imx6: Move the imx6_pcie_ltssm_disable() earlier
` [PATCH v14 17/17] PCI: imx6: Reformat suspend callback to keep symmetric with resume

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-30 21:50 UTC  (49+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH v2] PCI: endpoint: reduce several globals to statics
 2022-06-30 21:09 UTC  (2+ messages)
` [EXT] "

[PATCH V3 00/11] PCI: tegra: Add Tegra234 PCIe support
 2022-06-30 21:04 UTC  (12+ messages)
` [PATCH V3 02/11] dt-bindings: pci: tegra: Convert to json-schema
` [PATCH V3 03/11] dt-bindings: PCI: tegra234: Add schema for tegra234 rootport mode
` [PATCH V3 04/11] dt-bindings: PCI: tegra234: Add schema for tegra234 endpoint mode
` [PATCH V3 05/11] arm64: tegra: Add regulators required for PCIe
` [PATCH V3 06/11] arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT

[PATCH] NTB: EPF: reduce several globals to statics
 2022-06-30 20:58 UTC  (2+ messages)
` [EXT] "

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-06-30 17:34 UTC  (79+ 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 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [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 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 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

[PATCH V12 0/9] CXL: Read CDAT and DSMAS data
 2022-06-30 16:14 UTC  (23+ messages)
` [PATCH V12 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
` [PATCH V12 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V12 6/9] cxl/port: Read CDAT table
` [PATCH V12 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V12 8/9] cxl/port: Retry reading CDAT on failure

[PATCH v6 0/5] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-06-30 14:50 UTC  (13+ messages)
` [PATCH v6 1/5] PCI: Clean up pci_scan_slot()
` [PATCH v6 2/5] PCI: Split out next_ari_fn() from next_fn()
` [PATCH v6 3/5] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v6 4/5] PCI: Extend isolated function probing to s390
` [PATCH v6 5/5] s390/pci: allow zPCI zbus without a function zero

[PATCH v1 0/2] PCI: Restrict pci transactions after pci suspend
 2022-06-30  9:59 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] PCI: qcom: Add system PM support
  ` [PATCH v2 2/2] PCI: qcom: Restrict pci transactions after pci suspend

[RFC] PCIe error handling support
 2022-06-29 21:36 UTC 

[linux-next:master] BUILD REGRESSION c4ef528bd006febc7de444d9775b28706d924f78
 2022-06-29 19:58 UTC 

[PATCH -next] PCI: endpoint: Fix Kconfig dependency
 2022-06-29 18:51 UTC  (2+ messages)

[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-06-29 16:43 UTC  (6+ messages)

(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
 2022-06-29 16:01 UTC  (9+ messages)

[PATCH v2 0/2] PCI: qcom: Drop unused post_deinit callback
 2022-06-29 14:41 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] PCI: qcom: Rename host-init error label

[PATCH v15 0/7] PCI: dwc: Fix higher MSI vectors handling
 2022-06-29 14:24 UTC  (11+ messages)
` [PATCH v15 1/7] PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
` [PATCH v15 2/7] PCI: dwc: Convert msi_irq to the array
` [PATCH v15 3/7] PCI: dwc: split MSI IRQ parsing/allocation to a separate function
` [PATCH v15 4/7] PCI: dwc: Handle MSIs routed to multiple GIC interrupts
` [PATCH v15 5/7] dt-bindings: PCI: qcom: Support additional MSI interrupts

[helgaas-pci:pci/ctrl/dwc-fixes] BUILD SUCCESS 9029c9f42a97801d72357626a9917c570ed18694
 2022-06-29 13:30 UTC 

[helgaas-pci:pci/ctrl/vmd] BUILD SUCCESS 57a128acaba023048585233e7dada9972c2a6b4c
 2022-06-29 13:29 UTC 

[PATCH V14 4/7] PCI: loongson: Don't access non-existant devices
 2022-06-29 10:03 UTC  (3+ messages)

[PATCH v4 1/2] PCI: qcom: Move IPQ8074 DBI register accesses after phy_power_on()
 2022-06-29  9:21 UTC  (2+ messages)

[PATCH v3 2/5] dt-bindings: phy: Add ARTPEC-8 PCIe phy
 2022-06-29  7:18 UTC  (5+ messages)
  ` [PATCH v3 0/5] Add support for Axis, ARTPEC-8 PCIe driver

[PATCH] MMIO should have more priority then IO
 2022-06-29  6:37 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Add support for LMEM PCIe resizable bar
 2022-06-29  6:00 UTC  (6+ 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).