messages from 2022-04-01 20:10:48 to 2022-04-14 09:30:33 UTC [more...]
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-14 9:30 UTC (75+ 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 13/32] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init
` [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [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 30/32] virtio_net: split free_unused_bufs()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam
[PATCH] remoteproc: imx_dsp_rproc: Make rsc_table optional
2022-04-13 17:59 UTC (3+ 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
[PATCH] dt-bindings: Fix array constraints on scalar properties
2022-04-13 16:53 UTC (6+ messages)
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 (19+ messages)
` [PATCH v6 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v6 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v6 03/12] fsl-mc: "
` [PATCH v6 04/12] hv: "
` [PATCH v6 05/12] PCI: "
` [PATCH v6 06/12] s390/cio: "
` [PATCH v6 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v6 08/12] vdpa: "
` [PATCH v6 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v6 10/12] slimbus: qcom-ngd: "
` [PATCH v6 11/12] rpmsg: Constify local variable in field store macro
` [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 (28+ messages)
` [RFC 01/13] dt-bindings: remoteproc: Add PRU consumer bindings
` [RFC 02/13] remoteproc: pru: Add APIs to get and put the PRU cores
` [RFC 03/13] remoteproc: pru: Make sysfs entries read-only for PRU client driven boots
` [RFC 04/13] remoteproc: pru: Add pru_rproc_set_ctable() function
` [RFC 05/13] remoteproc: pru: Configure firmware based on client setup
` [RFC 06/13] soc: ti: pruss: Add pruss_get()/put() API
` [RFC 07/13] soc: ti: pruss: Add pruss_{request,release}_mem_region() API
` [RFC 08/13] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [RFC 09/13] soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR
` [RFC 10/13] soc: ti: pruss: Add helper function to enable OCP master ports
` [RFC 11/13] soc: ti: pruss: Add helper functions to get/set PRUSS_CFG_GPMUX
` [RFC 12/13] dt-bindings: net: Add ICSSG Ethernet Driver 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 (8+ messages)
` [PATCH 1/2] remoteproc: elf_loader: skip segment with memsz as zero
` [PATCH 2/2] remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
[PATCH v2] remoteproc: mtk_scp: Fix a potential double free
2022-04-12 17:04 UTC (3+ messages)
[PATCH v3 ] remoteproc: Use unbounded workqueue for recovery work
2022-04-12 13:55 UTC (2+ 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 V4 0/2] remoteproc: support self recovery
2022-04-11 5:19 UTC (2+ messages)
[PATCH] remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
2022-04-11 1:36 UTC
[PATCH 1/2] dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair
2022-04-09 16:42 UTC (3+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Add sc8280xp remoteprocs
[PATCH V1 0/3] rpmsg char fixes for race conditions in device reboot
2022-04-07 16:58 UTC (7+ 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 v2] remoteproc: Use unbounded workqueue for recovery work
2022-04-07 6:46 UTC
[PATCH] remoteproc: qcom: Add fallback mechanism for full coredump collection
2022-04-06 18:27 UTC
[PATCH v3] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL
2022-04-06 14:48 UTC (2+ messages)
[RFC PATCH v5 0/4] remoteproc: restructure the remoteproc VirtIO device
2022-04-06 9:54 UTC (5+ messages)
` [RFC PATCH v5 1/4] remoteproc: core: Introduce virtio device add/remove functions
` [RFC PATCH v5 2/4] remoteproc: core: Introduce rproc_register_rvdev function
` [RFC PATCH v5 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [RFC PATCH v5 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio
[PATCH v2] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL
2022-04-05 16:04 UTC (3+ messages)
[PATCH] remoteproc: mtk_scp: Fix a potential double free
2022-04-05 13:37 UTC (2+ messages)
[PATCH v2] arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
2022-04-05 15:24 UTC (2+ messages)
[PATCH v2] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
2022-04-05 15:26 UTC (2+ messages)
[PATCH 5.10 051/599] remoteproc: Fix count check in rproc_coredump_write()
2022-04-05 7:25 UTC
[PATCH 5.15 070/913] remoteproc: Fix count check in rproc_coredump_write()
2022-04-05 7:18 UTC
[PATCH 5.16 0073/1017] remoteproc: Fix count check in rproc_coredump_write()
2022-04-05 7:16 UTC
[PATCH 5.17 0062/1126] remoteproc: Fix count check in rproc_coredump_write()
2022-04-05 7:13 UTC
[PATCH 0/3] Add support for proxy interconnect bandwidth votes
2022-04-04 23:17 UTC (2+ messages)
[PATCH 00/10] qcom: convert to dtschema qcom,smd and qcom,rpmcc
2022-04-04 22:29 UTC (14+ messages)
` [PATCH 02/10] arm64: dts: qcom: msm8994: remove SMD qcom,local-pid property
` [PATCH 03/10] arm64: dts: qcom: add RPM clock controller fallback compatible
` [PATCH 04/10] ARM: dts: qcom: msm8974-lge-nexus5: move gpio-keys out of soc
` [PATCH 05/10] ARM: dts: qcom: msm8974-samsung-klte: "
` [PATCH 07/10] ARM: dts: qcom: do not use underscore in node name
` [PATCH 08/10] dt-bindings: soc: qcom,smd: convert to dtschema
` [PATCH 09/10] dt-bindings: clock: qcom,rpmcc: "
` [PATCH 10/10] dt-bindings: clock: qcom,rpmcc: add clocks property
[PATCH] arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
2022-04-04 15:38 UTC (2+ messages)
[PATCH v1 0/3] Fixes for Mediatek dt-bindings
2022-04-04 15:22 UTC (2+ messages)
[PATCH] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
2022-04-04 9:05 UTC
[PATCH] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL
2022-04-04 9:03 UTC
[PATCH v2 0/5] msm8996: Enable support for MSS and SLPI
2022-04-03 19:41 UTC (9+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: msm8996: Revamp reserved memory
` [PATCH v2 3/5] arm64: dts: qcom: msm8996: Unify smp2p naming
` [PATCH v2 4/5] arm64: dts: qcom: msm8996: Add MSS and SLPI
` [PATCH v2 5/5] arm64: dts: qcom: msm8996-xiaomi-*: Enable "
[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
2022-04-03 18:26 UTC (4+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override
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).