virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 04:52:53 to 2020-12-18 08:15:46 UTC [more...]

[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

drm, qxl: post 5.11 merge warning+explosion
 2020-12-17 18:50 UTC  (7+ messages)
  ` [bisected] "

[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  (9+ 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 net v2 2/2] vhost_net: fix high cpu load when sendmsg fails
 2020-12-17  3:19 UTC  (4+ messages)
  ` [PATCH net v2 1/2] vhost_net: fix ubuf refcount incorrectly "

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-16 17:58 UTC  (25+ messages)
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
          ` x86/ioapic: Cleanup the timer_works() irqflags mess

[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  (9+ messages)
` [PATCH v3 05/19] vdpa_sim: remove the limit of IOTLB entries
` [PATCH v3 13/19] vdpa_sim: add get_config callback in vdpasim_dev_attr

[PATCH 5.9 032/105] vdpa: mlx5: fix vdpa/vhost dependencies
 2020-12-14 17:28 UTC 

[PATCH net-next] tun: fix ubuf refcount incorrectly on error path
 2020-12-14  4:06 UTC  (11+ messages)
  ` [PATCH net v2] "

[PATCH net] vhost_net: fix high cpu load when sendmsg fails
 2020-12-14  3:13 UTC  (4+ messages)

[PATCH v3 0/8] drm: Support short-term vmap via vmap_local
 2020-12-11 14:09 UTC  (24+ messages)
` [PATCH v3 1/8] drm/ast: Don't pin cursor source BO explicitly during update
` [PATCH v3 2/8] drm/ast: Only map cursor BOs during updates
` [PATCH v3 3/8] dma-buf: Add vmap_local and vnumap_local operations
` [PATCH v3 4/8] drm/gem: Create infrastructure for GEM vmap_local
` [PATCH v3 5/8] drm/cma-helper: Provide a vmap function for short-term mappings
` [PATCH v3 6/8] drm/shmem-helper: "
` [PATCH v3 7/8] drm/vram-helper: "
` [PATCH v3 8/8] drm/fb-helper: Move BO locking from DRM client to fbdev damage worker

[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-10 14:25 UTC  (10+ messages)
` [PATCH v2 09/20] drm/i915: Remove references to struct drm_device.pdev
` [PATCH v2 13/20] drm/nouveau: "

[RFC PATCH 08/27] vhost: Add a flag for software assisted Live Migration
 2020-12-10 11:57 UTC  (21+ messages)
  ` [RFC PATCH 09/27] vhost: Route host->guest notification through qemu
  ` [RFC PATCH 13/27] vhost: Send buffers to device
  ` [RFC PATCH 10/27] vhost: Allocate shadow vring
  ` [RFC PATCH 16/27] virtio: Expose virtqueue_alloc_element
  ` [RFC PATCH 18/27] vhost: add vhost_vring_poll_rcu
  ` [RFC PATCH 20/27] vhost: Return used buffers
  ` [RFC PATCH 24/27] vhost: iommu changes
` [RFC PATCH 00/27] vDPA software assisted live migration
  ` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
  ` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
  ` [RFC PATCH 07/27] vhost: Route guest->host notification through qemu

[PATCH v1] vdpa/mlx5: Use write memory barrier after updating CQ index
 2020-12-10  9:11 UTC 

[RFC PATCH 0/8] vhost: allow userspace to control vq cpu affinity
 2020-12-09 15:58 UTC  (2+ messages)

[PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver
 2020-12-09 12:53 UTC  (9+ messages)
    ` Howto listen to/handle gpio state changes ? "

[PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index
 2020-12-09 12:47 UTC  (6+ messages)

[PATCH RESEND v2] virtio-input: add multi-touch support
 2020-12-09  8:28 UTC  (4+ messages)

[PATCH] virtio: replace constant parameter '1' with num
 2020-12-08 13:55 UTC 

(subset) [PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 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).