Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2022-06-03 12:15:42 to 2022-06-29 06:59:10 UTC [more...]

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-29  6:56 UTC  (23+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()

[PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
 2022-06-29  1:19 UTC  (13+ messages)
` [PATCH V3 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4
` [PATCH V3 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH V3 5/6] remoteproc: imx_rproc: support i.MX8QM

[PATCH v2] rpmsg: fix possible refcount leak in rpmsg_register_device_override()
 2022-06-28 16:31 UTC  (7+ messages)

[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
 2022-06-28  6:54 UTC  (58+ messages)
` [PATCH v10 01/41] remoteproc: rename len of rpoc_vring to num
` [PATCH v10 02/41] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v10 03/41] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v10 04/41] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v10 05/41] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v10 06/41] virtio_ring: extract the logic of freeing vring
` [PATCH v10 07/41] virtio_ring: split vring_virtqueue
` [PATCH v10 08/41] virtio_ring: introduce virtqueue_init()
` [PATCH v10 09/41] virtio_ring: split: introduce vring_free_split()
` [PATCH v10 10/41] virtio_ring: split: extract the logic of alloc queue
` [PATCH v10 11/41] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v10 12/41] virtio_ring: split: extract the logic of attach vring
` [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init
` [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed
` [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring
` [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init
` [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize()
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually
` [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg
` [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset
` [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v10 32/41] virtio: find_vqs() add arg sizes
` [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v10 34/41] virtio_mmio: "
` [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs()
` [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v10 38/41] virtio_net: split free_unused_bufs()
` [PATCH v10 39/41] virtio_net: support rx queue resize
` [PATCH v10 40/41] virtio_net: support tx "
` [PATCH v10 41/41] virtio_net: support set_ringparam

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH] rpmsg: strcpy is not safe, use strncpy
 2022-06-24 17:38 UTC  (5+ messages)
  ` [PATCH v1] rpmsg: strcpy is not safe, use strscpy_pad() instead

[PATCH] rpmsg: Fix parameter naming for announce_create/destroy ops
 2022-06-24 17:04 UTC  (2+ messages)

[PATCH 0/2] dma-mapping, remoteproc: Fix dma_mem leak after rproc_shutdown
 2022-06-24 16:48 UTC  (5+ messages)

[PATCH] remoteproc: qcom: pas: Adjust the phys addr wrt the mem region
 2022-06-24 11:19 UTC  (2+ messages)

[PATCH] rpmsg: fix possible refcount leak in rpmsg_register_device_override()
 2022-06-23 10:57 UTC  (4+ messages)

[PATCH V5 0/2] remoteproc: support self recovery
 2022-06-22 19:44 UTC  (5+ messages)
` [PATCH V5 1/2] remoteproc: introduce rproc features
` [PATCH V5 2/2] remoteproc: support attach recovery after rproc crash

[PATCH] remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init
 2022-06-22 16:48 UTC  (2+ messages)

[PATCH v8 0/6] Add Xilinx RPU subsystem support
 2022-06-21 19:25 UTC  (15+ messages)
` [PATCH v8 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
` [PATCH v8 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH v2 1/3] rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
 2022-06-20 18:37 UTC  (3+ messages)

[PATCH v2] remoteproc: qcom: correct kerneldoc
 2022-06-20 18:35 UTC  (2+ messages)

[PATCH v2 00/12] dt-bindings: remoteproc: qcom: cleanups and improvements
 2022-06-20 18:34 UTC  (2+ messages)

[INFO] Remoteproc/RPMSG patchset review order for June 20th 2022
 2022-06-20 15:51 UTC 

[PATCH v1 00/15] Add support for MT8195 SCP 2nd core
 2022-06-15 22:28 UTC  (8+ messages)
` [PATCH v1 05/15] remoteproc: mediatek: Add SCP core 1 driver for dual-core scp
` [PATCH v1 15/15] mfd: cros_ec: Add SCP core 1 as a new CrOS EC MCU

[PATCH 00/30] The panic notifiers refactor
 2022-06-15  9:36 UTC  (6+ messages)
` [PATCH 24/30] panic: Refactor the panic path

[PATCH] remoteproc: omap_remoteproc: Fix typo in comment
 2022-06-14 23:09 UTC  (2+ messages)

[PATCH] remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init
 2022-06-14 22:55 UTC  (3+ messages)

[PATCH v2] rpmsg: mtk_rpmsg: Fix circular locking dependency
 2022-06-14 22:42 UTC  (2+ messages)

[RESEND PATCH] rpmsg: char: Add mutex protection for rpmsg_eptdev_open()
 2022-06-14 22:28 UTC  (2+ messages)

[PATCH 0/2] Introduce helpers for carveout management
 2022-06-10 19:23 UTC  (3+ messages)
` [PATCH 1/2] remoteproc: core: Introduce rproc_del_carveout
` [PATCH 2/2] remoteproc: core: Introduce rproc_mem_entry_free

[PATCH 0/2] remoteproc: imx: add start up delay
 2022-06-10  2:10 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: imx_rproc: add fsl,startup-delay-ms
` [PATCH 2/2] remoteproc: imx_rproc: delay after kick remote processor

[PATCH v2 0/9] Add support for MT8195 SCP 2nd core
 2022-06-09 20:51 UTC  (12+ messages)
` [PATCH v2 1/9] dt-binding: remoteproc: mediatek: Support dual-core SCP
` [PATCH v2 2/9] remoteproc: mediatek: Support hanlding scp core 1 wdt timeout
` [PATCH v2 3/9] remoteproc: mediatek: Add SCP core 1 register definitions
` [PATCH v2 4/9] remoteproc: mediatek: Support probing for the 2nd core of dual-core SCP
` [PATCH v2 5/9] remoteproc: mediatek: Add chip dependent operations for SCP core 1
` [PATCH v2 6/9] remoteproc: mediatek: Add SCP core 1 SRAM offset
` [PATCH v2 7/9] remoteproc: mediatek: Add SCP core 1 as a rproc subdevice
` [PATCH v2 8/9] remoteproc: mediatek: Wait SCP core 1 probe done
` [PATCH v2 9/9] mfd: cros_ec: Add SCP core 1 as a new CrOS EC MCU

[PATCH] rpmsg: virtio: Fix broken rpmsg_probe()
 2022-06-08 17:13 UTC 

[PATCH 0/4] Introduction of rpmsg_rx_done
 2022-06-08  1:16 UTC  (5+ messages)
` [PATCH 1/4] rpmsg: core: Add rx done hooks
` [PATCH 2/4] rpmsg: char: Add support to use rpmsg_rx_done
` [PATCH 3/4] rpmsg: glink: Try to send rx done in irq
` [PATCH 4/4] rpmsg: glink: Add support for rpmsg_rx_done

[PATCH] dt-bindings: remoteproc: qcom: q6v5: fix example
 2022-06-07 16:43 UTC  (3+ messages)

[PATCH] rpmsg: convert sysfs snprintf to sysfs_emit
 2022-06-07 12:06 UTC 

[PATCH v4 0/6] Introduce PRU remoteproc consumer API
 2022-06-07  5:03 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH v4 4/6] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH v4 5/6] remoteproc: pru: Configure firmware based on client setup
` [PATCH v4 6/6] remoteproc: pru: add support for configuring GPMUX "

[PATCH v5 0/6] Introduce PRU remoteproc consumer API
 2022-06-07  4:56 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH v5 2/6] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH v5 3/6] remoteproc: pru: Make sysfs entries read-only for PRU client driven boots
` [PATCH v5 4/6] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH v5 5/6] remoteproc: pru: Configure firmware based on client setup
` [PATCH v5 6/6] remoteproc: pru: add support for configuring GPMUX "

[RFC PATCH v5 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-06-06 16:20 UTC  (6+ messages)
` [RFC PATCH v5 2/4] remoteproc: core: Introduce rproc_register_rvdev function

[PATCH v6 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-06-03 16:31 UTC  (5+ messages)
` [PATCH v6 1/4] remoteproc: core: Introduce rproc_rvdev_add_device function
` [PATCH v6 2/4] remoteproc: core: Introduce rproc_add_rvdev function
` [PATCH v6 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [PATCH v6 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio


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