messages from 2022-07-26 07:23:05 to 2022-08-15 06:58:33 UTC [more...]
[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-08-15 6:35 UTC (46+ messages)
` [PATCH v14 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v14 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v14 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v14 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v14 05/42] virtio_ring: split vring_virtqueue
` [PATCH v14 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v14 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v14 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v14 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v14 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v14 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v14 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v14 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v14 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v14 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v14 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v14 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v14 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v14 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v14 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v14 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v14 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v14 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v14 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v14 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v14 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v14 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v14 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v14 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v14 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v14 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v14 33/42] virtio: find_vqs() add arg sizes
` [PATCH v14 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v14 35/42] virtio_mmio: "
` [PATCH v14 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v14 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v14 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v14 39/42] virtio_net: split free_unused_bufs()
` [PATCH v14 40/42] virtio_net: support rx queue resize
` [PATCH v14 41/42] virtio_net: support tx "
` [PATCH v14 42/42] virtio_net: support set_ringparam
[PATCH v4 0/7] Update ADSP pil loader for SC7280 platform
2022-08-15 6:37 UTC (11+ messages)
` [PATCH v4 1/7] dt-bindings: remoteproc: qcom: Add SC7280 ADSP support
` [PATCH v4 2/7] remoteproc: qcom: Add flag in adsp private data structure
` [PATCH v4 3/7] remoteproc: qcom: Add compatible name for SC7280 ADSP
` [PATCH v4 4/7] remoteproc: qcom: Replace hard coded values with macros
` [PATCH v4 5/7] remoteproc: qcom: Add efuse evb selection control
` [PATCH v4 6/7] remoteproc: qcom: Add support for memory sandbox
` [PATCH v4 7/7] remoteproc: qcom: Update QDSP6 out-of-reset timeout value
[PATCH v3 0/8] Update ADSP pil loader for SC7280 platform
2022-08-14 20:45 UTC (15+ messages)
` [PATCH v3 1/8] dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic
` [PATCH v3 2/8] dt-bindings: remoteproc: qcom: adsp: Add required bindings for SC7280
` [PATCH v3 3/8] remoteproc: qcom: Add flag in adsp private data structure
` [PATCH v3 4/8] remoteproc: qcom: Add compatible name for SC7280 ADSP
` [PATCH v3 5/8] remoteproc: qcom: Replace hard coded values with macros
` [PATCH v3 6/8] remoteproc: qcom: Add efuse evb selection control
` [PATCH v3 7/8] remoteproc: qcom: Add support for memory sandbox
` [PATCH v3 8/8] remoteproc: qcom: Update QDSP6 out-of-reset timeout value
[PATCH v2 0/8] Update ADSP pil loader for SC7280 platform
2022-08-11 7:28 UTC (12+ messages)
` [PATCH v2 1/8] dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic
` [PATCH v2 2/8] dt-bindings: remoteproc: qcom: adsp: Add compatible name for SC7280
` [PATCH v2 3/8] remoteproc: qcom: Add compatible name for SC7280 ADSP
` [PATCH v2 4/8] remoteproc: qcom: Update hard coded values with macros
` [PATCH v2 5/8] remoteproc: qcom: Add efuse evb selection control
` [PATCH v2 6/8] remoteproc: qcom: Add flag in adsp private data structure
` [PATCH v2 7/8] remoteproc: qcom: Add support for memory sandbox
` [PATCH v2 8/8] remoteproc: qcom: Update QDSP6 out-of-reset timeout value
[GIT PULL] rpmsg fixes for v5.20
2022-08-10 18:33 UTC (2+ messages)
[PATCH v5 0/3] Add support for WASP SoC on AVM router boards
2022-08-09 19:33 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: vendor-prefixes: Add AVM
` [PATCH v5 2/3] dt-bindings: remoteproc: Add AVM WASP
` [PATCH v5 3/3] remoteproc: Add AVM WASP driver
[PATCH 0/8] Update ADSP pil loader for SC7280 platform
2022-08-09 11:04 UTC (24+ messages)
` [PATCH 1/8] dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic
` [PATCH 2/8] dt-bindings: remoteproc: qcom: adsp: Add compatible name for SC7280
` [PATCH 3/8] remoteproc: qcom: Add compatible name for SC7280 ADSP
` [PATCH 4/8] remoteproc: qcom: Update hard coded values with macros
` [PATCH 5/8] remoteproc: qcom: Add efuse evb selection control
` [PATCH 6/8] remoteproc: qcom: Add flag in adsp private data structure
` [PATCH 7/8] remoteproc: qcom: Add support for memory sandbox
` [PATCH 8/8] remoteproc: qcom: Update QDSP6 out-of-reset timeout value
[GIT PULL] rpmsg updates for v5.20
2022-08-08 22:37 UTC (2+ messages)
[GIT PULL] remoteproc updates for v5.20
2022-08-08 22:37 UTC (2+ messages)
[PATCH v2] remoteproc: qcom_q6v5_pas: Do not fail if regulators are not found
2022-08-08 18:24 UTC
[GIT PULL] hwspinlock updates for v5.20
2022-08-08 17:40 UTC (2+ messages)
[PATCH] remoteproc: rcar_rproc: silince address space sparse warning
2022-08-08 1:16 UTC (3+ messages)
[PATCH] remoteproc: imx_rproc: Simplify some error message
2022-08-05 22:02 UTC
[PATCH v4 0/3] Add support for WASP SoC on AVM router boards
2022-08-02 15:25 UTC (3+ messages)
` [PATCH v4 2/3] dt-bindings: remoteproc: Add AVM WASP
[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-08-01 6:27 UTC (61+ messages)
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam
[PATCH linux-next] remoteproc: qcom:q6v5_pas:using the pm_runtime_resume_and_get to simplify the code
2022-08-01 2:34 UTC
[PATCH linux-next] remoteproc: qcom:using the pm_runtime_resume_and_get to simplify the code
2022-08-01 2:33 UTC
We offer Business and personal loan At 2%
2022-07-31 21:10 UTC
[INFO] Remoteproc/RPMSG patchset review order for July 27th 2022
2022-07-27 17:47 UTC
[PATCH 0/4] Introduction of rpmsg_rx_done
2022-07-27 17:25 UTC (11+ messages)
` [PATCH 1/4] rpmsg: core: Add rx done hooks
` [PATCH 2/4] rpmsg: char: Add support to use rpmsg_rx_done
` [PATCH 4/4] rpmsg: glink: Add support for rpmsg_rx_done
[PATCH v2 0/5] remoteproc: qcom_q6v5_mss: Add MSM8909
2022-07-26 17:19 UTC (6+ messages)
` [PATCH v2 2/5] dt-bindings: remoteproc: qcom,q6v5: Move MSM8916 to schema
[PATCH v7 0/4] remoteproc: restructure the remoteproc VirtIO device
2022-07-26 16:48 UTC (7+ messages)
` [PATCH v7 1/4] remoteproc: core: Introduce rproc_rvdev_add_device function
` [PATCH v7 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [PATCH v7 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox