virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-11 10:45:15 to 2024-01-23 05:16:09 UTC [more...]

atomic queue limits updates
 2024-01-23  5:16 UTC  (24+ messages)
` [PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits
` [PATCH 02/15] block: refactor disk_update_readahead
` [PATCH 03/15] block: add an API to atomically update queue limits
` [PATCH 04/15] block: use queue_limits_commit_update in queue_max_sectors_store
` [PATCH 05/15] block: add a max_user_discard_sectors queue limit
` [PATCH 06/15] nvme: remove the hack to not update the discard limits in nvme_config_discard
` [PATCH 07/15] block: use queue_limits_commit_update in queue_discard_max_store
` [PATCH 08/15] block: pass a queue_limits argument to blk_alloc_queue
` [PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue
` [PATCH 10/15] block: pass a queue_limits argument to blk_mq_alloc_disk
` [PATCH 11/15] virtio_blk: split virtblk_probe
` [PATCH 12/15] virtio_blk: pass queue_limits to blk_mq_alloc_disk
` [PATCH 13/15] loop: cleanup loop_config_discard
` [PATCH 14/15] loop: pass queue_limits to blk_mq_alloc_disk
` [PATCH 15/15] loop: use the atomic queue limits update API

[PATCH 0/2] Fix requests loss during virtio-blk device suspend
 2024-01-23  3:27 UTC  (5+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_tagset_wait_request_completed()
` [PATCH 2/2] virtio-blk: Ensure no requests in virtqueues before deleting vqs

[PATCH 32/82] vringh: Refactor intentional wrap-around calculation
 2024-01-23  0:27 UTC  (2+ messages)
` [PATCH 77/82] virtio: Refactor intentional wrap-around test

[PATCH v6 0/7] VMware hypercalls enhancements
 2024-01-23  0:17 UTC  (6+ messages)
` [PATCH v6 7/7] x86/vmware: Add TDX hypercall support

[RFC PATCH 0/1] virtio-blk: handle block layer timedout request
 2024-01-22 17:47 UTC  (5+ messages)
` [RFC PATCH 1/1] virtio-blk: process "

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-22 11:29 UTC  (9+ messages)

[PATCH] virtio_net: Support RX hash XDP hint
 2024-01-22 11:10 UTC  (2+ messages)

[PATCH V1] vdpa_sim: reset must not run
 2024-01-22 10:59 UTC  (5+ messages)
    `  "

[PATCH v3 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-22 10:03 UTC  (7+ messages)
` [PATCH v3 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v3 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v3 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v3 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v3 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v3 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH 1/1] virtio_net: Add timeout handler to avoid kernel hang
 2024-01-22  9:11 UTC  (28+ messages)

[PATCH net-next 0/3] virtio-net: a fix and some updates for virtio dim
 2024-01-22  7:42 UTC  (16+ messages)
` [PATCH net-next 1/3] virtio-net: fix possible dim status unrecoverable
` [PATCH net-next 2/3] virtio-net: batch dim request
` [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-01-22  7:39 UTC  (9+ messages)
` [PATCH v3 1/8] iommu: Add iopf domain attach/detach/replace interface
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v3 6/8] iommufd: IOPF-capable hw page table attach/detach/replace
` [PATCH v3 7/8] iommufd/selftest: Add IOPF support for mock device
` [PATCH v3 8/8] iommufd/selftest: Add coverage for IOPF test

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2024-01-22  6:54 UTC  (7+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
 2024-01-22  4:24 UTC  (24+ messages)
` [PATCH net-next 01/17] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next 02/17] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next 03/17] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next 04/17] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 05/17] virtio_net: move some api to header
` [PATCH net-next 06/17] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 07/17] virtio_net: xsk: tx: support wakeup
` [PATCH net-next 08/17] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next 09/17] virtio_net: xsk: tx: free the unused "
` [PATCH net-next 10/17] virtio_net: separate receive_mergeable
` [PATCH net-next 11/17] virtio_net: separate receive_buf
` [PATCH net-next 12/17] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next 13/17] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next 14/17] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next 15/17] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next 16/17] virtio_net: update tx timeout record
` [PATCH net-next 17/17] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[RFC V1 00/13] vdpa live update
 2024-01-22  4:12 UTC  (25+ messages)
` [RFC V1 01/13] vhost-vdpa: count pinned memory
` [RFC V1 05/13] vhost-vdpa: VHOST_IOTLB_REMAP
` [RFC V1 07/13] vhost-vdpa: flush workers on suspend
` [RFC V1 08/13] vduse: "
` [RFC V1 09/13] vdpa_sim: reset must not run
` [RFC V1 10/13] vdpa_sim: flush workers on suspend

[PATCH v4 00/13] RISC-V: Add steal-time support
 2024-01-20 21:09 UTC  (2+ messages)

[GIT PULL] virtio: features, fixes
 2024-01-19  1:08 UTC  (2+ messages)

[PATCH] virtio_scsi: remove duplicate check if queue is broken
 2024-01-17 19:46 UTC  (4+ messages)

[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
 2024-01-17 10:24 UTC  (5+ messages)

[PATCH 1/5] virtio_blk: cleanup zoned device probing
 2024-01-16 19:02 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-01-16 14:57 UTC  (2+ messages)

[PATCH net-next 0/5] virtio-net: make the virtio-net has independent directory
 2024-01-16 12:32 UTC  (7+ messages)
` [PATCH net-next 1/5] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next 2/5] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next 3/5] virtio_net: independent directory
` [PATCH net-next 4/5] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 5/5] virtio_net: add prefix virtnet to all struct inside virtio_net.h

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-16  7:59 UTC  (6+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next 2/5] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

[PATCH net-next v1 0/6] virtio-net: support device stats
 2024-01-16  5:55 UTC  (2+ messages)

[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-01-15 22:32 UTC  (3+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2024-01-15 17:58 UTC  (6+ messages)
      ` [PATCH v2 4/6] iommufd: Deliver fault messages "

[PATCH] virtio_blk: remove duplicate check if queue is broken in virtblk_done
 2024-01-15 16:34 UTC  (2+ messages)

[v2 PATCH 0/1] ALSA: virtio: add support for audio controls
 2024-01-15 13:36 UTC  (2+ messages)
` [v2 PATCH 1/1] "

[RESEND PATCH 0/1] ALSA: virtio: add support for audio controls
 2024-01-15 13:47 UTC  (3+ messages)

[RFC PATCH v1] vsock/test: add '--peer-port' input argument
 2024-01-15 11:54 UTC  (3+ messages)

[PATCH] drm/virtio: set segment size for virtio_gpu device
 2024-01-12 16:03 UTC 

[PATCH net-next 16/24] net: netkit, veth, tun, virt*: Use nested-BH locking for XDP redirect
 2024-01-12 15:37 UTC  (3+ messages)

[RFC] Revert "virtio_pci: Support surprise removal of virtio pci
 2024-01-12  5:56 UTC  (9+ messages)

[PATCH v3 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2024-01-12  1:00 UTC  (2+ messages)

[PATCH 5.10 0/1] drm/qxl: fix UAF on handle creation
 2024-01-11 10:45 UTC  (3+ messages)
` [PATCH 5.10 1/1] "


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).