Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2022-02-24 08:11:46 to 2022-03-10 08:07:37 UTC [more...]

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-10  8:07 UTC  (64+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 06/26] virtio_ring: packed: extract the logic of creating vring
` [PATCH v7 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam

[PATCH V3 0/2] remoteproc: support self recovery
 2022-03-09 23:01 UTC  (3+ messages)
` [PATCH V3 1/2] remoteproc: introduce rproc features
` [PATCH V3 2/2] remoteproc: support attach recovery after rproc crash

[PATCH V2 1/2] remoteproc: introduce rproc features
 2022-03-09 22:05 UTC  (4+ messages)
` [PATCH V2 2/2] remoteproc: support attach recovery after rproc crash

[PATCH V2 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
 2022-03-09 17:18 UTC  (8+ messages)
` [PATCH V2 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
` [PATCH V2 2/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QM
` [PATCH V2 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4
` [PATCH V2 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH V2 5/6] remoteproc: imx_rproc: support i.MX8QM
` [PATCH V2 6/6] remoteproc: imx_rproc: request mbox channel later

[PATCH] remoteproc: move rproc_da_to_va declaration to remoteproc.h
 2022-03-09 17:04 UTC  (3+ messages)

[PATCH] remoteproc: mediatek: fix side effect of mt8195 sram power on
 2022-03-09 11:47 UTC 

[PATCH v3 0/6] Add Xilinx RPU subsystem support
 2022-03-09  7:18 UTC  (5+ messages)
` [PATCH v3 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-08  8:01 UTC  (26+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam

[PATCH] remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region
 2022-03-08  6:45 UTC 

[PATCH] remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_region
 2022-03-08  6:31 UTC 

[PATCH V2] remoteproc: imx_rproc: Ignore create mem entry for resource table
 2022-03-08  6:57 UTC 

[PATCH] remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
 2022-03-08  3:12 UTC 

[PATCH] remoteproc: qcom: q6v5: Add interconnect path proxy vote
 2022-03-07 23:48 UTC  (4+ messages)

[PATCH v4 0/7] Add support of mt8183 APU
 2022-03-07 23:15 UTC  (10+ messages)
` [PATCH v4 1/7] dt bindings: remoteproc: Add bindings for the MT8183 APU
` [PATCH v4 2/7] dt-bindings: remoteproc: Add bindings for the MT8365 APU
` [PATCH v4 3/7] remoteproc: Add a remoteproc driver for the MT8183's APU
` [PATCH v4 4/7] remoteproc: mtk_apu: Add support of JTAG
` [PATCH v4 5/7] remoteproc: mtk_apu: Use match_data
` [PATCH v4 6/7] remoteproc: mtk-apu: Add support of MT8365
` [PATCH v4 7/7] ARM64: mt8183: Add support of APU to mt8183

[RFC PATCH v3 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-03-07  8:44 UTC  (11+ messages)
` [RFC PATCH v3 1/4] remoteproc: core: Introduce virtio device add/remove functions
` [RFC PATCH v3 2/4] remoteproc: core: Introduce rproc_register_rvdev function
` [RFC PATCH v3 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [RFC PATCH v3 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio

[PATCH v1 0/3] Fixes for Mediatek dt-bindings
 2022-03-04 23:10 UTC  (3+ messages)
` [PATCH v1 1/3] dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp

[RESEND v5 1/2] dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
 2022-03-04 23:06 UTC  (3+ messages)
` [RESEND v5 2/2] remoteproc: mediatek: Support "

[PATCH v5 0/2] remoteproc sysfs fixes/improvements
 2022-03-04 16:53 UTC  (6+ messages)
` [PATCH v5 1/2] remoteproc: Introduce sysfs_read_only flag
      ` [EXTERNAL] "

[PATCH v2 0/3] Add support for WASP SoC on AVM router boards
 2022-03-04 13:36 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add AVM
` [PATCH v2 2/3] dt-bindings: remoteproc: Add AVM WASP
` [PATCH v2 3/3] remoteproc: Add AVM WASP driver

[PATCH V5 1/2] soc: qcom: smem: map only partitions used by local HOST
 2022-03-03  0:03 UTC  (3+ messages)
` [PATCH V5 2/2] soc: qcom: smem: validate fields of shared structures

[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-02 11:01 UTC  (25+ messages)
` [PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v3 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v3 03/11] fsl-mc: "
` [PATCH v3 04/11] hv: "
` [PATCH v3 05/11] PCI: "
` [PATCH v3 06/11] s390: cio: "
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v3 08/11] vdpa: "
` [PATCH v3 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v3 10/11] slimbus: qcom-ngd: "
` [PATCH v3 11/11] rpmsg: "

[PATCH] dt-bindings: Another pass removing cases of 'allOf' containing a '$ref'
 2022-03-02  2:47 UTC  (10+ messages)

[PATCH v2 0/2] Enable BAM-DMUX/WWAN on Qualcomm MSM8916
 2022-02-28 22:54 UTC  (3+ messages)
` [PATCH v2 1/2] remoteproc: qcom_q6v5_mss: Create platform device for BAM-DMUX
` [PATCH v2 2/2] arm64: dts: qcom: msm8916: Add BAM-DMUX for WWAN network interfaces

[PATCH v9 00/11] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2022-02-28  9:02 UTC  (5+ messages)

[PATCH 00/13] soc: qcom: mdt_loader: Support Qualcomm SM8450
 2022-02-28  8:13 UTC  (3+ messages)
` [PATCH 12/13] arm64: dts: qcom: sm8450: Add remoteproc enablers and instances

[PATCH 1/3] dt-bindings: vendor-prefixes: Add AVM
 2022-02-25 19:08 UTC  (2+ messages)

[PATCH v2 05/11] pci: use helper for safer setting of driver_override
 2022-02-25 17:13 UTC  (4+ messages)

[PATCH V2] remoteproc: support self recovery after rproc crash
 2022-02-25  2:10 UTC  (4+ messages)

[PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support
 2022-02-24 20:54 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] Add support for proxy interconnect bandwidth votes
 2022-02-24 19:59 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: sc7280: Add proxy interconnect requirements for modem

[PATCH 2/3] dt-bindings: remoteproc: Add AVM WASP
 2022-02-24 16:07 UTC  (3+ messages)

[PATCH v2 01/11] driver: platform: add and use helper for safer setting of driver_override
 2022-02-24  8:43 UTC  (3+ messages)


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