virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 14:29:13 to 2020-05-28 03:02:40 UTC [more...]

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-05-28  3:02 UTC  (4+ messages)
` [PATCH v3 FOR QEMU v3] hw/vfio: Add VMD Passthrough Quirk
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register
` [PATCH v3 2/2] PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-05-27 18:05 UTC  (6+ messages)
` [PATCH v3 1/5] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v3 2/5] vhost: (cosmetic) remove a superfluous variable initialisation
` [PATCH v3 3/5] rpmsg: move common structures and defines to headers
` [PATCH v3 4/5] rpmsg: update documentation
` [PATCH v3 5/5] vhost: add an RPMsg API

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-27 17:49 UTC  (51+ messages)
` [PATCH v3 19/75] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v3 22/75] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v3 23/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v3 31/75] x86/head/64: Install boot GDT
` [PATCH v3 35/75] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH v3 38/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v3 40/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler
` [PATCH v3 43/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v3 44/75] x86/sev-es: Allocate and Map IST stacks for #VC handler
` [PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks
` [PATCH v3 51/75] x86/sev-es: Handle MMIO events
` [PATCH v3 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v3 53/75] x86/sev-es: Handle MSR events
` [PATCH v3 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance

[PATCH v2 0/5] Add a vhost RPMsg API
 2020-05-27 17:47 UTC  (11+ messages)
` [PATCH v2 1/5] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v2 2/5] vhost: (cosmetic) remove a superfluous variable initialisation
` [PATCH v2 3/5] rpmsg: move common structures and defines to headers
` [PATCH v2 4/5] rpmsg: update documentation
` [PATCH v2 5/5] vhost: add an RPMsg API

[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
 2020-05-27  9:16 UTC  (3+ messages)
` [RFC PATCH] vdpa: vhost_vdpa_poll_stop() can be static

[PATCH] vdpa: fix typos in the comments for __vdpa_alloc_device()
 2020-05-27  6:05 UTC 

[PATCH 0/6] Add a vhost RPMsg API
 2020-05-26 20:09 UTC  (13+ messages)
` [PATCH 1/6] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH 2/6] vhost: (cosmetic) remove a superfluous variable initialisation
` [PATCH 3/6] rpmsg: move common structures and defines to headers
` [PATCH 4/6] rpmsg: update documentation
` [PATCH 5/6] vhost: add an rpmsg API
  ` [Sound-open-firmware] "
` [PATCH 6/6] rpmsg: add a device ID to also bind to the ADSP device

[PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
 2020-05-26 15:13 UTC  (3+ messages)

[PATCH v2 0/2] crypto: virtio: Fix two crash issue
 2020-05-26 14:11 UTC  (17+ messages)
` [PATCH v2 1/2] crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()
      ` [v2 "
` [PATCH v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
      ` [v2 "

[PATCH v4 0/3] Support virtio cross-device resources
 2020-05-26 10:58 UTC  (4+ messages)
` [PATCH v4 1/3] virtio: add dma-buf support for exported objects
` [PATCH v4 2/3] virtio-gpu: add VIRTIO_GPU_F_RESOURCE_UUID feature
` [PATCH v4 3/3] drm/virtio: Support virtgpu exported resources

[PATCH] s390/virtio: remove unused pm callbacks
 2020-05-26  9:36 UTC 

[PATCH RFC] vhost: add an SOF Audio DSP driver
 2020-05-25 12:43 UTC  (3+ messages)
` [Sound-open-firmware] "

[PATCH 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
 2020-05-25  8:03 UTC  (4+ messages)
  ` [2/2] "

[PATCH 1/2] crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()
 2020-05-25  6:46 UTC  (2+ messages)

[PATCH 0/2] crypto: virtio: fix two crash issue
 2020-05-25  3:45 UTC  (5+ messages)
` [PATCH 1/2] crypto: virtio: fix src/dst scatterlist calculation
` [PATCH 2/2] crypto: virtio: fix an memory use-after-free bug

[PATCH] drm/qxl: Replace deprecated function in qxl_display
 2020-05-24  2:26 UTC 

[GIT PULL] vhost/vdpa: minor fixes
 2020-05-21 20:55 UTC  (2+ messages)

[PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-05-20  7:56 UTC  (4+ messages)
` [PATCH v4 16/15] virtio-mem: Don't rely on implicit compiler padding for requests

[PATCH V2] ifcvf: move IRQ request/free to status change handlers
 2020-05-19  5:52 UTC  (6+ messages)

[PATCH 4.4 67/86] x86/paravirt: Remove the unused irq_enable_sysexit pv op
 2020-05-18 17:36 UTC 

[PATCH v3 0/4] Support virtio cross-device resources
 2020-05-18 11:17 UTC  (15+ messages)
` [PATCH v3 1/4] dma-buf: add support for virtio exported objects
` [PATCH v3 4/4] drm/virtio: Support virtgpu exported resources

Patch "x86/paravirt: Remove the unused irq_enable_sysexit pv op" has been added to the 4.4-stable tree
 2020-05-18  7:49 UTC 

[PATCH] vhost: missing __user tags
 2020-05-18  3:27 UTC  (2+ messages)

[PATCH v5 25/38] drm: virtio: fix common struct sg_table related issues
 2020-05-15 10:12 UTC  (2+ messages)

[PATCH] vdpa_sim: do not reset IOTLB during device reset
 2020-05-15  3:02 UTC  (3+ messages)

[PATCH v3 00/15] virtio-mem: paravirtualized memory
 2020-05-15  2:58 UTC  (9+ messages)

[PATCH AUTOSEL 4.14 17/39] vhost/vsock: fix packet delivery order to monitoring devices
 2020-05-14 18:54 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 31/39] virtio-blk: handle block_device_operations callbacks after hot unplug

[PATCH AUTOSEL 4.19 10/31] vhost/vsock: fix packet delivery order to monitoring devices
 2020-05-14 18:54 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 22/31] virtio-blk: handle block_device_operations callbacks after hot unplug

[PATCH AUTOSEL 5.4 12/49] vhost/vsock: fix packet delivery order to monitoring devices
 2020-05-14 18:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 29/49] virtio-blk: handle block_device_operations callbacks after hot unplug

[PATCH AUTOSEL 5.6 13/62] vhost/vsock: fix packet delivery order to monitoring devices
 2020-05-14 18:51 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 32/62] virtio-blk: handle block_device_operations callbacks after hot unplug

[Q] vhost: returning misconfigured buffers
 2020-05-14 12:55 UTC 

[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-14 10:56 UTC  (4+ messages)

[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-14  7:51 UTC 

[PATCH 4/9] drm/virtio: Call the right shmem helpers
 2020-05-14  7:46 UTC  (2+ messages)

[PATCH v2 0/2] VMD endpoint passthrough support
 2020-05-13 19:55 UTC  (9+ messages)
` [PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
` [PATCH v2 1/2] PCI: vmd: Filter resource type bits from shadow register
` [PATCH v2 2/2] PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[RFC v3 for QEMU] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT
 2020-05-13 16:37 UTC  (3+ messages)
` [RFC v3 for Linux] virtio_balloon: Add VIRTIO_BALLOON_VQ_INFLATE_CONT to handle THP split issue

[PATCH v5] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-13 10:45 UTC  (6+ messages)
    ` [EXT] "

[PATCH v4 25/38] drm: virtio: fix common struct sg_table related issues
 2020-05-12  9:00 UTC 

[PATCH] ifcvf: move IRQ request/free to status change handlers
 2020-05-12  5:51 UTC  (6+ messages)

[PATCH] vhost: scsi: notify TCM about the maximum sg entries supported per command
 2020-05-11 22:18 UTC 

[PATCH -next] vdpasim: Fix some coccinelle warnings
 2020-05-09  2:20 UTC 

[PATCH] iommu/virtio: reverse arguments to list_add
 2020-05-08 15:31 UTC  (2+ messages)

[PATCH -next] vdpasim: remove unused variable 'ret'
 2020-05-08  6:57 UTC  (3+ messages)

[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-08  1:59 UTC  (14+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

[PATCH v2] virtio_net: fix lockdep warning on 32 bit
 2020-05-07 14:58 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 8/9] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-05-07 14:30 UTC 

[PATCH AUTOSEL 4.9 09/11] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-05-07 14:30 UTC 

[PATCH AUTOSEL 4.14 13/16] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-05-07 14:29 UTC 

[PATCH AUTOSEL 4.19 17/20] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
 2020-05-07 14:29 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).