public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-11 01:37:04 to 2022-04-27 14:38:14 UTC [more...]

[PATCH v2 0/3] rpmsg: virtio: fix posseble double free
 2022-04-27 14:37 UTC  (7+ messages)
` [PATCH v2 1/3] rpmsg: virtio: fix possible double free in rpmsg_probe()
` [PATCH v2 2/3] rpmsg: virtio: fix possible double free in rpmsg_virtio_add_ctrl_dev()
` [PATCH v2 3/3] rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl

[PATCH V4 0/2] remoteproc: support self recovery
 2022-04-27 14:36 UTC  (4+ messages)

[PATCH 0/2] remoteproc: add i.MX93 support
 2022-04-27  9:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: imx_rproc: support i.MX93
` [PATCH 2/2] "

[PATCH v4 ] remoteproc: Use unbounded workqueue for recovery work
 2022-04-27  8:38 UTC  (2+ messages)

[PATCH 0/2] remoteproc: pru: Enable PRU cores on K3 AM62x SoCs
 2022-04-27  8:35 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for "
` [PATCH 2/2] remoteproc: pru: Add support for various PRU cores on "

[PATCH v2] remoteproc: qcom: Add fallback mechanism for full coredump collection
 2022-04-26 21:18 UTC  (2+ messages)

[PATCH v3 0/2] remoteproc: mediatek: allow different SCP firmware names
 2022-04-26 16:57 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: mediatek: add firmware-name property
` [PATCH v3 2/2] remoteproc: mediatek: allow reading firmware-name from DT

[PATCH] remoteproc: qcom: Add fallback mechanism for full coredump collection
 2022-04-26 10:15 UTC  (3+ messages)

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (77+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[PATCH] rpmsg: virtio: fix possible double free in rpmsg_probe()
 2022-04-26  1:40 UTC  (4+ messages)

[PATCH V2 0/3] rpmsg and glink signaling API support
 2022-04-25  8:59 UTC  (3+ messages)

[PATCH] rpmsg: Fix parameter naming for announce_create/destroy ops
 2022-04-25  7:17 UTC 

[PATCH] rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
 2022-04-24  2:06 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp
 2022-04-23 19:56 UTC  (3+ messages)
` [PATCH 2/5] remoteproc: qcom: pas: Add MSM8226 ADSP support

[PATCH 0/2] dma-mapping, remoteproc: Fix dma_mem leak after rproc_shutdown
 2022-04-23 17:46 UTC  (4+ messages)
` [PATCH 1/2] dma-mapping: Add dma_release_coherent_memory to DMA API
` [PATCH 2/2] remoteproc: Fix dma_mem leak after rproc_shutdown

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

[PATCH] rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
 2022-04-23  9:39 UTC 

[PATCH] rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
 2022-04-23  9:30 UTC  (3+ messages)
` (subset) "

[PATCH] hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-23  3:46 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair
 2022-04-23  3:46 UTC  (5+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Add sc8280xp remoteprocs

[PATCH] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2022-04-23  2:41 UTC  (2+ messages)

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

[PATCH] rpmsg: virtio: fix possible double free in rpmsg_virtio_add_ctrl_dev()
 2022-04-22 15:27 UTC  (3+ messages)

[PATCH v2 0/6] Introduce PRU platform consumer API
 2022-04-21  6:51 UTC  (8+ messages)
` [PATCH v2 1/6] soc: ti: pruss: Add pruss_get()/put() API
` [PATCH v2 2/6] soc: ti: pruss: Add pruss_{request,release}_mem_region() API
` [PATCH v2 3/6] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [PATCH v2 4/6] soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR
` [PATCH v2 5/6] soc: ti: pruss: Add helper function to enable OCP master ports
` [PATCH v2 6/6] soc: ti: pruss: Add helper functions to get/set PRUSS_CFG_GPMUX

[PATCH v4 0/6] Add Xilinx RPU subsystem support
 2022-04-20  7:44 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
` [PATCH v4 2/6] arm64: dts: xilinx: zynqmp: Add RPU subsystem device node
` [PATCH v4 3/6] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v4 4/6] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v4 5/6] firmware: xilinx: Add RPU configuration APIs
` [PATCH v4 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH] remoteproc: qcom: using pm_runtime_resume_and_get to simplify the code
 2022-04-20  3:05 UTC 

[PATCH v2 0/2] remoteproc: mediatek: allow different SCP firmware names
 2022-04-19 11:49 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: mediatek: add firmware-name property
` [PATCH v2 2/2] remoteproc: mediatek: allow reading firmware-name from DT

[PATCH V4] remoteproc: imx_rproc: Ignore create mem entry for resource table
 2022-04-18 17:13 UTC  (2+ messages)

[PATCH 00/10] qcom: convert to dtschema qcom,smd and qcom,rpmcc
 2022-04-18 15:10 UTC  (2+ messages)
  ` [PATCH 06/10] ARM: dts: qcom: msm8974: override nodes by label

[PATCH v3 0/5] Introduce PRU remoteproc consumer API
 2022-04-18 10:41 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH v3 2/5] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH v3 3/5] remoteproc: pru: Make sysfs entries read-only for PRU client driven boots
` [PATCH v3 4/5] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH v3 5/5] remoteproc: pru: Configure firmware based on client setup

[PATCH V3] remoteproc: imx_rproc: Ignore create mem entry for resource table
 2022-04-15  2:47 UTC  (3+ messages)

[PATCH v3 ] remoteproc: Use unbounded workqueue for recovery work
 2022-04-15  0:44 UTC  (3+ messages)

[PATCH] dt-bindings: Fix array constraints on scalar properties
 2022-04-14 18:02 UTC  (7+ messages)

[PATCH v2 0/2] remoteproc: core: fix issue for multi-instance
 2022-04-14 17:19 UTC  (2+ messages)

[PATCH 0/2] remoteproc: mediatek: allow different SCP firmware names
 2022-04-14 11:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: mediatek: dd firmware-name property
` [PATCH 2/2] remoteproc: mediatek: allow reading firmware-name from DT

[PATCH] remoteproc: imx_dsp_rproc: Make rsc_table optional
 2022-04-13 17:59 UTC  (2+ messages)

[PATCH V2 0/2] remoteproc: elf: ignore PT_LOAD type segment with memsz as 0
 2022-04-13 17:28 UTC  (4+ messages)
` [PATCH V2 1/2] remoteproc: elf_loader: skip segment with memsz as zero
` [PATCH V2 2/2] remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments

Possible race in dev_coredumpm()-del_timer() path
 2022-04-13 14:18 UTC 

[PATCH v6 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-13  8:47 UTC  (5+ messages)
` [PATCH v6 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-13  8:15 UTC  (14+ messages)
` [RFC 01/13] dt-bindings: remoteproc: Add PRU consumer bindings
  ` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH 0/2] remoteproc: elf: ignore PT_LOAD type segment with memsz as 0
 2022-04-12 17:47 UTC  (3+ messages)
` [PATCH 1/2] remoteproc: elf_loader: skip segment with memsz as zero

[PATCH v2] remoteproc: mtk_scp: Fix a potential double free
 2022-04-12 17:04 UTC  (3+ messages)

[PATCH v2] remoteproc: Don't bother checking the return value of debugfs_create*
 2022-04-11 16:05 UTC  (2+ messages)

[PATCH v6] remoteproc: mediatek: Fix side effect of mt8195 sram power on
 2022-04-11 15:57 UTC  (2+ messages)

[PATCH] remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-11  1:36 UTC 


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