virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 02:46:30 to 2020-12-29 01:24:11 UTC [more...]

[PATCH rfc 0/3] virtio-net: add tx-hash, rx-tstamp and tx-tstamp
 2020-12-29  1:23 UTC  (19+ messages)
` [PATCH rfc 1/3] virtio-net: support transmit hash report
` [PATCH rfc 2/3] virtio-net: support receive timestamp
` [PATCH rfc 3/3] virtio-net: support transmit timestamp

[PATCH net v5 2/2] vhost_net: fix tx queue stuck when sendmsg fails
 2020-12-28 16:11 UTC  (4+ messages)

[RFC v2 01/13] mm: export zap_page_range() for driver use
 2020-12-28  8:43 UTC  (15+ messages)
` [RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
  ` [RFC v2 06/13] vduse: "
  ` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
  ` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
      ` [External] "

CISTI'2021 - 16th Iberian Conference on Information Systems and Technologies | Chaves, Portugal
 2020-12-27 22:17 UTC 

[PATCH net v5 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
 2020-12-27 16:14 UTC  (2+ messages)

[PATCH net] tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
 2020-12-27 11:18 UTC  (3+ messages)

[PATCH net v2] tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
 2020-12-27  9:40 UTC  (2+ messages)

[PATCH net v4 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
 2020-12-25  6:38 UTC 

[PATCH net v4 2/2] vhost_net: fix tx queue stuck when sendmsg fails
 2020-12-25  6:15 UTC  (4+ messages)

[GIT PULL] virtio,vdpa: features, cleanups, fixes
 2020-12-24 21:59 UTC  (2+ messages)

[PATCH v2] vhost/vsock: add IOTLB API support
 2020-12-24  2:11 UTC  (2+ messages)

[PATCH net v3 2/2] vhost_net: fix tx queue stuck when sendmsg fails
 2020-12-23 17:05 UTC 

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-23 16:39 UTC  (2+ messages)

[PATCH net v2 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
 2020-12-23 13:48 UTC  (9+ messages)
  ` [PATCH net v2 2/2] vhost_net: fix high cpu load "

[PATCH v2] vdpa_sim: use iova module to allocate IOVA addresses
 2020-12-23  9:06 UTC 

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2020-12-23  8:41 UTC  (5+ messages)

[RFC v2 01/13] mm: export zap_page_range() for driver use
 2020-12-23  8:13 UTC 

[PATCH] vdpa_sim: use iova module to allocate IOVA addresses
 2020-12-23  7:53 UTC  (3+ messages)

[PATCH] virtio_net: Fix recursive call to cpus_read_lock()
 2020-12-22 22:32 UTC  (2+ messages)

[PATCH] drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIO
 2020-12-22 15:26 UTC 

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-12-22 13:23 UTC  (10+ messages)

[RFC PATCH 3/3] mm: support free hugepage pre zero out
 2020-12-22  8:49 UTC  (2+ messages)

[RFC PATCH 2/3] virtio-balloon: add support for providing free huge page reports to host
 2020-12-22  8:28 UTC 

MICRADS´21 - The 2021 Multidisciplinary International Conference of Research Applied to Defense and Security, Cartagena, Colombia
 2020-12-20 13:45 UTC 

[PATCH v3 RESEND] virtio-input: add multi-touch support
 2020-12-18 23:25 UTC 

[PATCH RESEND v2] virtio-input: add multi-touch support
 2020-12-18 23:25 UTC  (5+ messages)

[PATCH v3] virtio-input: add multi-touch support
 2020-12-18 23:17 UTC 

drm, qxl: post 5.11 merge warning+explosion
 2020-12-18 13:52 UTC  (8+ messages)
  ` [bisected] "

[PATCH -next] vdpa: Mark macaddr_buf with static keyword
 2020-12-18  8:15 UTC  (3+ messages)
    ` 答复: "

[PATCH 00/21] Control VQ support in vDPA
 2020-12-18  2:56 UTC  (29+ messages)
` [PATCH 01/21] vhost: move the backend feature bits to vhost_types.h
` [PATCH 02/21] virtio-vdpa: don't set callback if virtio doesn't need it
` [PATCH 03/21] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [PATCH 04/21] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [PATCH 05/21] vdpa: add the missing comment for nvqs in struct vdpa_device
` [PATCH 06/21] vdpa: introduce virtqueue groups
` [PATCH 07/21] vdpa: multiple address spaces support
` [PATCH 08/21] vdpa: introduce config operations for associating ASID to a virtqueue group
` [PATCH 09/21] vhost_iotlb: split out IOTLB initialization
` [PATCH 10/21] vhost: support ASID in IOTLB API
` [PATCH 11/21] vhost-vdpa: introduce asid based IOTLB
` [PATCH 12/21] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [PATCH 13/21] vhost-vdpa: introduce uAPI to get the number of address spaces
` [PATCH 14/21] vhost-vdpa: uAPI to get virtqueue group id
` [PATCH 15/21] vhost-vdpa: introduce uAPI to set group ASID
` [PATCH 16/21] vhost-vdpa: support ASID based IOTLB API
` [PATCH 17/21] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
` [PATCH 18/21] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [PATCH 19/21] vdpa_sim: factor out buffer completion logic
` [PATCH 20/21] vdpa_sim: filter destination mac address
` [PATCH 21/21] vdpasim: control virtqueue support

[bisected] Re: drm, qxl: post 5.11 merge warning+explosion
 2020-12-17 18:05 UTC 

[PATCH v3 00/15] x86: major paravirt cleanup
 2020-12-17 17:31 UTC  (14+ messages)
` [PATCH v3 03/15] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v3 04/15] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v3 05/15] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v3 09/15] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v3 10/15] x86/paravirt: simplify paravirt macros
` [PATCH v3 11/15] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v3 13/15] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v3 14/15] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v3 15/15] x86/paravirt: have only one paravirt patch function

[PATCH 0/7] Introduce vdpa management tool
 2020-12-17 12:13 UTC  (7+ messages)

[PATCH v4 00/18] vdpa: generalize vdpa simulator
 2020-12-17  5:30 UTC  (21+ messages)
` [PATCH v4 01/18] vdpa: remove unnecessary 'default n' in Kconfig entries
` [PATCH v4 02/18] vdpa_sim: remove unnecessary headers inclusion
` [PATCH v4 03/18] vdpa_sim: remove hard-coded virtq count
` [PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable
` [PATCH v4 05/18] vdpa_sim: rename vdpasim_config_ops variables
` [PATCH v4 06/18] vdpa_sim: add struct vdpasim_dev_attr for device attributes
` [PATCH v4 07/18] vdpa_sim: add device id field in vdpasim_dev_attr
` [PATCH v4 08/18] vdpa_sim: add supported_features "
` [PATCH v4 09/18] vdpa_sim: add work_fn "
` [PATCH v4 10/18] vdpa_sim: store parsed MAC address in a buffer
` [PATCH v4 11/18] vdpa_sim: make 'config' generic and usable for any device type
` [PATCH v4 12/18] vdpa_sim: add get_config callback in vdpasim_dev_attr
` [PATCH v4 13/18] vdpa_sim: add set_config "
` [PATCH v4 14/18] vdpa_sim: set vringh notify callback
` [PATCH v4 15/18] vdpa_sim: use kvmalloc to allocate vdpasim->buffer
` [PATCH v4 16/18] vdpa_sim: make vdpasim->buffer size configurable
` [PATCH v4 17/18] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
` [PATCH v4 18/18] vdpa: split vdpasim to core and net modules

swiotlb/virtio: unchecked device dma address and length
 2020-12-17  4:19 UTC  (10+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-16 17:58 UTC  (11+ messages)

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-12-16  8:45 UTC  (3+ messages)

[PATCH net 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
 2020-12-16  7:47 UTC  (4+ messages)
  ` [PATCH net 2/2] vhost_net: fix high cpu load "

[PATCH v3 00/19] vdpa: generalize vdpa simulator
 2020-12-15 11:43 UTC  (5+ messages)
` [PATCH v3 13/19] vdpa_sim: add get_config callback in vdpasim_dev_attr


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