Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
[PATCH v2 0/2] rpmsg: glink: smem: robustness and debuggability fixes
 2026-06-17 11:07 UTC  (3+ messages)
` [PATCH v2 1/2] rpmsg: glink: smem: Use device name as IRQ name
` [PATCH v2 2/2] rpmsg: glink: smem: Add WARN_ON_ONCE for FIFO index invariants

[PATCH 0/3] rpmsg: glink: smem: robustness and debuggability fixes
 2026-06-17 10:28 UTC  (10+ messages)
` [PATCH 1/3] rpmsg: glink: smem: Use device name as IRQ name
` [PATCH 2/3] rpmsg: glink: smem: Add WARN_ON_ONCE for FIFO index invariants
` [PATCH 3/3] rpmsg: glink: smem: Use modulo for FIFO tail wrap-around in rx_advance

[PATCH v6 0/6] Add binding and driver for Kaanapali SoCCP
 2026-06-17  9:37 UTC  (14+ messages)
` [PATCH v6 5/6] remoteproc: qcom: pas: Add late attach support for subsystems

[PATCH v4 0/5] Enhance RPMsg buffer management
 2026-06-17  9:15 UTC  (7+ messages)
` [PATCH v4 1/5] rpmsg: virtio_rpmsg_bus: rename rbufs and sbufs
` [PATCH v4 2/5] rpmsg: virtio_rpmsg_bus: allow different size of tx and rx bufs
` [PATCH v4 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v4 4/5] docs: rpmsg: add virtio config space details
` [PATCH v4 5/5] samples: rpmsg: add MTU size info

[PATCH v3 00/10] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
 2026-06-17  6:55 UTC  (11+ messages)
` [PATCH v3 01/10] mailbox: imx: Forward the timeout/ error in imx_mu_generic_tx()
` [PATCH v3 02/10] mailbox: imx: Add a channel shutdown field
` [PATCH v3 03/10] mailbox: imx: Use devm_pm_runtime_enable()
` [PATCH v3 04/10] mailbox: imx: use devm_of_platform_populate()
` [PATCH v3 05/10] mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
` [PATCH v3 06/10] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH v3 07/10] mailbox: imx: Move the RX part of the mailbox into the "
` [PATCH v3 08/10] mailbox: imx: Move the RXDB "
` [PATCH v3 09/10] mailbox: imx: Don't force-thread the primary handler
` [PATCH v3 10/10] remoteproc: imx_rproc: Invoke the callback directly

[PATCH v5 0/2] remoteproc: xlnx: remote crash recovery
 2026-06-16 19:52 UTC  (6+ messages)
` [PATCH v5 1/2] remoteproc: core: full attach detach during recovery
` [PATCH v5 2/2] remoteproc: xlnx: add crash detection mechanism

[PATCH RESEND] dt-bindings: remoteproc: qcom,sm8550-pas: Add Qualcomm Maili ADSP and CDSP
 2026-06-16 13:52 UTC  (3+ messages)

[PATCH v3 0/8] Add support for Qualcomm remoteproc subsystem cooling
 2026-06-16  4:21 UTC  (40+ messages)
` [PATCH v3 1/8] dt-bindings: remoteproc: qcom,pas: add thermal mitigation properties
` [PATCH v3 2/8] soc: qcom: Add support for QMI TMD cooling devices
` [PATCH v3 3/8] remoteproc: qcom: pas: register TMD thermal "
` [PATCH v3 4/8] arm64: dts: qcom: kodiak: Enable CDSP & Modem cooling
` [PATCH v3 5/8] arm64: dts: qcom: lemans: Enable CDSP cooling
` [PATCH v3 6/8] arm64: dts: qcom: talos: "
` [PATCH v3 7/8] arm64: dts: qcom: monaco: "
` [PATCH v3 8/8] arm64: dts: qcom: hamoa: "

[PATCH] hwspinlock: annotate slot pointer as RCU sensitive
 2026-06-12 22:27 UTC 

[PATCH] remoteproc: Use presence checks for syscon props
 2026-06-12 21:49 UTC 

[PATCH] remoteproc: qcom: q6v5: Make handover IRQ one-shot
 2026-06-12 11:09 UTC 

[PATCH v3 0/4] Enhance RPMsg buffer management
 2026-06-11 18:32 UTC  (14+ messages)
` [PATCH v3 3/4] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v3 4/4] samples: rpmsg: add MTU size info

[PATCH 1/3] remoteproc: fix coding style issues in remoteproc.h
 2026-06-11 18:05 UTC  (3+ messages)
` [PATCH 2/3] remoteproc: add SPDX-License-Identifier tag to remoteproc.h
` [PATCH 3/3] remoteproc: add SPDX-License-Identifier tag to rsc_table.h

[PATCH v2 0/4] Add RPROC support for the MX95-15x15-FRDM board
 2026-06-11 14:24 UTC  (19+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
` [PATCH v2 2/4] remoteproc: imx_rpoc: fix carveout name parsing
` [PATCH v2 3/4] arm64: dts: freescale: imx95-15x15-frdm: remove some rmem regions
` [PATCH v2 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage

[PATCH 0/3] remoteproc: fix silent teardown failures and prevent SMMU faults on hung DSP
 2026-06-11 10:55 UTC  (8+ messages)
` [PATCH 1/3] remoteproc: check return value of subdev stop and unprepare callbacks
` [PATCH 2/3] remoteproc: abort subdev stop sequence on first failure
` [PATCH 3/3] remoteproc: qcom_sysmon: abort stop on unacknowledged shutdown

[PATCH RFT v2] hwspinlock: qcom: avoid uninitialized struct members
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH v2] remoteproc: qcom: Fix leak when custom dump_segments addition fails
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH v3 0/3] Add compatible strings for RPM and mailbox devices for Shikra
 2026-06-11  1:47 UTC  (2+ messages)
` (subset) "

[PATCH] remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pas
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi ADSP compatible
 2026-06-11  1:47 UTC  (2+ messages)
` (subset) "

[PATCH v3] remoteproc: qcom_q6v5_wcss: drop redundant wcss_q6_bcr_reset
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH] remoteproc: qcom: Unify user-visible "Qualcomm" name
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH v3 0/2] remoteproc: qcom: Add Shikra remoteproc support
 2026-06-11  1:47 UTC  (2+ messages)

[PATCH v3 0/3] Add support for Qualcomm WCN3610
 2026-06-09 15:42 UTC  (6+ messages)
` [PATCH v3 2/3] remoteproc: qcom_wcnss_iris: Add support for WCN3610

[PATCH 0/2] Add support for IPQ9650 CDSP remoteproc
 2026-06-09  5:31 UTC  (4+ messages)

[PATCH v2 0/4] Convert remaining buses to generic driver_override handling
 2026-06-08 18:09 UTC  (7+ messages)
  ` [PATCH v2 1/4] amba: use generic driver_override infrastructure
  ` [PATCH v2 2/4] rpmsg: core: "
  ` [PATCH v2 3/4] vmbus: "
  ` [PATCH v2 4/4] cdx: "

[PATCH v4 0/6] remoteproc: qcom: pas: Misc fixes
 2026-06-08 16:18 UTC  (2+ messages)

[PATCH next] drivers/rpmsg: Fix copy of channel->name into open request
 2026-06-08  9:55 UTC 

[PATCH v2 0/9] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
 2026-06-08  9:39 UTC  (26+ messages)
` [PATCH v2 1/9] mailbox: imx: Add a channel shutdown field
` [PATCH v2 2/9] mailbox: imx: Use devm_pm_runtime_enable()
` [PATCH v2 3/9] mailbox: imx: use devm_of_platform_populate()
` [PATCH v2 4/9] mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
` [PATCH v2 5/9] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH v2 6/9] mailbox: imx: Move the RX part of the mailbox into the "
` [PATCH v2 7/9] mailbox: imx: Move the RXDB "
` [PATCH v2 8/9] mailbox: imx: Don't force-thread the primary handler
` [PATCH v2 9/9] remoteproc: imx_rproc: Invoke the callback directly

[PATCH] rpmsg: glink: fix deadlock in endpoint destroy during driver detach
 2026-06-07 20:05 UTC  (3+ messages)

[PATCH v3 0/5] remoteproc: cleanup shared carveout and resource-table helpers
 2026-06-07 14:57 UTC  (4+ messages)

[PATCH V2 1/1] remoteproc: qcom: Add NOTIFY_FATAL event type to SSR subdevice
 2026-06-05  4:20 UTC  (5+ messages)

[PATCH v2] rpmsg: char: fix use-after-free on probe error path
 2026-06-04 18:05 UTC  (2+ messages)

[PATCH 0/7] MSM8953/SDM632 rpmpd/mss fixes
 2026-06-04 12:33 UTC  (4+ messages)
` [PATCH 3/7] remoteproc: qcom_q6v5_mss: Use mss as regulator for MSM8953

[PATCH v7 0/3] Adding brcmstb-hwspinlock support
 2026-06-03  3:39 UTC  (2+ messages)

[PATCH 0/5] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
 2026-06-02 16:51 UTC  (2+ messages)

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-06-02 15:06 UTC  (4+ messages)
` [Linux-stm32] "

[PATCH v5 2/5] arm64: dts: ti: k3-am62p-ti-ipc-firmware: Move wkup reserved memory
 2026-06-01 12:42 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox