messages from 2022-03-17 17:32:22 to 2022-03-30 05:14:25 UTC [more...]
Re:
2022-03-30 5:14 UTC (18+ messages)
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-03-30 3:51 UTC (14+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 3/9] net: mlx5: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "
[PATCH v8 00/16] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-03-30 3:50 UTC (28+ 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 v3] virtio: pci: check bar values read from virtio config space
2022-03-30 2:43 UTC
[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 (2+ messages)
[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
回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-25 7:45 UTC (3+ messages)
` [PATCH v2] drm/qxl: fix qxl can't use in arm64
[PATCH 0/3] rework on the IRQ hardening of virtio
2022-03-25 3:05 UTC (12+ 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] 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 (12+ 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
[PATCH] dt-bindings: virtio, mmio: Allow setting devices 'dma-coherent'
2022-03-20 19:08 UTC (2+ messages)
` [PATCH] dt-bindings: virtio,mmio: "
[PATCH] tools/virtio: Test virtual address range detection
2022-03-20 11:03 UTC (9+ messages)
Call for Papers - MICRADS'22, Barranquilla, Colombia
2022-03-19 12:04 UTC
[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
2022-03-19 3:39 UTC
[PATCH] vdpa: Update man page with added support to configure max vq pair
2022-03-18 16:27 UTC (2+ messages)
[PATCH RESEND] VMCI: Check exclusive_vectors when freeing interrupt 1
2022-03-18 12:47 UTC (2+ messages)
[PATCH] vhost: handle error while adding split ranges to iotlb
2022-03-18 9:54 UTC
[PATCH RESEND] VMCI: Release notification_bitmap in error path
2022-03-18 6:00 UTC
[PATCH v2 6/8] drm/shmem-helper: Add generic memory shrinker
2022-03-17 17:32 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).