messages from 2022-02-27 13:53:55 to 2022-03-14 10:00:37 UTC [more...]
[PATCH] remoteproc: qcom: pas: Add elf64 support to coredump
2022-03-14 10:00 UTC
[PATCH V2 1/2] remoteproc: introduce rproc features
2022-03-14 7:31 UTC (8+ messages)
` [PATCH V2 2/2] remoteproc: support attach recovery after rproc crash
[PATCH v4 00/11] Fix broken usage of driver_override (and kfree of static memory)
2022-03-13 16:35 UTC (14+ messages)
` [PATCH v4 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v4 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v4 03/11] fsl-mc: "
` [PATCH v4 04/11] hv: "
` [PATCH v4 05/11] PCI: "
` [PATCH v4 06/11] s390/cio: "
` [PATCH v4 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v4 08/11] vdpa: "
` [PATCH v4 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v4 10/11] slimbus: qcom-ngd: "
` [PATCH v4 11/11] rpmsg: "
[PATCH 0/1] rpmsg: char - treat `ENOMEM` as `EAGAIN`
2022-03-13 2:45 UTC (5+ messages)
` [PATCH 1/1] "
` [PATCH 0/1 v2] "
` [PATCH 1/1] rpmsg: char - treat ENOMEM as EAGAIN
[PATCH v2] remoteproc: mediatek: fix side effect of mt8195 sram power on
2022-03-13 0:01 UTC (5+ messages)
[PATCH V3 0/2] remoteproc: support self recovery
2022-03-11 21:20 UTC (4+ messages)
` [PATCH V3 1/2] remoteproc: introduce rproc features
` [PATCH V3 2/2] remoteproc: support attach recovery after rproc crash
[PATCH V2 0/3] rpmsg and glink signaling API support
2022-03-11 21:11 UTC (5+ messages)
` [PATCH V2 1/3] rpmsg: core: Add signal "
` [PATCH V2 2/3] rpmsg: glink: Add support to handle signals command
[PATCH] remoteproc: Use unbounded/high priority workqueue for recovery work
2022-03-11 21:01 UTC (2+ messages)
[PATCH V1 0/3] rpmsg char fixes for race conditions in device reboot
2022-03-11 20:54 UTC (5+ messages)
` [PATCH V1 2/3] rpmsg: glink: Add lock to avoid race when rpmsg device is released
` [PATCH V1 3/3] rpmsg: glink: Add lock for ctrl device
[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
2022-03-11 20:19 UTC (20+ messages)
` [PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v3 04/11] hv: Use driver_set_override() instead of open-coding
` [PATCH v3 06/11] s390: cio: "
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
` [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 V2] remoteproc: imx_rproc: Ignore create mem entry for resource table
2022-03-11 18:20 UTC (2+ messages)
[PATCH] remoteproc: move rproc_da_to_va declaration to remoteproc.h
2022-03-11 18:08 UTC (4+ messages)
[PATCH] remoteproc: mediatek: fix side effect of mt8195 sram power on
2022-03-11 12:21 UTC (3+ messages)
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-11 5:09 UTC (73+ 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 V2 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
2022-03-11 1:59 UTC (11+ 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 v3 0/6] Add Xilinx RPU subsystem support
2022-03-10 15:36 UTC (6+ 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 (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
[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] 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 (2+ messages)
[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 (3+ messages)
` [PATCH v2 2/3] dt-bindings: remoteproc: Add AVM WASP
[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] dt-bindings: Another pass removing cases of 'allOf' containing a '$ref'
2022-03-02 2:47 UTC (10+ messages)
[PATCH v3 05/11] PCI: Use driver_set_override() instead of open-coding
2022-03-01 8:41 UTC (3+ 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
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;
as well as URLs for NNTP newsgroup(s).