linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] Add Versal and Versal-NET platform support
 2024-03-19  1:06 UTC  (13+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: add Versal "
` [PATCH 2/3] dt-bindings: remoteproc: add Versal-NET platform
` [PATCH 3/3] drivers: remoteproc: add Versal and Versal-NET support

[PATCH] remoteproc: zynqmp: Add coredump support
 2024-03-18 16:52 UTC  (2+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-18  5:59 UTC  (11+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v4 0/7] soc: qcom: add in-kernel pd-mapper implementation
 2024-03-16 18:15 UTC  (24+ messages)
` [PATCH v4 1/7] soc: qcom: pdr: protect locator_addr with the main mutex
` [PATCH v4 2/7] soc: qcom: qmi: add a way to remove running service
` [PATCH v4 3/7] soc: qcom: add pd-mapper implementation
` [PATCH v4 4/7] remoteproc: qcom: pas: correct data indentation
` [PATCH v4 5/7] remoteproc: qcom: adsp: add configuration for in-kernel pdm
` [PATCH v4 6/7] remoteproc: qcom: mss: "
` [PATCH v4 7/7] remoteproc: qcom: pas: "

[PATCH 0/3] remoteproc: introduce Arm remoteproc support
 2024-03-15 14:22 UTC  (30+ messages)
` [PATCH 1/3] remoteproc: Add Arm remoteproc driver
` [PATCH 2/3] arm64: dts: Add corstone1000 external system device node
` [PATCH 3/3] dt-bindings: remoteproc: Add Arm remoteproc

[PATCH v13 0/4] add zynqmp TCM bindings
 2024-03-12 18:34 UTC  (8+ messages)
` [PATCH v13 1/4] remoteproc: zynqmp: fix lockstep mode memory region
` [PATCH v13 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
` [PATCH v13 3/4] dts: zynqmp: add properties for TCM in remoteproc
` [PATCH v13 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH v12 0/4] add zynqmp TCM bindings
 2024-03-12 15:49 UTC  (12+ messages)
` [PATCH v12 1/4] remoteproc: zynqmp: fix lockstep mode memory region
` [PATCH v12 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
` [PATCH v12 3/4] dts: zynqmp: add properties for TCM in remoteproc
` [PATCH v12 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH vhost v2 0/4] refactor the params of find_vqs()
 2024-03-11 15:52 UTC  (7+ messages)
` [PATCH vhost v2 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH] remoteproc: make rproc_class constant
 2024-03-11 15:41 UTC  (2+ messages)

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-11  2:24 UTC  (7+ messages)
` [PATCH vhost v1 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v4 0/4] Introduction of a remoteproc tee to load signed firmware
 2024-03-10  3:18 UTC  (6+ messages)
` [PATCH v4 1/4] remoteproc: Add TEE support
` [PATCH v4 2/4] dt-bindings: remoteproc: Add compatibility for "
` [PATCH v4 3/4] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v4 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-03-08  6:03 UTC  (30+ messages)
` [PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v3 19/19] virtio_net: sq support premapped mode

판매 문의 2024
 2024-03-06  3:51 UTC 

[PATCH V4] remoteproc: qcom: q6v5: Get crash reason from specific SMEM partition
 2024-03-06  4:43 UTC  (3+ messages)

[PATCH] rpmsg: core: make rpmsg_class constant
 2024-03-05 18:28 UTC 

[PATCH vhost 0/4] refactor the params of find_vqs()
 2024-03-05 11:36 UTC  (11+ messages)
` [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH RFC v3 0/7] soc: qcom: add in-kernel pd-mapper implementation
 2024-03-04 20:06 UTC  (11+ messages)
` [PATCH RFC v3 1/7] soc: qcom: pdr: protect locator_addr with the main mutex
` [PATCH RFC v3 2/7] soc: qcom: qmi: add a way to remove running service
` [PATCH RFC v3 3/7] soc: qcom: add pd-mapper implementation
` [PATCH RFC v3 4/7] remoteproc: qcom: pas: correct data indentation
` [PATCH RFC v3 5/7] remoteproc: qcom: adsp: add configuration for in-kernel pdm
` [PATCH RFC v3 6/7] remoteproc: qcom: mss: "
` [PATCH RFC v3 7/7] remoteproc: qcom: pas: "

[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
 2024-03-04 16:45 UTC  (2+ messages)

[PATCH RFC v2 0/5] soc: qcom: add in-kernel pd-mapper implementation
 2024-03-01  0:50 UTC  (8+ messages)
` [PATCH RFC v2 1/5] soc: qcom: add "
` [PATCH RFC v2 2/5] remoteproc: qcom: pas: correct data indentation
` [PATCH RFC v2 3/5] remoteproc: qcom: adsp: add configuration for in-kernel pdm
` [PATCH RFC v2 4/5] remoteproc: qcom: mss: "
` [PATCH RFC v2 5/5] remoteproc: qcom: pas: "

[PATCH v11 0/4] add zynqmp TCM bindings
 2024-02-29 23:45 UTC  (12+ messages)
` [PATCH v11 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
` [PATCH v11 1/4] remoteproc: zynqmp: fix lockstep mode memory region
` [PATCH v11 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH v3 0/7] Introduction of a remoteproc tee to load signed firmware
 2024-02-29 18:26 UTC  (11+ messages)
` [PATCH v3 1/7] remoteproc: Add TEE support
` [PATCH v3 7/7] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH 1/3] dt-bindings: clock: keystone: remove unstable remark
 2024-02-29  5:48 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: clock: ti: "


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