virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-18 07:41:01 to 2023-12-21 12:09:09 UTC [more...]

[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
 2023-12-21 12:08 UTC  (38+ 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 11/15] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost v4 12/15] vdpa/mlx5: Mark vq state "
` [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 vhost v4 15/15] vdpa/mlx5: Add mkey leak detection

[PATCH v2 0/1] Implementation of resource_query_layout
 2023-12-21 10:00 UTC  (2+ messages)
` [PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl

[PATCH net-next] virtio-net: switch napi_tx without downing nic
 2023-12-21  5:20 UTC  (5+ messages)

[RFC v2 0/5] virtio helper: collect dma info from virtio core
 2023-12-21  3:32 UTC  (9+ 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 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 net-next v3 0/3] Abstract page from net stack
 2023-12-20 21:45 UTC  (4+ 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

[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  (16+ messages)
` [PATCH v3 1/6] x86/vmware: Move common macros to vmware.h
` [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  (29+ messages)
` [PATCH v3 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v3 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v3 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v3 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v3 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v3 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 09/13] RISC-V: KVM: Implement SBI STA extension
` [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  (9+ messages)
` [PATCH RFC 1/4] virtio-net: support transmit hash report
` [PATCH RFC 2/4] virtio-net: support receive timestamp
` [PATCH RFC 3/4] virtio-net: support transmit timestamp
` [PATCH RFC 4/4] virtio-net: support future packet transmit time

[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  (11+ messages)
` [PATCH v5 2/4] vduse: Temporarily disable control queue features
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio device type

remove support for the host aware zoned model
 2023-12-20  3:18 UTC  (22+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [PATCH 3/5] block: remove support for the host aware zone model
` [PATCH 4/5] block: simplify disk_set_zoned
` [PATCH 5/5] sd: only call disk_clear_zoned when needed

[PATCH v2 00/13] RISC-V: Add steal-time support
 2023-12-19 21:53 UTC  (5+ messages)
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c

[PATCH V10 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-19 20:49 UTC  (13+ messages)
` [PATCH V10 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V10 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V10 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V10 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V10 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V10 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V10 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V10 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V10 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v2] virtio_balloon: stay awake while adjusting balloon
 2023-12-19 15:39 UTC  (4+ messages)

[PATCH v1 1/1] drm/virtio: Spelling fixes
 2023-12-19 15:19 UTC 

[PATCH vhost v2 0/8] vdpa/mlx5: Add support for resumable vqs
 2023-12-19 15:11 UTC  (20+ messages)
` [PATCH vhost v2 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-19 12:16 UTC  (3+ messages)

[PATCH net-next v2 0/3] Abstract page from net stack
 2023-12-18 20:22 UTC  (4+ messages)
` [PATCH net-next v2 3/3] net: add netmem_t to skb_frag_t

[PATCH V9 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-18 20:12 UTC  (11+ messages)
` [PATCH V9 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V9 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V9 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V9 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V9 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V9 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V9 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V9 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V9 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH] virtio_balloon: stay awake while adjusting balloon
 2023-12-18 15:30 UTC  (7+ messages)

[PATCH v2] virtio: Add support for no-reset virtio PCI PM
 2023-12-18 11:41 UTC  (4+ messages)

[PATCH net-next 16/24] net: netkit, veth, tun, virt*: Use nested-BH locking for XDP redirect
 2023-12-18  8:52 UTC  (2+ messages)

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2023-12-18  7:38 UTC  (5+ messages)
` [RFC PATCH v3 4/7] virtio_rtc: Add module and driver core
` [RFC PATCH v3 5/7] virtio_rtc: Add PTP clocks
` [RFC PATCH v3 6/7] virtio_rtc: Add Arm Generic Timer cross-timestamping
` [RFC PATCH v3 7/7] virtio_rtc: Add RTC class driver


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