virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-23 15:53:01 to 2022-12-13 07:12:43 UTC [more...]

[PATCH] vdpa: conditionally fill max max queue pair for stats
 2022-12-13  7:12 UTC  (3+ messages)

[PATCH net] virtio-net: correctly enable callback during start_xmit
 2022-12-13  6:57 UTC  (6+ messages)

[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
 2022-12-13  6:57 UTC  (15+ messages)
` [PATCH V2 01/12] vDPA/ifcvf: decouple hw features manipulators from the adapter
` [PATCH V2 02/12] vDPA/ifcvf: decouple config space ops "
` [PATCH V2 03/12] vDPA/ifcvf: alloc the mgmt_dev before "
` [PATCH V2 04/12] vDPA/ifcvf: decouple vq IRQ releasers from "
` [PATCH V2 05/12] vDPA/ifcvf: decouple config IRQ releaser "
` [PATCH V2 06/12] vDPA/ifcvf: decouple vq irq requester "
` [PATCH V2 07/12] vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator "
` [PATCH V2 08/12] vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
` [PATCH V2 09/12] vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
` [PATCH V2 10/12] vDPA/ifcvf: allocate the adapter in dev_add()
` [PATCH V2 11/12] vDPA/ifcvf: retire ifcvf_private_to_vf
` [PATCH V2 12/12] vDPA/ifcvf: implement features provisioning

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-13  6:23 UTC  (18+ messages)

[PATCH 0/3] virtio: vdpa: new SolidNET DPU driver
 2022-12-12 20:17 UTC  (12+ messages)
` [PATCH 1/3] Add SolidRun vendor id
` [PATCH 2/3] New PCI quirk for SolidRun SNET DPU
` [PATCH 3/3 v4] virtio: vdpa: new SolidNET DPU driver

[PATCH 1/1] virtio/vsock: Make vsock virtio packet buff size configurable
 2022-12-12 13:10 UTC  (3+ messages)

[PATCH v3] virtio: vdpa: new SolidNET DPU driver
 2022-12-12 11:53 UTC  (2+ messages)

[PATCH 1/2] virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
 2022-12-12  6:50 UTC  (4+ messages)
  ` [PATCH 2/2] virtio-blk: support completion batching for the IRQ path

[PATCH v2] vdpasim: support doorbell mapping
 2022-12-12  3:40 UTC  (3+ messages)

[PATCH] virtiofs: enable multiple request queues
 2022-12-11 19:09 UTC 

[PATCH V2] vdpa: allow provisioning device features
 2022-12-08  8:05 UTC  (12+ messages)

[PATCH] vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove
 2022-12-08  7:33 UTC 

HPDC'23 Deadline is Approaching: 32nd International Symposium on High-Performance Parallel and Distributed Computing
 2022-12-08  4:31 UTC 

[PATCH v1] drivers/vhost/vhost: fix overflow checks in vhost_overflow
 2022-12-07 15:01 UTC 

[PATCH v5 0/6] TUN/VirtioNet USO features support
 2022-12-07 11:35 UTC  (7+ messages)
` [PATCH v5 1/6] udp: allow header check for dodgy GSO_UDP_L4 packets
` [PATCH v5 2/6] uapi/linux/if_tun.h: Added new offload types for USO4/6
` [PATCH v5 3/6] driver/net/tun: Added features for USO
` [PATCH v5 4/6] uapi/linux/virtio_net.h: Added USO types
` [PATCH v5 5/6] linux/virtio_net.h: Support USO offload in vnet header
` [PATCH v5 6/6] drivers/net/virtio_net.c: Added USO support

[PATCH v2] virtio_pmem: populate numa information
 2022-12-07 10:33 UTC 

[PATCH v5] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-07  9:33 UTC  (4+ messages)

[PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()
 2022-12-07  5:56 UTC  (3+ messages)

[PATCH v2] vp_vdpa: harden the logic of set status
 2022-12-06 11:00 UTC  (2+ messages)

[PATCH v2] virtio: vdpa: new SolidNET DPU driver
 2022-12-06  7:50 UTC  (6+ messages)

[PATCH] net: vmw_vsock: vmci: Check memcpy_from_msg()
 2022-12-05 23:03 UTC  (4+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[RFC PATCH v3 1/4] vsock: return errors other than -ENOMEM to socket
 2022-12-05 14:00 UTC  (3+ messages)
  ` [RFC PATCH v3 2/4] test/vsock: rework message bounds test
  ` [RFC PATCH v3 4/4] test/vsock: vsock_perf utility

[RFC PATCH v2 1/6] vsock: return errors other than -ENOMEM to socket
 2022-12-05  9:38 UTC  (8+ messages)
  ` [RFC PATCH v2 2/6] hv_sock: always return ENOMEM in case of error
  ` [RFC PATCH v2 3/6] vsock/vmci: "
  ` [RFC PATCH v2 4/6] test/vsock: rework message bounds test
  ` [RFC PATCH v2 5/6] test/vsock: add big message test
  ` [RFC PATCH v2 6/6] test/vsock: vsock_perf utility

[RFC PATCH net-next 10/19] pds_core: devlink params for enabling VIF support
 2022-12-05  7:40 UTC  (8+ messages)
        ` [RFC PATCH net-next 06/19] pds_core: add FW update feature to devlink
  ` [RFC PATCH net-next 18/19] pds_vdpa: add support for vdpa and vdpamgmt interfaces

[PATCH v2] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-05  5:43 UTC  (18+ messages)

CISTI'2023 - Doctoral Symposium |Aveiro, Portugal
 2022-12-04 15:49 UTC 

[PATCH v4 1/6] udp: allow header check for dodgy GSO_UDP_L4 packets
 2022-12-02 10:03 UTC  (7+ messages)
` [PATCH v4 2/6] uapi/linux/if_tun.h: Added new offload types for USO4/6
` [PATCH v4 3/6] driver/net/tun: Added features for USO
` [PATCH v4 4/6] uapi/linux/virtio_net.h: Added USO types
` [PATCH v4 5/6] linux/virtio_net.h: Support USO offload in vnet header
` [PATCH v4 6/6] drivers/net/virtio_net.c: Added USO support

[PATCH v4 0/6] TUN/VirtioNet USO features support
 2022-12-01 22:35 UTC  (3+ messages)

[PATCH] vhost_net: revert upend_idx only on retriable error
 2022-12-01  9:01 UTC 

[PATCH] virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
 2022-11-30 21:24 UTC  (2+ messages)

[PATCH] VMCI: Use threaded irqs instead of tasklets
 2022-11-30  7:05 UTC 

[PATCH v2] drm/virtio: Spiff out cmd queue/response traces
 2022-11-30  0:08 UTC 

[PATCH] drm/virtio: Spiff out cmd queue/response traces
 2022-11-29 17:43 UTC 

[PATCH 2/4] virtio-mem: Fix probe failed when modprobe virtio_mem
 2022-11-29 17:08 UTC  (5+ messages)
  ` [PATCH 3/4] virtio-input: Fix probe failed when modprobe virtio_input
` [PATCH 0/4] Fix probe failed when modprobe modules
  ` [PATCH v2 0/5] "

[PATCH v9 01/11] drm/msm/gem: Prevent blocking within shrinker loop
 2022-11-29 16:40 UTC 

config interrupts not working
 2022-11-29 11:04 UTC 

[PATCH] virtio: console: remove check for cpkt value when nominating console port
 2022-11-29  7:28 UTC  (4+ messages)

[PATCH V3] vdpa: allow provisioning device features
 2022-11-29  4:28 UTC 

[PATCH v3] vhost_vdpa: fix the crash in unmap a large memory
 2022-11-29  3:04 UTC  (2+ messages)

[PATCH v3] vduse: Validate vq_num in vduse_validate_config()
 2022-11-29  2:59 UTC 

[PATCH] vdpasim: support doorbell mapping
 2022-11-29  2:52 UTC  (6+ messages)

[PATCH v2] vduse: Validate vq_num in vduse_validate_config()
 2022-11-28 13:10 UTC  (4+ messages)

[PATCH v2] vhost_vdpa: fix the crash in unmap a large memory
 2022-11-28 10:47 UTC 

[PATCH 0/2] tools/virtio: remove smp_read_barrier_depends()
 2022-11-28  6:16 UTC  (5+ messages)
` [PATCH 1/2] tools/virtio: remove stray characters
` [PATCH 2/2] tools/virtio: remove smp_read_barrier_depends()

[PATCH] vduse: Fix a possible warning in vduse_create_dev()
 2022-11-28  4:13 UTC  (3+ messages)

[PATCH v2] x86/paravirt: Use relative reference for original instruction
 2022-11-28  3:34 UTC  (3+ messages)

[PATCH v4] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-11-24 15:28 UTC  (3+ messages)

[PATCH] x86/paravirt: Use relative reference for original instruction
 2022-11-24 11:18 UTC  (2+ messages)

[PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
 2022-11-24  7:16 UTC  (2+ messages)
` [PATCH v2 0/9] dt-bindings: cleanup titles

[PATCH] vhost_vdpa: fix the crash in unmap a large memory
 2022-11-24  6:34 UTC 

[PATCH 6/7] vdpa/mlx5: Avoid using reslock in event_handler
 2022-11-24  4:04 UTC  (3+ messages)

[PATCH] vdpa: merge functionally duplicated dev_features attributes
 2022-11-24  1:26 UTC  (3+ messages)

[PATCH v9 08/11] drm/shmem-helper: Add memory shrinker
 2022-11-23 18:08 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).