virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 13:07:31 to 2021-01-04 10:20:01 UTC [more...]

[PATCH v2] vhost/vsock: add IOTLB API support
 2021-01-04 10:19 UTC  (3+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2021-01-04 10:04 UTC  (21+ messages)
` [PATCH 06/21] vdpa: introduce virtqueue groups
` [PATCH 07/21] vdpa: multiple address spaces support
` [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 0/7] Introduce vdpa management tool
 2021-01-04  7:24 UTC  (19+ messages)
` [PATCH linux-next v2 "
  ` [PATCH linux-next v2 1/7] vdpa_sim_net: Make mac address array static
  ` [PATCH linux-next v2 2/7] vdpa_sim_net: Add module param to disable default vdpa net device
  ` [PATCH linux-next v2 3/7] vdpa: Extend routine to accept vdpa device name
  ` [PATCH linux-next v2 4/7] vdpa: Define vdpa mgmt device, ops and a netlink interface
  ` [PATCH linux-next v2 5/7] vdpa: Enable a user to add and delete a vdpa device
  ` [PATCH linux-next v2 6/7] vdpa: Enable user to query vdpa device info
  ` [PATCH linux-next v2 7/7] vdpa_sim_net: Add support for user supported devices

[PATCH V2 00/19] vDPA driver for virtio-pci device
 2021-01-04  6:58 UTC  (10+ messages)
` [PATCH V2 16/19] virtio-pci: introduce modern device module
` [PATCH V2 19/19] vdpa: introduce virtio pci driver

[PATCH V3 00/19] vDPA driver for virtio-pci device
 2021-01-04  6:55 UTC  (20+ messages)
` [PATCH V3 01/19] virtio-pci: do not access iomem via struct virtio_pci_device directly
` [PATCH V3 02/19] virtio-pci: split out modern device
` [PATCH V3 03/19] virtio-pci-modern: factor out modern device initialization logic
` [PATCH V3 04/19] virtio-pci-modern: introduce vp_modern_remove()
` [PATCH V3 05/19] virtio-pci-modern: introduce helper to set config vector
` [PATCH V3 06/19] virtio-pci-modern: introduce helpers for setting and getting status
` [PATCH V3 07/19] virtio-pci-modern: introduce helpers for setting and getting features
` [PATCH V3 08/19] virtio-pci-modern: introduce vp_modern_generation()
` [PATCH V3 09/19] virtio-pci-modern: introduce vp_modern_set_queue_vector()
` [PATCH V3 10/19] virtio-pci-modern: introduce vp_modern_queue_address()
` [PATCH V3 11/19] virtio-pci-modern: introduce helper to set/get queue_enable
` [PATCH V3 12/19] virtio-pci-modern: introduce helper for setting/geting queue size
` [PATCH V3 13/19] virtio-pci-modern: introduce helper for getting queue nums
` [PATCH V3 14/19] virtio-pci-modern: introduce helper to get notification offset
` [PATCH V3 15/19] virito-pci-modern: rename map_capability() to vp_modern_map_capability()
` [PATCH V3 16/19] virtio-pci: introduce modern device module
` [PATCH V3 17/19] vdpa: set the virtqueue num during register
` [PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq
` [PATCH V3 19/19] vdpa: introduce virtio pci driver

[RFC v2 01/13] mm: export zap_page_range() for driver use
 2020-12-31  7:11 UTC  (21+ 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] "

[PATCH 1/3] vsock/virtio: support for SOCK_SEQPACKET socket
 2020-12-30 21:05 UTC 

[PATCH 2/3] vhost/vsock: support for SOCK_SEQPACKET socket
 2020-12-30 20:58 UTC  (2+ messages)

[PATCH rfc 0/3] virtio-net: add tx-hash, rx-tstamp and tx-tstamp
 2020-12-30 15:25 UTC  (24+ 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] virtio-mem: use false for bool variable
 2020-12-29  9:06 UTC 

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

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

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 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 21/21] vdpasim: control virtqueue support
 2020-12-17 20:19 UTC  (2+ messages)

[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 v4 00/18] vdpa: generalize vdpa simulator
 2020-12-17  5:30 UTC  (5+ messages)
` [PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable
` [PATCH v4 12/18] vdpa_sim: add get_config callback in vdpasim_dev_attr

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

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-16 17:58 UTC  (10+ 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).