virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-19 21:58:08 to 2023-12-26 09:10:07 UTC [more...]

[PATCH net-next 0/6] virtio-net: support device stats
 2023-12-26  9:09 UTC  (18+ 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] virtio_blk: set the default scheduler to none
 2023-12-26  9:05 UTC  (4+ messages)

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

[PATCH net-next v1 0/6] virtio-net: support device stats
 2023-12-26  7:31 UTC  (7+ 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 net-next] virtio-net: switch napi_tx without downing nic
 2023-12-26  3:32 UTC  (18+ messages)

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2023-12-26  2:57 UTC  (3+ 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 00/16] IOMMU memory observability
 2023-12-25 16:09 UTC  (3+ messages)
` [PATCH 15/16] vhost-vdpa: account iommu allocations

[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  (48+ messages)
` [PATCH mlx5-vhost v4 01/15] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 03/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND flag
` [PATCH vhost v4 04/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND backend feature
` [PATCH vhost v4 05/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND "
` [PATCH vhost v4 06/15] vdpa: Track device suspended state
` [PATCH vhost v4 07/15] vdpa: Block vq address change in DRIVER_OK unless device supports it
` [PATCH vhost v4 08/15] vdpa: Block vq state "
` [PATCH vhost v4 09/15] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost v4 10/15] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost v4 12/15] vdpa/mlx5: Mark vq state for modification in hw vq
` [PATCH vhost v4 13/15] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v4 14/15] vdpa/mlx5: Introduce reference counting to mrs

[PATCH v2 0/1] Implementation of resource_query_layout
 2023-12-25  0:19 UTC  (3+ messages)
` [PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl

[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  (10+ messages)
` [PATCH v2 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH v2 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH v2 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [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

[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2023-12-21  3:09 UTC  (2+ messages)
` [PATCH v2 09/11] fuse: file: limit splice_read to virtiofs

[PATCH net-next 6/6] tools: virtio: introduce vhost_net_test
 2023-12-21  2:56 UTC  (8+ messages)

[PATCH] virtio_pmem: support feature SHMEM_REGION
 2023-12-20 20:49 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH v4 00/13] RISC-V: Add steal-time support
 2023-12-20 16:11 UTC  (15+ messages)
` [PATCH v4 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v4 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v4 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v4 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v4 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v4 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v4 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v4 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v4 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v4 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v4 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v4 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v4 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

[PATCH v3 0/6] VMware hypercalls enhancements
 2023-12-20 13:09 UTC  (15+ messages)
` [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API
` [PATCH v3 3/6] ptp/vmware: Use "
` [PATCH v3 4/6] input/vmmouse: "
` [PATCH v3 5/6] drm/vmwgfx: "
` [PATCH v3 6/6] x86/vmware: Add TDX hypercall support

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH v3 00/13] RISC-V: Add steal-time support
 2023-12-20  6:41 UTC  (15+ messages)
` [PATCH v3 03/13] RISC-V: paravirt: Implement "
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v3 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v3 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

[PATCH RFC 0/4] virtio-net: add tx-hash, rx-tstamp, tx-tstamp and tx-time
 2023-12-20  4:25 UTC  (4+ messages)

[PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()
 2023-12-20  4:01 UTC  (2+ messages)

[PATCH] vdpa: Remove usage of the deprecated ida_simple_xx() API
 2023-12-20  3:52 UTC  (2+ messages)

[PATCH v5 0/4] vduse: add support for networking devices
 2023-12-20  3:50 UTC  (7+ messages)
` [PATCH v5 2/4] vduse: Temporarily disable control queue features

remove support for the host aware zoned model
 2023-12-20  3:18 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).