messages from 2022-03-21 02:56:04 to 2022-03-31 13:48:30 UTC [more...]
[GIT PULL] virtio: features, fixes
2022-03-31 13:48 UTC
[PATCH v2 0/9] virtio: support advance DMA
2022-03-30 10:58 UTC (9+ messages)
回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-30 10:43 UTC (4+ messages)
` [PATCH v2] drm/qxl: fix qxl can't use in arm64
[PATCH v8 00/16] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-03-30 6:58 UTC (32+ messages)
` [PATCH v8 01/16] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v8 04/16] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v8 07/16] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v8 10/16] virtio_ring: split: implement virtqueue_resize_split()
` [PATCH v8 11/16] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v8 16/16] virtio_ring: introduce virtqueue_resize()
[PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()"
2022-03-30 6:57 UTC (4+ messages)
` [PATCH 2/2] Revert "virtio_config: introduce a new .enable_cbs method"
[PATCH v3] virtio: pci: check bar values read from virtio config space
2022-03-30 6:35 UTC (2+ messages)
Re:
2022-03-30 5:53 UTC (20+ messages)
[PATCH 0/3] rework on the IRQ hardening of virtio
2022-03-30 5:22 UTC (13+ messages)
` [PATCH 1/3] virtio: use virtio_device_ready() in virtio_device_restore()
` [PATCH 2/3] virtio: use virtio_reset_device() when possible
` [PATCH 3/3] virtio: harden vring IRQ
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-03-30 3:51 UTC (5+ messages)
` [PATCH 3/9] net: mlx5: "
` [PATCH 5/9] virtio-scsi: "
[PATCH v3 1/2] virtio-blk: support polling I/O
2022-03-29 15:01 UTC (8+ messages)
` [PATCH v3 2/2] virtio-blk: support mq_ops->queue_rqs()
[PATCH 1/2] virtio_ring: remove unnecessary to_vvq call in vring hot path
2022-03-29 7:50 UTC (4+ messages)
` [PATCH 2/2] virtio_ring: add unlikely annotation for free descs check
[PATCH RESEND V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU
2022-03-29 4:21 UTC (3+ messages)
` [PATCH RESEND V2 2/3] vdpa: mlx5: synchronize driver status with CVQ
` [PATCH RESEND V2 3/3] vdpa/mlx5: Use consistent RQT size
[PATCH V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU
2022-03-29 4:17 UTC (4+ messages)
` [PATCH V2 2/3] vdpa: mlx5: synchronize driver status with CVQ
` [PATCH V2 3/3] vdpa/mlx5: Use consistent RQT size
[PATCH] virtio-gpu: fix a missing check to avoid NULL dereference
2022-03-28 21:08 UTC
[PATCH v1] net/mlx5: Add support for configuring max device MTU
2022-03-28 20:57 UTC
[PATCH] virito-pci-modern: Remove useless DMA-32 fallback configuration
2022-03-28 20:45 UTC
[PATCH v2 1/2] dt-bindings: virtio: mmio: add optional wakeup-source property
2022-03-28 20:42 UTC
[PATCH v5 0/4] RSS support for VirtioNet
2022-03-28 17:53 UTC (5+ messages)
` [PATCH v5 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v5 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v5 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v5 4/4] drivers/net/virtio_net: Added RSS hash report control
[PATCH] virtio_ring: remove unnecessary to_vvq call in vring hot path
2022-03-28 9:05 UTC
Call for Papers - MICRADS'22, Barranquilla, Colombia
2022-03-27 10:32 UTC
[PATCH] virtio: Workaround fix for hard hang on guest using fifos
2022-03-26 1:02 UTC (3+ messages)
[PATCH 1/2] vdpa: mlx5: prevent cvq work from hogging CPU
2022-03-25 11:57 UTC (21+ messages)
` [PATCH 2/2] vdpa: mlx5: synchronize driver status with CVQ
[PATCH] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
2022-03-24 19:54 UTC
回复: Re: 回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-24 15:33 UTC (2+ messages)
` [Spice-devel] "
[PATCH net v3 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them
2022-03-24 9:20 UTC (6+ messages)
` [PATCH net v3 1/3] vsock/virtio: initialize vdev->priv before using VQs
` [PATCH net v3 2/3] vsock/virtio: read the negotiated features "
` [PATCH net v3 3/3] vsock/virtio: enable VQs early on probe
[PATCH v3 0/6] Support akcipher for virtio-crypto
2022-03-24 1:20 UTC (18+ messages)
` [PATCH v3 1/6] virtio-crypto: header update
` "
` [PATCH v3 2/6] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v3 3/6] crypto: Introduce akcipher crypto class
` [PATCH v3 4/6] crypto: Implement RSA algorithm by hogweed
` [PATCH v3 5/6] tests/crypto: Add test suite for crypto akcipher
` [PATCH v3 6/6] virtio-crypto: Introduce RSA algorithm
` Re: [PATCH v3 0/6] Support akcipher for virtio-crypto
` "
[PATCH net v2 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them
2022-03-23 13:54 UTC (10+ messages)
` [PATCH net v2 1/3] vsock/virtio: enable VQs early on probe
` [PATCH net v2 2/3] vsock/virtio: initialize vdev->priv before using VQs
` [PATCH net v2 3/3] vsock/virtio: read the negotiated features "
[PATCH v2] virtio: pci: sanity check bar indexes
2022-03-23 13:23 UTC (4+ messages)
[PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-23 10:26 UTC (5+ messages)
回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-23 10:17 UTC
回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-23 9:34 UTC
[PATCH 1/2] Revert "virtio-pci: harden INTX interrupts"
2022-03-23 9:21 UTC (3+ messages)
` [PATCH 2/2] Revert "virtio_pci: harden MSI-X interrupts"
[PATCH] virtio: use virtio_device_ready() in virtio_device_restore()
2022-03-23 8:16 UTC (5+ messages)
[PATCH v8 2/5] mm: page_isolation: check specified range for unmovable pages
2022-03-22 16:42 UTC (2+ messages)
[PATCH net] vsock/virtio: enable VQs early on probe
2022-03-22 14:36 UTC (5+ messages)
[PATCH] virtio: pci: Sanity check the bar index in find_shm_cap
2022-03-22 13:23 UTC (2+ messages)
[PATCH] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
2022-03-22 9:17 UTC
[PATCH] dt-bindings: virtio: mmio: add optional virtio,wakeup property
2022-03-22 8:38 UTC (2+ messages)
[PATCH v1 1/2] vdpa: Add support for querying vendor statistics
2022-03-22 3:51 UTC (11+ messages)
[PATCH v2 1/2] virtio-blk: support polling I/O
2022-03-22 1:56 UTC
[PATCH v2] vhost: handle error while adding split ranges to iotlb
2022-03-21 2:55 UTC
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).