virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-01 14:35:00 to 2020-04-07 09:53:34 UTC [more...]

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-07  9:53 UTC 

[GIT PULL] vhost: fixes, vdpa
 2020-04-07  9:50 UTC  (2+ messages)

[PATCH v8 01/19] tools/virtio: define aligned attribute
 2020-04-07  8:51 UTC  (15+ messages)
` [PATCH v8 02/19] tools/virtio: make asm/barrier.h self contained
` [PATCH v8 03/19] tools/virtio: define __KERNEL__
` [PATCH v8 04/19] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v8 05/19] virtgpu: pull in uaccess.h
` [PATCH v8 08/19] virtio_input: pull in slab.h
` [PATCH v8 09/19] virtio: stop using legacy struct vring in kernel
` [PATCH v8 10/19] vhost: force spec specified alignment on types
` [PATCH v8 11/19] virtio: add legacy init/size APIs
` [PATCH v8 12/19] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v8 13/19] tools/virtio: "
` [PATCH v8 17/19] vhost: option to fetch descriptors through an independent struct
` [PATCH v8 18/19] vhost: use batched version by default
` [PATCH v8 19/19] vhost: batching fetches

[PATCH 30/44] drm/qxl: Use devm_drm_dev_alloc
 2020-04-07  7:19 UTC  (11+ messages)
` [PATCH 31/44] drm/qxl: Don't use drm_device->dev_private
` [PATCH 39/44] drm/cirrus: Use devm_drm_dev_alloc
` [PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private

[PATCH] Fix: buffer overflow during hvc_alloc()
 2020-04-07  6:23 UTC  (4+ messages)

improve use_mm / unuse_mm
 2020-04-07  3:08 UTC  (14+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-07  2:21 UTC  (9+ messages)
` [PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 14/70] x86/boot/compressed/64: Add page-fault handler
` [PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler

[PATCH v7 01/19] tools/virtio: define aligned attribute
 2020-04-07  1:08 UTC  (14+ messages)
` [PATCH v7 02/19] tools/virtio: make asm/barrier.h self contained
` [PATCH v7 03/19] tools/virtio: define __KERNEL__
` [PATCH v7 04/19] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v7 05/19] virtgpu: pull in uaccess.h
` [PATCH v7 08/19] virtio_input: pull in slab.h
` [PATCH v7 09/19] virtio: stop using legacy struct vring in kernel
` [PATCH v7 10/19] vhost: force spec specified alignment on types
` [PATCH v7 11/19] virtio: add legacy init/size APIs
` [PATCH v7 12/19] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v7 13/19] tools/virtio: "
` [PATCH v7 17/19] vhost: option to fetch descriptors through an independent struct
` [PATCH v7 18/19] vhost: use batched version by default
` [PATCH v7 19/19] vhost: batching fetches

[vhost:vhost 32/44] drivers/remoteproc/remoteproc_sysfs.c:55:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'?
 2020-04-07  0:27 UTC 

[vhost:vhost 32/44] drivers/gpu/drm/virtio/virtgpu_ioctl.c:113:7: error: implicit declaration of function 'copy_from_user'; did you mean 'sg_copy_from_buffer'?
 2020-04-07  0:15 UTC 

[PATCH v6 01/12] tools/virtio: define aligned attribute
 2020-04-06 22:26 UTC  (9+ messages)
` [PATCH v6 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v6 03/12] tools/virtio: define __KERNEL__
` [PATCH v6 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v6 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v6 06/12] vhost: force spec specified alignment on types
` [PATCH v6 07/12] virtio: add legacy init/size APIs
` [PATCH v6 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v6 09/12] tools/virtio: "

[PATCH v5 01/12] tools/virtio: define aligned attribute
 2020-04-06 21:35 UTC  (9+ messages)
` [PATCH v5 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v5 03/12] tools/virtio: define __KERNEL__
` [PATCH v5 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v5 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v5 06/12] vhost: force spec specified alignment on types
` [PATCH v5 07/12] virtio: add legacy init/size APIs
` [PATCH v5 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v5 09/12] tools/virtio: "

[PATCH v4 01/12] tools/virtio: define aligned attribute
 2020-04-06 21:02 UTC  (9+ messages)
` [PATCH v4 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v4 03/12] tools/virtio: define __KERNEL__
` [PATCH v4 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v4 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v4 06/12] vhost: force spec specified alignment on types
` [PATCH v4 07/12] virtio: add legacy init/size APIs
` [PATCH v4 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v4 09/12] tools/virtio: "

[PATCH v3 1/2] virtio: stop using legacy struct vring in kernel
 2020-04-06 20:54 UTC  (3+ messages)
` [PATCH v3 2/2] vhost: force spec specified alignment on types

[PATCH v2 1/2] virtio: stop using legacy struct vring
 2020-04-06 15:57 UTC  (4+ messages)
` [PATCH v2 2/2] vhost: force spec specified alignment on types

[PATCH] vdpa-sim: depend on HAS_DMA
 2020-04-06 15:50 UTC  (6+ messages)

[PATCH 1/2] vdpa: Signedness bugs in vdpasim_work()
 2020-04-06 14:45 UTC  (2+ messages)
` [PATCH 2/2] vdpa: Fix pointer math bug in vdpasim_get_config()

[PATCH] vhost: force spec specified alignment on types
 2020-04-06 14:34 UTC  (5+ messages)

[PATCH v2 1/2] vdpa-sim: depend on HAS_DMA
 2020-04-06 13:21 UTC  (8+ messages)
` [PATCH v2 2/2] vhost: disable for OABI

upstream boot error: KASAN: slab-out-of-bounds Write in virtio_gpu_object_create
 2020-04-06 13:16 UTC  (4+ messages)

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-06  9:05 UTC  (6+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

[PATCH] virtio-mmio: Delete an error message in vm_find_vqs()
 2020-04-05 17:19 UTC 

[PATCH 0/8] tools/vhost: Reset virtqueue on tests
 2020-04-03 16:51 UTC  (9+ messages)
` [PATCH 1/8] tools/virtio: fix virtio_test.c indentation
` [PATCH 2/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH 3/8] vhost: Replace vq->private_data access by backend accesors
` [PATCH 4/8] vhost: Fix bad order in vhost_test_set_backend at enable
` [PATCH 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH 8/8] tools/virtio: Use tools/include/list.h instead of stubs

[PATCH v3 1/2] virtio/test: fix up after IOTLB changes
 2020-04-03 16:10 UTC  (2+ messages)
` [PATCH v3 2/2] vhost: drop vring dependency on iotlb

[PATCH v2] vhost: drop vring dependency on iotlb
 2020-04-03  6:38 UTC  (4+ messages)

[RFC PATCH v4] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-03  4:34 UTC 

[RFC PATCH v3] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-03  4:29 UTC 

Stacktrace from 5.4.26 kernel
 2020-04-02 16:16 UTC 

[PATCH] vhost: drop vring dependency on iotlb
 2020-04-02 14:59 UTC  (4+ messages)

[PATCH V9 0/9] vDPA support
 2020-04-02 14:56 UTC  (28+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig

[PATCH v2] virtio/test: fix up after IOTLB changes
 2020-04-02 14:21 UTC  (2+ messages)

[PATCH] virtio/test: fix up after IOTLB changes
 2020-04-02 14:18 UTC  (4+ messages)

[vhost:vhost 22/22] drivers/vdpa/vdpa_sim/vdpa_sim.c:94:8: error: implicit declaration of function 'vringh_init_iotlb'; did you mean 'vringh_init_kern'?
 2020-04-02 13:50 UTC 

[PATCH -next] virtio-balloon: Make virtballoon_free_page_report static
 2020-04-02 13:27 UTC  (3+ messages)

[PATCH v4 0/7] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02 13:27 UTC  (9+ messages)
` [PATCH v4 1/7] vhost: option to fetch descriptors through an independent struct
` [PATCH v4 2/7] vhost: use batched version by default
` [PATCH v4 3/7] vhost: batching fetches
` [PATCH v4 4/7] tools/virtio: Add --batch option
` [PATCH v4 5/7] tools/virtio: Add --batch=random option
` [PATCH v4 6/7] tools/virtio: Add --reset=random
` [PATCH v4 7/7] tools/virtio: Make --reset reset ring idx

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-04-02 12:37 UTC  (15+ messages)

[RFC PATCH v2] iommu/virtio: Use page size bitmap supported by endpoint
 2020-04-02  9:24 UTC  (5+ messages)
    ` [EXT] "

[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02  8:17 UTC  (6+ messages)

[PATCH -next] vhost: remove set but not used variable 'status'
 2020-04-02  6:51 UTC 

[PATCH v2 -next] vdpasim: Return status in vdpasim_get_status
 2020-04-02  2:49 UTC  (2+ messages)
` [PATCH v3 "

[PATCH -next] virtio: vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
 2020-04-02  2:46 UTC  (2+ messages)
` [PATCH v2 -next] "

[vhost:vhost 22/22] vdpa_sim.c:undefined reference to `vringh_iov_push_iotlb'
 2020-04-02  1:56 UTC 

[vhost:vhost 22/22] riscv64-linux-ld: vdpa_sim.c:undefined reference to `vringh_getdesc_iotlb'
 2020-04-02  0:50 UTC 

mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)
 2020-04-01 17:13 UTC  (5+ 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).