virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 13:52:54 to 2021-01-06 18:42:38 UTC [more...]

[PATCH 2/6] mm: let user decide page reporting option
 2021-01-06 18:42 UTC 

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-06 16:59 UTC 

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-06 10:41 UTC  (5+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH 0/6] hugetlbfs: support free page reporting
 2021-01-06  9:41 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  3:54 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  2:46 UTC 

[GIT PULL] vhost: bugfix
 2021-01-05 21:53 UTC  (2+ messages)

[PATCH 0/7] Introduce vdpa management tool
 2021-01-05 13:23 UTC  (31+ 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 linux-next v3 0/6] Introduce vdpa management tool
  ` [PATCH linux-next v3 1/6] vdpa_sim_net: Make mac address array static
  ` [PATCH linux-next v3 2/6] vdpa: Extend routine to accept vdpa device name
  ` [PATCH linux-next v3 3/6] vdpa: Define vdpa mgmt device, ops and a netlink interface
  ` [PATCH linux-next v3 4/6] vdpa: Enable a user to add and delete a vdpa device
  ` [PATCH linux-next v3 5/6] vdpa: Enable user to query vdpa device info
  ` [PATCH linux-next v3 6/6] vdpa_sim_net: Add support for user supported devices

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-05 13:21 UTC  (3+ messages)
  ` [PATCH netdev 5/5] virtio-net, xsk: virtio-net support xsk zero copy tx

[PATCH] x86/vmware: avoid TSC recalibration
 2021-01-05 13:06 UTC  (2+ messages)

[RFC PATCH 2/7] vhost: support for hash report virtio-net feature
 2021-01-05 12:24 UTC 

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2021-01-05 10:27 UTC  (3+ messages)

[RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO
 2021-01-05  9:29 UTC  (8+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2021-01-05  4:13 UTC  (16+ 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 v2] vhost/vsock: add IOTLB API support
 2021-01-04 10:19 UTC  (3+ messages)

[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 2/2] vhost_net: fix high cpu load when sendmsg fails
 2020-12-23 13:48 UTC  (5+ messages)

[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  (7+ messages)
  ` [bisected] "


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