virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-29 03:37:29 to 2022-12-19 08:35:48 UTC [more...]

[RESEND PATCH 0/3] virtio: vdpa: new SolidNET DPU driver
 2022-12-19  8:35 UTC  (4+ messages)
` [RESEND PATCH 1/3] Add SolidRun vendor id
` [RESEND PATCH 2/3] New PCI quirk for SolidRun SNET DPU
` [PATCH 3/3 v6] virtio: vdpa: new SolidNET DPU driver

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-19  7:59 UTC  (19+ messages)

[PATCH] vhost_net: revert upend_idx only on retriable error
 2022-12-19  7:39 UTC  (2+ messages)

[PATCH v2 02/11] vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops
 2022-12-19  7:33 UTC  (14+ messages)
  ` [PATCH v2 03/11] vdpa: Add set_irq_affinity callback "
  ` [PATCH v2 04/11] vduse: Refactor allocation for vduse virtqueues
  ` [PATCH v2 05/11] vduse: Introduce bound workqueue for irq injection
  ` [PATCH v2 06/11] vduse: Support automatic irq callback affinity
    ` [PATCH v2 08/11] vduse: Add sysfs interface for "
    ` [PATCH v2 09/11] vduse: Add enable_irq_wq sysfs interface for virtqueues
    ` [PATCH v2 10/11] vduse: Delay iova domain creation
    ` [PATCH v2 11/11] vduse: Support specifying bounce buffer size via sysfs
  ` [PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()

[PATCH v3 0/4] vDPA: initial config export via "vdpa dev show"
 2022-12-19  6:31 UTC  (11+ messages)
` [PATCH v3 3/4] vdpa: show dev config as-is in "vdpa dev show" output

[PATCH v5 4/4] vdpa_sim: Implement resume vdpa op
 2022-12-19  6:23 UTC  (2+ messages)

[RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux
 2022-12-19  6:20 UTC  (4+ messages)
` [RESEND PATCH v5 1/1] "

[PATCH AUTOSEL 6.0 14/73] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-18 16:06 UTC 

[PATCH AUTOSEL 6.1 17/85] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-18 16:00 UTC 

[PATCH] drm/virtio: Fix GEM handle creation UAF
 2022-12-16 23:50 UTC  (2+ messages)

[RFC PATCH 0/6] vdpa_sim: add support for user VA
 2022-12-16  8:17 UTC  (11+ messages)
` [RFC PATCH 1/6] vdpa: add bind_mm callback
` [RFC PATCH 2/6] vhost-vdpa: use bind_mm device callback
` [RFC PATCH 3/6] vringh: support VA with iotlb
` [RFC PATCH 4/6] vdpa_sim: make devices agnostic for work management
` [RFC PATCH 5/6] vdpa_sim: use kthread worker
` [RFC PATCH 6/6] vdpa_sim: add support for user VA

[PATCH v9 06/12] vdpa: request iova_range only once
 2022-12-16  7:35 UTC  (2+ messages)
  ` [PATCH v9 12/12] vdpa: always start CVQ in SVQ mode if possible

[PATCH net V2] virtio-net: correctly enable callback during start_xmit
 2022-12-16  3:43 UTC  (5+ messages)

HPDC'23 Call for Workshops
 2022-12-16  3:42 UTC 

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-15 15:05 UTC  (4+ messages)

[PATCH net-next v7] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-15  8:30 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update maintainer list for virtio i2c
 2022-12-14 12:00 UTC  (5+ messages)

[PATCH] vdpa_sim_net: should not drop the multicast/broadcast packet
 2022-12-14  6:07 UTC 

[PATCH net-next v6] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-13 15:43 UTC  (3+ messages)

[PATH v2 0/8] vdpa/mlx5: Add debugfs subtree and fixes
 2022-12-13 15:19 UTC 

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

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

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

[PATCH 3/3 v5] virtio: vdpa: new SolidNET DPU driver
 2022-12-13  9:49 UTC  (2+ messages)

[PATCH] vdpasim: fix memory leak when freeing IOTLBs
 2022-12-13  9:07 UTC 

[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
 2022-12-13  6:57 UTC  (3+ 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] 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  (6+ messages)
  ` [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  (13+ 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] 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 0/4] Fix probe failed when modprobe modules
 2022-11-29 17:08 UTC  (3+ messages)
  ` [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 


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