virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:15:40 to 2020-04-23 11:30:27 UTC [more...]

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-23 11:30 UTC  (20+ messages)
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
      `  "

[PATCH v1] drm/bochs: fix an issue of ioremap() leak
 2020-04-23 10:14 UTC  (6+ messages)

[PATCH 0/1] KVM support for VMD devices
 2020-04-23  6:16 UTC  (2+ messages)

[PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk
 2020-04-22 22:17 UTC  (6+ messages)
` [PATCH 1/1] pci: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-22 16:54 UTC  (4+ messages)

[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
 2020-04-22 15:49 UTC  (27+ messages)
  `  "
      ` [virtio-dev] "

[PATCH v4] virtio: force spec specified alignment on types
 2020-04-22 14:58 UTC 

[vhost:vhost 27/32] ./usr/include/linux/virtio_ring.h:126:2: error: unknown type name 'vring_used_elem_t'
 2020-04-22 14:34 UTC 

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-21 19:40 UTC  (2+ messages)

[PATCH v3] virtio: force spec specified alignment on types
 2020-04-21 13:25 UTC  (3+ messages)

[PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure the order in which resources are released
 2020-04-21  8:43 UTC  (2+ messages)

[PATCH 26/59] drm/qxl: Use devm_drm_dev_alloc
 2020-04-21  7:39 UTC  (12+ messages)
` [PATCH 27/59] drm/qxl: Don't use drm_device->dev_private
` [PATCH 35/59] drm/cirrus: Use devm_drm_dev_alloc
` [PATCH 36/59] drm/cirrus: Don't use drm_device->dev_private
` [PATCH 37/59] drm/cirrus: Move to drm/tiny
` [PATCH 59/59] drm/bochs: Remove explicit drm_connector_register

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-04-21  7:31 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space

[PATCH v4] vhost: disable for OABI
 2020-04-21  2:27 UTC  (2+ messages)

[PATCH v2] virtio: force spec specified alignment on types
 2020-04-20 20:09 UTC 

[PATCH v3] vhost: disable for OABI
 2020-04-20 14:16 UTC  (3+ messages)

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-20  3:04 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 45/47] virtio-blk: improve virtqueue error to BLK_STS
 2020-04-18 14:42 UTC 

[PATCH AUTOSEL 5.4 42/78] iommu/virtio: Fix freeing of incomplete domains
 2020-04-18 14:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 73/78] virtio-blk: improve virtqueue error to BLK_STS

[PATCH AUTOSEL 5.5 45/75] iommu/virtio: Fix freeing of incomplete domains
 2020-04-18 14:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 74/75] virtio-blk: improve virtqueue error to BLK_STS

[PATCH AUTOSEL 5.6 48/73] iommu/virtio: Fix freeing of incomplete domains
 2020-04-18 13:47 UTC 

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-18 12:44 UTC  (14+ messages)
  ` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
  ` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
    ` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
    ` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
    ` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()

[PATCH v3 0/8] tools/vhost: Reset virtqueue on tests
 2020-04-18 10:22 UTC  (9+ messages)
` [PATCH v3 1/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH v3 2/8] tools/virtio: Add --batch option
` [PATCH v3 3/8] tools/virtio: Add --batch=random option
` [PATCH v3 4/8] tools/virtio: Add --reset
` [PATCH v3 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH v3 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH v3 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH v3 8/8] tools/virtio: Use tools/include/list.h instead of stubs

improve use_mm / unuse_mm v2
 2020-04-17 14:25 UTC  (9+ messages)
` [PATCH 1/3] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 2/3] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 3/3] kernel: set USER_DS in kthread_use_mm

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

[PATCH V2] vhost: do not enable VHOST_MENU by default
 2020-04-17  9:48 UTC  (16+ messages)

[PATCH v9] virtio: force spec specified alignment on types
 2020-04-17  7:59 UTC 

[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
 2020-04-17  7:48 UTC  (3+ messages)

[GIT PULL] vhost: cleanups and fixes
 2020-04-16 21:58 UTC  (5+ messages)

linux-next: Tree for Apr 15 (vdpa)
 2020-04-16 12:32 UTC  (3+ messages)

[PATCH v2] virtio-balloon: Avoid using the word 'report' when referring to free page hinting
 2020-04-15 18:57 UTC  (2+ messages)

[PATCH] virtio-balloon: Avoid using the word 'report' when referring to free page hinting
 2020-04-15 18:33 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 69/84] iommu/virtio: Fix freeing of incomplete domains
 2020-04-15 11:44 UTC 

[PATCH AUTOSEL 5.5 088/106] iommu/virtio: Fix freeing of incomplete domains
 2020-04-15 11:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 091/106] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH AUTOSEL 5.6 107/129] iommu/virtio: Fix freeing of incomplete domains
 2020-04-15 11:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 111/129] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH v2] Fix: buffer overflow during hvc_alloc()
 2020-04-15 10:34 UTC  (2+ messages)

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-04-15  7:42 UTC  (17+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-15  5:01 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()

[PATCH] vhost: do not enable VHOST_MENU by default
 2020-04-15  2:40 UTC  (3+ messages)

[PATCH] virtio_input: Initialize multi-touch slots on ABS_MT_SLOT
 2020-04-15  0:24 UTC  (2+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 15:27 UTC  (13+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
  ` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
        ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner


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