virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-21 12:09:09 to 2023-12-30 15:50:14 UTC [more...]

[PATCH next 0/5] locking/osq_lock: Optimisations to osq_lock code
 2023-12-30 15:49 UTC  (16+ messages)
` [PATCH next 1/5] locking/osq_lock: Move the definition of optimistic_spin_node into osf_lock.c
` [PATCH next 2/5] locking/osq_lock: Avoid dirtying the local cpu's 'node' in the osq_lock() fast path
` [PATCH next 3/5] locking/osq_lock: Clarify osq_wait_next()
` [PATCH next 4/5] locking/osq_lock: Optimise per-cpu data accesses
` [PATCH next 5/5] locking/osq_lock: Optimise vcpu_is_preempted() check

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2023-12-30  1:01 UTC  (31+ messages)
` [PATCH net-next v3 01/27] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v3 02/27] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v3 03/27] virtio_net: independent directory
` [PATCH net-next v3 04/27] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v3 05/27] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next v3 07/27] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next v3 08/27] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next v3 09/27] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next v3 10/27] virtio_net: sq support premapped mode
` [PATCH net-next v3 11/27] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v3 12/27] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v3 13/27] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v3 14/27] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 15/27] virtio_net: move some api to header
` [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 17/27] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v3 18/27] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v3 19/27] virtio_net: xsk: tx: free the unused "
` [PATCH net-next v3 20/27] virtio_net: separate receive_mergeable
` [PATCH net-next v3 21/27] virtio_net: separate receive_buf
` [PATCH net-next v3 22/27] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v3 23/27] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v3 24/27] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v3 25/27] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next v3 26/27] virtio_net: update tx timeout record
` [PATCH net-next v3 27/27] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH 0/2] virtiofs: Adjustments for two function implementations
 2023-12-29 14:21 UTC  (6+ messages)
` [PATCH 1/2] virtiofs: Improve three size determinations
` [PATCH 2/2] virtiofs: Improve error handling in virtio_fs_get_tree()

[PATCH v4 00/13] RISC-V: Add steal-time support
 2023-12-29  6:52 UTC  (2+ messages)

[PATCH v4 03/13] RISC-V: paravirt: Implement steal-time support
 2023-12-29  0:16 UTC  (2+ messages)

[PATCH v4 02/13] RISC-V: Add SBI STA extension definitions
 2023-12-29  0:16 UTC  (2+ messages)

[PATCH v4 01/13] RISC-V: paravirt: Add skeleton for pv-time support
 2023-12-29  0:16 UTC  (2+ messages)

[PATCH v4 0/6] VMware hypercalls enhancements
 2023-12-28 19:24 UTC  (7+ messages)
` [PATCH v4 1/6] x86/vmware: Move common macros to vmware.h
` [PATCH v4 2/6] x86/vmware: Introduce VMware hypercall API
` [PATCH v4 3/6] ptp/vmware: Use "
` [PATCH v4 4/6] input/vmmouse: "
` [PATCH v4 5/6] drm/vmwgfx: "
` [PATCH v4 6/6] x86/vmware: Add TDX hypercall support

[PATCH] virtio_blk: set the default scheduler to none
 2023-12-28  7:25 UTC  (9+ messages)

[PATCH net-next v1 0/6] virtio-net: support device stats
 2023-12-28  1:44 UTC  (12+ messages)
` [PATCH net-next v1 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next v1 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v1 3/6] virtio_net: support device stats
` [PATCH net-next v1 4/6] virtio_net: stats map include driver stats
` [PATCH net-next v1 5/6] virtio_net: add the total stats field
` [PATCH net-next v1 6/6] virtio_net: rename stat tx_timeout to timeout

[PATCH v2 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2023-12-28  1:26 UTC  (3+ messages)

[PATCH v3] virtio_pmem: support feature SHMEM_REGION
 2023-12-27  2:51 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] vhost-vdpa: account iommu allocations
 2023-12-26 20:19 UTC  (2+ messages)

[PATCH 00/16] IOMMU memory observability
 2023-12-26 18:23 UTC  (4+ messages)
` [PATCH 15/16] vhost-vdpa: account iommu allocations

[PATCH 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2023-12-26 18:11 UTC  (5+ messages)

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2023-12-26 12:22 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] virtio_net: fix missing dma unmap for resize
 2023-12-26  9:43 UTC 

[PATCH net-next 0/6] virtio-net: support device stats
 2023-12-26  9:24 UTC  (20+ messages)
` [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next 3/6] virtio_net: support device stats
` [PATCH net-next 4/6] virtio_net: stats map include driver stats
` [PATCH net-next 5/6] virtio_net: add the total stats field
` [PATCH net-next 6/6] virtio_net: rename stat tx_timeout to timeout

[PATCH v1] virtio_net: fix missing dma unmap for resize
 2023-12-26  8:59 UTC  (5+ messages)

[PATCH net-next] virtio-net: switch napi_tx without downing nic
 2023-12-26  3:32 UTC  (18+ messages)

[PATCH V12 00/14] riscv: Add Native/Paravirt qspinlock support
 2023-12-26  0:35 UTC  (16+ messages)
` [PATCH V12 01/14] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V12 02/14] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH V12 03/14] riscv: errata: Move errata vendor func-id into vendorid_list.h
` [PATCH V12 04/14] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V12 05/14] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V12 06/14] riscv: qspinlock: Introduce combo spinlock
` [PATCH V12 07/14] riscv: qspinlock: Add virt_spin_lock() support for VM guest
` [PATCH V12 08/14] riscv: qspinlock: Force virt_spin_lock for KVM guests
` [PATCH V12 09/14] RISC-V: paravirt: Add pvqspinlock KVM backend
` [PATCH V12 10/14] RISC-V: paravirt: Add pvqspinlock frontend skeleton
` [PATCH V12 11/14] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V12 12/14] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V12 13/14] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V12 14/14] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait

[GIT PULL] virtio: bugfixes
 2023-12-25 23:32 UTC  (2+ messages)

Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2023-12-25 21:50 UTC  (2+ messages)

[PATCH vhost v5 0/8] vdpa/mlx5: Add support for resumable vqs
 2023-12-25 15:12 UTC  (9+ messages)
` [PATCH mlx5-vhost v5 1/8] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost v5 2/8] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost v5 3/8] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost v5 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost v5 5/8] vdpa/mlx5: Mark vq state "
` [PATCH vhost v5 6/8] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v5 7/8] vdpa/mlx5: Introduce reference counting to mrs
` [PATCH vhost v5 8/8] vdpa/mlx5: Add mkey leak detection

[PATCH 0/2] vdpa: Block vq property change in DRIVER_OK
 2023-12-25 15:09 UTC  (5+ messages)
` [PATCH 1/2] vdpa: Track device suspended state
` [PATCH 2/2] vdpa: Block vq property changes in DRIVER_OK

[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
 2023-12-25 15:05 UTC  (24+ messages)
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 06/15] vdpa: Track device suspended state

[PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl
 2023-12-25  0:19 UTC  (2+ messages)

[PATCH net-next v3 0/3] Abstract page from net stack
 2023-12-23 11:16 UTC  (14+ messages)
` [PATCH net-next v3 1/3] vsock/virtio: use skb_frag_*() helpers
` [PATCH net-next v3 2/3] net: introduce abstraction for network memory
` [PATCH net-next v3 3/3] net: add netmem_ref to skb_frag_t

[RFC v2 0/5] virtio helper: collect dma info from virtio core
 2023-12-22  7:11 UTC  (4+ messages)
` [PATCH v2 5/5] virtio_net: sq support premapped mode

[PATCH 0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings
 2023-12-22  4:35 UTC  (5+ messages)
` [PATCH 1/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove
` [PATCH 2/2] crypto: virtio-crypto: Fix gcc check warnings


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