virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 08:37:30 to 2021-03-18 10:29:37 UTC [more...]

[PATCH v2 00/10] drm: Support simple-framebuffer devices and firmware fbs
 2021-03-18 10:29 UTC  (6+ messages)
` [PATCH v2 01/10] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v2 02/10] drm/format-helper: Add blitter functions
` [PATCH v2 03/10] drm/aperture: Move fbdev conflict helpers into drm_aperture.h
` [PATCH v2 04/10] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v2 06/10] drm/simpledrm: Add fbdev emulation

[RFC v2 05/13] vhost: Route guest->host notification through shadow virtqueue
 2021-03-18  9:29 UTC  (14+ messages)
  ` [RFC v2 10/13] vhost: add vhost_kernel_set_vring_enable
  ` [RFC v2 08/13] virtio: Add vhost_shadow_vq_get_vring_addr
  ` [RFC v2 12/13] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
  ` [RFC v2 13/13] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
  ` [RFC v2 11/13] vhost: Shadow virtqueue buffers forwarding
` [RFC v2 00/13] vDPA software assisted live migration
  ` [RFC v2 04/13] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH] virtio_net: replace if (cond) BUG() with BUG_ON()
 2021-03-18  8:18 UTC 

[PATCH v4 00/14] vdpa: add vdpa simulator for block device
 2021-03-18  3:31 UTC  (21+ messages)
` [PATCH v4 01/14] vdpa_sim: use iova module to allocate IOVA addresses
` [PATCH v4 02/14] vringh: add 'iotlb_lock' to synchronize iotlb accesses
` [PATCH v4 03/14] vringh: reset kiov 'consumed' field in __vringh_iov()
` [PATCH v4 04/14] vringh: explain more about cleaning riov and wiov
` [PATCH v4 05/14] vringh: implement vringh_kiov_advance()
` [PATCH v4 06/14] vringh: add vringh_kiov_length() helper
` [PATCH v4 07/14] vdpa_sim: cleanup kiovs in vdpasim_free()
` [PATCH v4 08/14] vdpa: add get_config_size callback in vdpa_config_ops
` [PATCH v4 09/14] vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()
` [PATCH v4 10/14] vhost/vdpa: Remove the restriction that only supports virtio-net devices
` [PATCH v4 11/14] vdpa: add vdpa simulator for block device
` [PATCH v4 12/14] vdpa_sim_blk: implement ramdisk behaviour
` [PATCH v4 13/14] vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID
` [PATCH v4 14/14] vdpa_sim_blk: add support for vdpa management tool

[PATCH V5 7/7] vDPA/ifcvf: deduce VIRTIO device ID from pdev ids
 2021-03-18  2:44 UTC 

[RFC PATCH] virtio-vsock: add description for datagram type
 2021-03-17 15:44 UTC  (2+ messages)

[PATCH v3 0/8] x86/seves: Support 32-bit boot path and other updates
 2021-03-17 15:04 UTC  (10+ messages)
` [PATCH v3 1/8] x86/boot/compressed/64: Cleanup exception handling before booting kernel
` [PATCH v3 2/8] x86/sev: Do not require Hypervisor CPUID bit for SEV guests
` [PATCH v3 3/8] x86/boot/compressed/64: Reload CS in startup_32
` [PATCH v3 4/8] x86/boot/compressed/64: Setup IDT in startup_32 boot path
` [PATCH v3 5/8] x86/boot/compressed/64: Add 32-bit boot #VC handler
` [PATCH v3 6/8] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
` [PATCH v3 7/8] x86/boot/compressed/64: Check SEV encryption in "
` [PATCH v3 8/8] x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()

[PATCH v2] virtiofs: fix memory leak in virtio_fs_probe()
 2021-03-17 12:31 UTC  (2+ messages)

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-17  8:26 UTC  (3+ messages)

[PATCH V4 1/7] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
 2021-03-17  4:07 UTC  (7+ messages)
  ` [PATCH V4 2/7] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
  ` [PATCH V4 3/7] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
  ` [PATCH V4 4/7] vDPA/ifcvf: remove the version number string
  ` [PATCH V4 5/7] vDPA/ifcvf: fetch device feature bits when probe
  ` [PATCH V4 6/7] vDPA/ifcvf: verify mandatory feature bits for vDPA
  ` [PATCH V4 7/7] vDPA/ifcvf: deduce VIRTIO device ID from pdev ids

[PATCH 0/3] Add support for ACPI VIOT
 2021-03-16 19:16 UTC  (4+ messages)
` [PATCH 1/3] ACPICA: iASL: Add definitions for the VIOT table
` [PATCH 2/3] ACPI: Add driver "
` [PATCH 3/3] iommu/virtio: Enable x86 support

[PATCH] virtiofs: fix memory leak in virtio_fs_probe()
 2021-03-16 18:17 UTC 

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (19+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[RFC PATCH v1 0/1] virtio-vsock: introduce SEQPACKET description
 2021-03-16 14:08 UTC  (4+ messages)
  ` [virtio-comment] "
  ` [virtio-comment] [RFC PATCH v1 1/1] virtio-vsock: add SOCK_SEQPACKET description

[RFC PATCH v1] virtio-vsock: use enums instead of hardcoded constants
 2021-03-16 13:38 UTC  (5+ messages)
    ` [MASSMAIL KLMS] [virtio-comment] "

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-16 13:03 UTC  (21+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
    ` [Freedreno] "

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-16  8:08 UTC  (18+ messages)
  ` [RFC PATCH v6 01/22] af_vsock: update functions for connectible socket
  ` [RFC PATCH v6 02/22] af_vsock: separate wait data loop
  ` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
  ` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
  ` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record
  ` [RFC PATCH v6 07/22] af_vsock: rest of SEQPACKET support
  ` [RFC PATCH v6 08/22] af_vsock: update comments for stream sockets
  ` [RFC PATCH v6 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
  ` [RFC PATCH v6 10/22] virtio/vsock: simplify credit update function API
  ` [RFC PATCH v6 11/22] virtio/vsock: dequeue callback for SOCK_SEQPACKET
  ` [RFC PATCH v6 13/22] virtio/vsock: add SEQPACKET receive logic
  ` [RFC PATCH v6 14/22] virtio/vsock: rest of SOCK_SEQPACKET support
  ` [RFC PATCH v6 16/22] vhost/vsock: SEQPACKET feature bit support
  ` [RFC PATCH v6 17/22] virtio/vsock: "

[PATCH v8] i2c: virtio: add a virtio i2c frontend driver
 2021-03-16 10:35 UTC 

[PATCH v7] i2c: virtio: add a virtio i2c frontend driver
 2021-03-16  2:15 UTC  (10+ messages)

[PATCH] x86/vmware: avoid TSC recalibration
 2021-03-15 22:24 UTC  (3+ messages)

[PATCH v5 01/11] file: Export __receive_fd() to modules
 2021-03-15  9:08 UTC 

[RFC v3 0/3] Introduce Virtio based Dmabuf driver
 2021-03-15  2:27 UTC  (11+ messages)
` [RFC v3 2/3] virtio: Introduce Vdmabuf driver

vsock virtio: questions about supporting DGRAM type
 2021-03-14 22:19 UTC  (4+ messages)
  ` [External] "

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-14 12:04 UTC 

[PATCH] virtio-mmio: read[wl]()/write[wl] are already little-endian
 2021-03-14  8:26 UTC  (2+ messages)

linux-next: Tree for Mar 11 [drivers/vdpa/virtio_pci/vp_vdpa.ko]
 2021-03-12  9:38 UTC  (2+ messages)

[PATCH V3 4/6] vDPA/ifcvf: remove the version number string
 2021-03-12  7:00 UTC  (14+ messages)
  ` [PATCH V3 6/6] vDPA/ifcvf: verify mandatory feature bits for vDPA
  ` [PATCH V3 1/6] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
  ` [PATCH V3 3/6] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids

[PATCH 0/2] vhost-vdpa: fix issues around v->config_ctx handling
 2021-03-12  6:34 UTC  (6+ messages)
` [PATCH 1/2] vhost-vdpa: fix use-after-free of v->config_ctx
` [PATCH 2/2] vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails

[RFC PATCH 11/18] virt/mshv: set up synic pages for intercept messages
 2021-03-11 20:45 UTC  (2+ messages)

[PATCH v7 00/14] x86: major paravirt cleanup
 2021-03-11 14:23 UTC  (9+ messages)
` [PATCH v7 04/14] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v7 08/14] x86: add new features for paravirt patching
` [PATCH v7 09/14] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v7 10/14] x86/paravirt: simplify paravirt macros
` [PATCH v7 11/14] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v7 12/14] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v7 13/14] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v7 14/14] x86/paravirt: have only one paravirt patch function

[PATCH v6 00/12] x86: major paravirt cleanup
 2021-03-11 13:09 UTC  (8+ messages)
` [PATCH v6 02/12] x86/paravirt: switch time pvops functions to use static_call()

make alloc_anon_inode more useful
 2021-03-11  8:42 UTC  (9+ messages)
` [PATCH 3/9] powerpc/pseries: remove the ppc-cmm file system
` [PATCH 4/9] drm: remove the drm "

[PATCH v6] i2c: virtio: add a virtio i2c frontend driver
 2021-03-11  5:59 UTC  (6+ messages)

[RFC v4 07/11] vduse: Introduce VDUSE - vDPA Device in Userspace
 2021-03-10 12:58 UTC 

[PATCH v2 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-10  8:43 UTC  (8+ messages)
` [PATCH v2 1/7] x86/boot/compressed/64: Cleanup exception handling before booting kernel
` [PATCH v2 2/7] x86/boot/compressed/64: Reload CS in startup_32
` [PATCH v2 3/7] x86/boot/compressed/64: Setup IDT in startup_32 boot path
` [PATCH v2 4/7] x86/boot/compressed/64: Add 32-bit boot #VC handler
` [PATCH v2 5/7] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
` [PATCH v2 6/7] x86/boot/compressed/64: Check SEV encryption in "
` [PATCH v2 7/7] x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()


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