messages from 2022-06-22 07:46:06 to 2022-06-27 12:16:55 UTC [more...]
[PATCH RESEND v5 00/18] PCI: dwc: Various fixes and cleanups
2022-06-27 12:16 UTC (21+ 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
` [PATCH RESEND v5 13/18] PCI: dwc: Add start_link/stop_link inliners
` [PATCH RESEND v5 14/18] PCI: dwc: Move io_cfg_atu_shared to the Root Port descriptor
` [PATCH RESEND v5 15/18] PCI: dwc: Add dw_ prefix to the pcie_port structure name
` [PATCH RESEND v5 16/18] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH RESEND v5 17/18] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH RESEND v5 18/18] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration
[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
2022-06-27 11:18 UTC (7+ messages)
` [PATCH v9 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v9 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
pci-exynos.c phy_init() usage
2022-06-27 10:47 UTC (4+ messages)
[PATCH RESEND v4 00/15] PCI: dwc: Add hw version and dma-ranges support
2022-06-27 7:59 UTC (17+ messages)
` [PATCH RESEND v4 01/15] PCI: dwc: Add more verbose link-up message
` [PATCH RESEND v4 02/15] PCI: dwc: Detect iATU settings after getting "addr_space" resource
` [PATCH RESEND v4 03/15] PCI: dwc: Convert to using native IP-core versions representation
` [PATCH RESEND v4 04/15] PCI: dwc: Add IP-core version detection procedure
` [PATCH RESEND v4 05/15] PCI: dwc: Introduce Synopsys IP-core versions/types interface
` [PATCH RESEND v4 06/15] PCI: intel-gw: Drop manual DW PCIe controller version setup
` [PATCH RESEND v4 07/15] PCI: tegra194: "
` [PATCH RESEND v4 08/15] PCI: dwc: Add host de-initialization callback
` [PATCH RESEND v4 09/15] PCI: dwc: Drop inbound iATU types enumeration - dw_pcie_as_type
` [PATCH RESEND v4 10/15] PCI: dwc: Drop iATU regions enumeration - dw_pcie_region_type
` [PATCH RESEND v4 11/15] PCI: dwc: Simplify in/outbound iATU setup methods
` [PATCH RESEND v4 12/15] PCI: dwc: Add iATU regions size detection procedure
` [PATCH RESEND v4 13/15] PCI: dwc: Verify in/out regions against iATU constraints
` [PATCH RESEND v4 14/15] PCI: dwc: Check iATU in/outbound ranges setup methods status
` [PATCH RESEND v4 15/15] PCI: dwc: Introduce dma-ranges property support for RC-host
[PATCH] PCI: qcom: Add support for modular builds
2022-06-27 7:31 UTC (5+ messages)
[PATCH] PCI: Add ACS quirk for Broadcom BCM5750x NICs
2022-06-27 7:30 UTC (3+ messages)
[helgaas-pci:pci/ctrl/qcom-ipq8074] BUILD SUCCESS 434d9fd0f24c5728019b6d0462bb71b2d650563d
2022-06-27 7:08 UTC
[PATCH] PCI/ACPI: Always advertise ASPM support if CONFIG_PCIEASPM=y
2022-06-25 19:01 UTC (2+ messages)
[helgaas-pci:pci/ctrl/rcar-gen2] BUILD SUCCESS aefffba672881f7fdb29ec15fcbcab55f3c0592d
2022-06-25 7:05 UTC
[PATCH -next v2] PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
2022-06-25 2:15 UTC
[PATCH 00/46] CXL PMEM Region Provisioning
2022-06-24 23:21 UTC (57+ 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
[PATCH v1 0/3] PCI: qcom: sc7280: add missing clocks
2022-06-24 21:06 UTC (9+ 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 0/2] PCI: Restrict pci transactions after pci suspend
2022-06-24 18:31 UTC (4+ messages)
` [PATCH v1 1/2] PCI: qcom: Add system PM support
` [PATCH v1 2/2] PCI: qcom: Restrict pci transactions after pci suspend
[PATCH v1] PCI: qcom: Allow L1 and its sub states on qcom dwc wrapper
2022-06-24 17:11 UTC (5+ messages)
` [PATCH v2] PCI: qcom: Allow L1 and its sub states
[PATCH v3 1/2] PCI: qcom: fix IPQ8074 Gen2 support
2022-06-24 17:06 UTC (8+ messages)
` [PATCH v3 2/2] PCI: qcom: move register accesses to .post_init
[PATCH -next] PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
2022-06-24 14:46 UTC (2+ messages)
(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
2022-06-24 14:32 UTC (8+ messages)
[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
[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)
[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 (23+ 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 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 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 (3+ 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 (2+ 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 (4+ messages)
[PATCH v3 17/17] PCI: dwc: Add Baikal-T1 PCIe controller support
2022-06-22 17:04 UTC (3+ messages)
[PATCH v2] PCI: qcom: fix IPQ8074 Gen2 support
2022-06-22 14:52 UTC (4+ messages)
[PATCH 0/2] PCI: rcar: Fix of_find_matching_node() reference leak
2022-06-22 11:05 UTC (4+ messages)
` [PATCH 2/2] PCI: rcar: Resolve "
[PATCH] pci/controller/pcie-rcar-host: Hold the reference returned by of_find_matching_node
2022-06-22 7:49 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).