virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-13 08:00:39 to 2022-04-24 10:45:45 UTC [more...]

[PATCH v4 0/5] virtio-crypto: Improve performance
 2022-04-24 10:41 UTC  (2+ messages)
` [PATCH v4 1/5] virtio-crypto: change code style

[PATCH net] virtio_net: fix wrong buf address calculation when using xdp
 2022-04-24 10:21 UTC  (14+ messages)
                ` [PATCH net v2] "

[PATCH v3 0/5] virtio-crypto: Improve performance
 2022-04-24  6:21 UTC  (12+ messages)
` [PATCH v3 1/5] virtio-crypto: use private buffer for control request
    `  "
` [PATCH v3 2/5] virtio-crypto: wait ctrl queue instead of busy polling
    `  "
` [PATCH v3 3/5] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH v3 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v3 5/5] virtio-crypto: enable retry for virtio-crypto-dev

[RFC PATCH 00/16] virtio_ring: resize support re-use the old buffers
 2022-04-24  2:40 UTC  (17+ messages)
` [RFC PATCH 01/16] virtio_ring: split: vring_unmap_one_split() get extra by arg
` [RFC PATCH 02/16] virtio_ring: split: introduce vring_virtqueue_detach_split()
` [RFC PATCH 03/16] virtio_ring: split: extract virtqueue_update_split()
` [RFC PATCH 04/16] virtio_ring: split: extract detach_from_vring_split()
` [RFC PATCH 05/16] virtio_ring: split: support copy from vring
` [RFC PATCH 06/16] virtio_ring: split: introduce vring_reuse_bufs_split()
` [RFC PATCH 07/16] virtio_ring: split: resize support re-use buffers
` [RFC PATCH 08/16] virtio_ring: packed: extract next_idx()
` [RFC PATCH 09/16] virtio_ring: packed: always update desc_extra
` [RFC PATCH 10/16] virtio_ring: packed: introduce vring_virtqueue_detach_packed()
` [RFC PATCH 11/16] virtio_ring: packed: extract virtqueue_update_packed()
` [RFC PATCH 12/16] virtio_ring: packed: extract detach_from_vring_packed()
` [RFC PATCH 13/16] virtio_ring: packed: support copy from vring
` [RFC PATCH 14/16] virtio_ring: packed: introduce vring_reuse_bufs_packed()
` [RFC PATCH 15/16] virtio_ring: packed: resize support re-use buffers
` [RFC PATCH 16/16] virtio_ring: virtqueue_resize() no longer call recycle() directly

[PATCH V1 4/6] dt-bindings: Add xen, dev-domid property description for xen-grant DMA ops
 2022-04-22 23:00 UTC 

[PATCH net-next] net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
 2022-04-22 21:39 UTC  (3+ messages)

[PATCH] drm/virtio: Add execbuf flag to request no fence-event
 2022-04-22 21:06 UTC  (3+ messages)

[PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
 2022-04-22 14:54 UTC  (2+ messages)
  ` [PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)

[PATCH v1] vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
 2022-04-22  6:22 UTC  (2+ messages)

[PATCH v3 1/4] PCI: Clean up pci_scan_slot()
 2022-04-21 17:09 UTC 

[PATCH 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
 2022-04-21 16:14 UTC  (9+ messages)
  ` [PATCH 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
  ` [PATCH 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
  ` [PATCH 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions
  ` [PATCH 3/5] hv_sock: Add validation for untrusted Hyper-V values

[PATCH] arm64: paravirt: Disable IRQs during stolen_time_cpu_down_prepare
 2022-04-21  9:10 UTC  (2+ messages)

[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
 2022-04-21  8:10 UTC  (3+ messages)
` PING: "

[PATCH 1/3] sched/headers: Fix compilation error with GCC 12
 2022-04-21  7:32 UTC  (8+ messages)
  ` [PATCH 2/3] nodemask.h: Fix compilation error with GCC12
  ` [PATCH 3/3] virtio-pci: Use cpumask_available to fix compilation error

[PATCH v2 0/4] virtio-crypto: Improve performance
 2022-04-21  3:39 UTC  (7+ messages)
` [PATCH v2 1/4] virtio-crypto: wait ctrl queue instead of busy polling
    `  "
` [PATCH v2 2/4] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH v2 3/4] virtio-crypto: adjust dst_len at ops callback
` [PATCH v2 4/4] virtio-crypto: enable retry for virtio-crypto-dev

virtio-net: Unpermitted usage of virtqueue before virtio driver initialization
 2022-04-21  2:47 UTC  (9+ messages)

[PATCH v3 1/4] PCI: Clean up pci_scan_slot()
 2022-04-21  2:14 UTC 

[PATCH 1/4] virtio-blk: remove additional check in fast path
 2022-04-20 15:19 UTC  (4+ messages)
  ` [PATCH 2/4] virtio-blk: don't add a new line
  ` [PATCH 3/4] virtio-blk: avoid function call in the fast path
  ` [PATCH 4/4] virtio-blk: remove deprecated ida_simple_XXX()

[PATCH net 1/2] net/af_packet: adjust network header position for VLAN tagged packets
 2022-04-20 13:12 UTC  (7+ messages)
  ` [PATCH net 2/2] virtio_net: check L3 protocol for VLAN packets

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (30+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH v4 09/15] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table()
 2022-04-19  7:22 UTC  (3+ messages)
  ` [PATCH v4 10/15] drm/shmem-helper: Take reservation lock instead of drm_gem_shmem locks
  ` [PATCH v4 11/15] drm/shmem-helper: Add generic memory shrinker

[PATCH v2 2/2] vdpa/mlx5: Add support for reading descriptor statistics
 2022-04-18 19:03 UTC 

[PATCH 4.9 185/218] virtio_console: eliminate anonymous module_init & module_exit
 2022-04-18 12:14 UTC 

[PATCH 4.14 233/284] virtio_console: eliminate anonymous module_init & module_exit
 2022-04-18 12:13 UTC 

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-18  8:48 UTC  (35+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [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 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

fix and cleanup discard_alignment handling
 2022-04-18  4:53 UTC  (12+ messages)
` [PATCH 01/11] ubd: don't set the discard_alignment queue limit
` [PATCH 02/11] nbd: "
` [PATCH 03/11] null_blk: "
` [PATCH 04/11] virtio_blk: fix the discard_granularity and discard_alignment queue limits
` [PATCH 05/11] dm-zoned: don't set the discard_alignment queue limit
` [PATCH 06/11] raid5: "
` [PATCH 07/11] dasd: "
` [PATCH 08/11] loop: remove a spurious clear of discard_alignment
` [PATCH 09/11] nvme: "
` [PATCH 10/11] rnbd-srv: use bdev_discard_alignment
` [PATCH 11/11] xen-blkback: "

[RFC PATCH 0/6] virtio: Solution to restrict memory access under Xen using xen-virtio DMA ops layer
 2022-04-15 22:01 UTC  (3+ messages)
  ` [RFC PATCH 3/6] dt-bindings: xen: Add xen,dev-domid property description for xen-virtio layer

[RFC PATCH 1/6] hv_sock: Check hv_pkt_iter_first_raw()'s return value
 2022-04-15 16:44 UTC  (8+ messages)
  ` [RFC PATCH 2/6] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
  ` [RFC PATCH 4/6] hv_sock: Initialize send_buf in hvs_stream_enqueue()
  ` [RFC PATCH 5/6] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
  ` [RFC PATCH 6/6] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH 0/4] virtio-crypto: Improve performance
 2022-04-15 12:33 UTC  (8+ messages)
` [PATCH 1/4] virtio-crypto: wait ctrl queue instead of busy polling
    `  "
` [PATCH 2/4] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH 3/4] virtio-crypto: adjust dst_len at ops callback
` [PATCH 4/4] virtio-crypto: enable retry for virtio-crypto-dev

[PATCH] vDPA/ifcvf: assign nr_vring to the MSI vector of config_intr by default
 2022-04-15  5:51 UTC  (2+ messages)

[PATCH 2/3] virtio_net: Add control VQ struct to carry vlan id
 2022-04-15  3:58 UTC  (2+ messages)
  ` [PATCH 3/3] vdpa/mlx5: Add RX MAC VLAN filter support

[PATCH] VMCI: Add support for ARM64
 2022-04-14 19:33 UTC 

[PATCH 5.4 417/475] virtio_console: eliminate anonymous module_init & module_exit
 2022-04-14 13:13 UTC 

[PATCH 4.19 297/338] virtio_console: eliminate anonymous module_init & module_exit
 2022-04-14 13:13 UTC 

[PATCH] drm/bochs: Explicitly include linux/module.h
 2022-04-13 16:12 UTC 

[PATCH] vDPA/ifcvf: allow userspace to suspend a queue
 2022-04-13  8:54 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;
as well as URLs for NNTP newsgroup(s).