public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-24 14:36:41 to 2018-01-17 20:20:48 UTC [more...]

[PATCH v6 00/99] XArray version 6
 2018-01-17 20:20 UTC  (25+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 02/99] page cache: Use xa_lock
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 05/99] xarray: Add definition of struct xarray
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 07/99] xarray: Add documentation
` [PATCH v6 08/99] xarray: Add xa_load
` [PATCH v6 09/99] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v6 10/99] xarray: Add xa_store
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 12/99] xarray: Add xa_for_each
` [PATCH v6 13/99] xarray: Add xa_extract
` [PATCH v6 14/99] xarray: Add xa_destroy
` [PATCH v6 15/99] xarray: Add xas_next and xas_prev
` [PATCH v6 16/99] xarray: Add xas_create_range
` [PATCH v6 17/99] xarray: Add MAINTAINERS entry
` [PATCH v6 18/99] xarray: Add ability to store errno values
` [PATCH v6 19/99] idr: Convert to XArray
` [PATCH v6 20/99] ida: "
` [PATCH v6 21/99] xarray: Add xa_reserve and xa_release
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 23/99] page cache: Add page_cache_range_empty function
` [PATCH v6 24/99] page cache: Add and replace pages using the XArray

[PATCH v2 00/16] remoteproc: add fixed memory region support
 2018-01-15 21:04 UTC  (45+ messages)
` [PATCH v2 01/16] remoteproc: add rproc_va_to_pa function
` [PATCH v2 02/16] remoteproc: add release ops in rproc_mem_entry struct
` [PATCH v2 03/16] remoteproc: introduce rproc_add_carveout function
` [PATCH v2 04/16] remoteproc: introduce rproc_find_carveout_by_da
` [PATCH v2 05/16] remoteproc: modify rproc_handle_carveout to support preallocated region
` [PATCH v2 06/16] remoteproc: modify vring allocation "
` [PATCH v2 07/16] remoteproc: st: add reserved memory support
` [PATCH v2 08/16] remoteproc: add name in rproc_mem_entry struct
` [PATCH v2 09/16] remoteproc: add memory device management support
` [PATCH v2 10/16] remoteproc: add memory device registering in rproc_add_carveout
` [PATCH v2 11/16] remoteproc: introduce rproc_find_carveout_by_name function
` [PATCH v2 12/16] remoteproc: look-up memory-device for vring allocation
` [PATCH v2 13/16] remoteproc: look-up memory-device for virtio device allocation
` [PATCH v2 14/16] remoteproc: look-up pre-registered carveout by name for carveout allocation
` [PATCH v2 15/16] remoteproc: st: associate memory device to memory regions
` [PATCH v2 16/16] rpmsg: virtio: allocate buffer from parent

[PATCH v2 0/8] Remoteproc cleanups
 2018-01-15 17:30 UTC  (12+ messages)
` [PATCH v2 1/8] remoteproc: Remove depricated crash completion
` [PATCH v2 2/8] remoteproc: Cache resource table size
` [PATCH v2 3/8] remoteproc: Clone rproc_ops in rproc_alloc()
` [PATCH v2 4/8] remoteproc: Merge rproc_ops and rproc_fw_ops
` [PATCH v2 5/8] remoteproc: Don't handle empty resource table
` [PATCH v2 6/8] remoteproc: Move resource table load logic to find
` [PATCH v2 7/8] remoteproc: Drop dangling find_rsc_table dummies
` [PATCH v2 8/8] remoteproc: Reset table_ptr on stop

[RFC] rpmsg: virtio rpmsg: Add RPMsg char driver support
 2018-01-11  6:28 UTC  (5+ messages)

[PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device
 2018-01-10 13:17 UTC 

[PATCH RESEND] rpmsg: virtio_rpmsg_bus: fix rpmsg_probe() for virtio-mmio transport
 2018-01-10 13:16 UTC 

[PATCH 0/6] Add chrdev and name query support for GLINK
 2018-01-09 19:11 UTC  (18+ messages)
` [PATCH 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings
` [PATCH 2/6] rpmsg: glink: Store edge name for glink device
` [PATCH 3/6] rpmsg: glink: Add support for rpmsg glink chrdev
` [PATCH 4/6] rpmsg: glink: Expose rpmsg name attr for glink
` [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name
` [PATCH 6/6] rpmsg: glink: Add get_rproc_name device op

[PATCH 0/8] Remoteproc cleanups
 2018-01-08  8:14 UTC  (17+ messages)
` [PATCH 1/8] remoteproc: Remove depricated crash completion
` [PATCH 2/8] remoteproc: Cache resource table size
` [PATCH 3/8] remoteproc: Clone rproc_ops in rproc_alloc()
` [PATCH 4/8] remoteproc: Merge rproc_ops and rproc_fw_ops
` [PATCH 5/8] remoteproc: Don't handle empty resource table
` [PATCH 6/8] remoteproc: Move resource table load logic to find
` [PATCH 7/8] remoteproc: Drop dangling find_rsc_table dummies
` [PATCH 8/8] remoteproc: Reset table_ptr on stop

[PATCH v3 0/4] Remoteproc core dump support
 2018-01-06  0:04 UTC  (5+ messages)
` [PATCH v3 1/4] remoteproc: Add remote processor coredump support
` [PATCH v3 2/4] remoteproc: Rename "load_rsc_table" to "parse_fw"
` [PATCH v3 3/4] soc: qcom: mdt-loader: Return relocation base
` [PATCH v3 4/4] remoteproc: qcom: Register segments for core dump

[PATCH v2 0/4] Remoteproc core dump support
 2018-01-03 20:19 UTC  (8+ messages)
` [PATCH v2 1/4] remoteproc: Add remote processor coredump support
` [PATCH v2 2/4] remoteproc: Rename "load_rsc_table" to "parse_fw"
` [PATCH v2 3/4] soc: qcom: mdt-loader: Return relocation base
` [PATCH v2 4/4] remoteproc: qcom: Register segments for core dump

[PATCH] rpmsg: virtio_rpmsg_bus: fix rpmsg_probe() for virtio-mmio transport
 2018-01-03  3:43 UTC  (2+ messages)

[PATCH -next] rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()
 2018-01-02 17:23 UTC  (2+ messages)

[PATCH] rpmsg: Add driver_override device attribute for rpmsg_device
 2018-01-01 12:31 UTC 

[RFC 0/6] System resource management
 2017-12-21 17:46 UTC  (11+ messages)
` [RFC 1/6] remoteproc: add early probed subdevices
` [RFC 2/6] dt-bindings: remoteproc: add system resource manager (SRM)
` [RFC 3/6] remoteproc: add system resource manager core
` [RFC 5/6] remoteproc: Add posibility to probe a sub device
` [RFC 6/6] remoteproc: sti: select srm

[PATCH v5 0/6] Add support for Hexagon q6v5-wcss integrated core
 2017-12-19 11:51 UTC  (2+ messages)

[PATCH] rpmsg: glink: smem: Ensure ordering during tx
 2017-12-18 22:09 UTC  (2+ messages)

[PATCH 0/5] Qualcomm SMD updates
 2017-12-12 23:58 UTC  (6+ messages)
` [PATCH 1/5] rpmsg: smd: Perform handshake during open
` [PATCH 2/5] rpmsg: smd: Create device for all channels
` [PATCH 3/5] rpmsg: smd: Wake up all waiters
` [PATCH 4/5] rpmsg: smd: Fail send on a closed channel
` [PATCH 5/5] rpmsg: smd: Don't hold the tx lock during wait

[PATCH] remoteproc: make REMOTEPROC a menuconfig to ease disabling it all
 2017-12-09 15:34 UTC 

[PATCH v4 0/5] In-kernel QMI helpers and sysmon
 2017-12-07 12:14 UTC  (24+ messages)
` [PATCH v4 1/5] soc: qcom: Introduce QMI encoder/decoder
` [PATCH v4 2/5] soc: qcom: Introduce QMI helpers
` [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove
` [PATCH v4 4/5] remoteproc: qcom: Introduce sysmon
` [PATCH v4 5/5] samples: Introduce Qualcomm QMI sample client

[PATCH v5 0/5] In-kernel QMI helpers and sysmon
 2017-12-07 10:20 UTC  (8+ messages)
` [PATCH v5 1/5] soc: qcom: Introduce QMI encoder/decoder
` [PATCH v5 2/5] soc: qcom: Introduce QMI helpers
` [PATCH v5 3/5] remoteproc: Pass type of shutdown to subdev remove
` [PATCH v5 4/5] remoteproc: qcom: Introduce sysmon
` [PATCH v5 5/5] samples: Introduce Qualcomm QMI sample client

[PATCH 16/45] drivers: rpmsg: remove duplicate includes
 2017-12-06 21:59 UTC  (2+ messages)

[PATCH] rpmsg: qcom_smd: Access APCS through mailbox framework
 2017-12-06 21:55 UTC  (5+ messages)

[PATCH v2] rpmsg: qcom_smd: Access APCS through mailbox framework
 2017-11-30  0:02 UTC 

[PATCH] remoteproc: qcom: Use PTR_ERR_OR_ZERO() in glink prob
 2017-11-28 23:02 UTC  (2+ messages)


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