virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 04:01:03 to 2021-02-17 21:51:26 UTC [more...]

[PATCH 1/2] vdpa/mlx5: Fix suspend/resume index restoration
 2021-02-17 21:51 UTC  (3+ messages)

[PATCH v2 01/11] drm/qxl: properly handle device init failures
 2021-02-17 19:24 UTC  (16+ messages)
` [PATCH v2 02/11] drm/qxl: more fence wait rework
` [PATCH v2 03/11] drm/qxl: use ttm bo priorities
` [PATCH v2 04/11] drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
` [PATCH v2 05/11] drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked
` [PATCH v2 06/11] drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap
` [PATCH v2 07/11] drm/qxl: fix prime vmap
` [PATCH v2 08/11] drm/qxl: fix monitors object vmap
` [PATCH v2 09/11] drm/qxl: move shadow handling to new qxl_prepare_shadow()
` [PATCH v2 10/11] drm/qxl: rework cursor plane
` [PATCH v2 11/11] drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_locked

[PATCH 0/3] x86/sev-es: Check for trusted regs->sp in __sev_es_ist_enter()
 2021-02-17 18:09 UTC  (8+ messages)
` [PATCH 1/3] x86/sev-es: Introduce from_syscall_gap() helper
` [PATCH 2/3] x86/sev-es: Check if regs->sp is trusted before adjusting #VC IST stack
` [PATCH 3/3] x86/sev-es: Improve comments in and around __sev_es_ist_enter/exit()

[RFC v2 1/7] vhost: Delete trailing dot in errpr_setg argument
 2021-02-17 17:24 UTC  (7+ messages)
  ` [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status
  ` [RFC v2 3/7] vhost: Save masked_notifier state
  ` [RFC v2 4/7] vhost: Add VhostShadowVirtqueue
  ` [RFC v2 5/7] vhost: Add x-vhost-enable-shadow-vq qmp
  ` [RFC v2 6/7] vhost: Route guest->host notification through shadow virtqueue
  ` [RFC v2 7/7] vhost: Route host->guest "

[PATCH 2/2 v1] vdpa/mlx5: Enable user to add/delete vdpa device
 2021-02-17 17:13 UTC 

[PATCH for 5.10 v2 0/5] vdpa_sim: fix param validation in vdpasim_get_config()
 2021-02-17 11:10 UTC  (8+ messages)
` [PATCH for 5.10 v2 1/5] vdpa_sim: remove hard-coded virtq count
` [PATCH for 5.10 v2 2/5] vdpa_sim: add struct vdpasim_dev_attr for device attributes
` [PATCH for 5.10 v2 3/5] vdpa_sim: store parsed MAC address in a buffer
` [PATCH for 5.10 v2 4/5] vdpa_sim: make 'config' generic and usable for any device type
` [PATCH for 5.10 v2 5/5] vdpa_sim: add get_config callback in vdpasim_dev_attr

[PATCH 01/10] drm/qxl: properly handle device init failures
 2021-02-17 10:23 UTC  (20+ messages)
` [PATCH 02/10] drm/qxl: more fence wait rework
` [PATCH 03/10] drm/qxl: use ttm bo priorities
` [PATCH 04/10] drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
` [PATCH 05/10] drm/qxl: rename qxl_bo_kmap -> qxl_bo_kmap_locked
` [PATCH 06/10] drm/qxl: add qxl_bo_kmap/qxl_bo_kunmap
` [PATCH 07/10] drm/qxl: fix prime kmap
` [PATCH 08/10] drm/qxl: fix monitors object kmap
` [PATCH 09/10] drm/qxl: map/unmap framebuffers in prepare_fb+cleanup_fb callbacks
` [PATCH 10/10] drm/qxl: add lock asserts to qxl_bo_kmap_locked + qxl_bo_kunmap_locked

[PATCH linux-next v2] vdpa: Fix memory leak in error unwinding path
 2021-02-17  8:20 UTC  (2+ messages)

[PATCH v1] vdpa/mlx5: Restore the hardware used index after change map
 2021-02-17  0:25 UTC  (9+ messages)

[PATCH v5 0/8] x86/tlb: Concurrent TLB flushes
 2021-02-16 19:17 UTC  (4+ messages)
` [PATCH v5 4/8] x86/mm/tlb: Flush remote and local TLBs concurrently

vsock virtio: questions about supporting DGRAM type
 2021-02-16 16:54 UTC  (11+ messages)
  ` [External] "

[PATCH] virtio_console: remove pointless check for debugfs_create_dir()
 2021-02-16 16:00 UTC  (2+ messages)

[PATCH for 5.10] vdpa_sim: fix param validation in vdpasim_get_config()
 2021-02-16 13:55 UTC  (5+ messages)

[PATCH] vdpa/mlx5: Extract correct pointer from driver data
 2021-02-16 13:17 UTC  (3+ messages)

[PATCH v2] virtio/s390: implement virtio-ccw revision 2 correctly
 2021-02-16 11:06 UTC 

[PATCH] virtio/s390: implement virtio-ccw revision 2 correctly
 2021-02-16 10:42 UTC  (5+ messages)

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-02-16  9:44 UTC  (11+ messages)
` [RFC PATCH 01/10] vdpa: add get_config_size callback in vdpa_config_ops
` [RFC PATCH 02/10] vdpa: check vdpa_get_config() parameters and return bytes read
` [RFC PATCH 03/10] vdpa: add vdpa_set_config() helper
` [RFC PATCH 04/10] vdpa: remove param checks in the get/set_config callbacks
` [RFC PATCH 05/10] vdpa: remove WARN_ON() "
` [RFC PATCH 06/10] virtio_vdpa: use vdpa_set_config()
` [RFC PATCH 07/10] vhost/vdpa: "
` [RFC PATCH 08/10] vhost/vdpa: allow user space to pass buffers bigger than config space
` [RFC PATCH 09/10] vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()
` [RFC PATCH 10/10] vhost/vdpa: return configuration bytes read and written to user space

[PATCH 0/6] drm: Move vmap out of commit tail for SHMEM-based drivers
 2021-02-15 18:39 UTC  (3+ messages)

[PATCH] vdpa: Fix memory leak in error unwinding path
 2021-02-15 14:12 UTC  (3+ messages)

[PATCH] vhost vdpa: setup vq irq only when set status includes VIRTIO_CONFIG_S_DRIVER_OK
 2021-02-15 14:04 UTC 

[PATCH v1 0/2] virito-mem: one fix and VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-02-15 12:24 UTC  (3+ messages)
` [PATCH v1 1/2] virtio-mem: don't read big block size in SBM
` [PATCH v1 2/2] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE

[PATCH] vdpa_sim: Skip typecasting from void*
 2021-02-15 11:39 UTC  (2+ messages)

[PATCH V3 00/19] vDPA driver for virtio-pci device
 2021-02-12 20:14 UTC  (6+ messages)
` [PATCH V3 16/19] virtio-pci: introduce modern device module

[PATCH 1/2] iommu: Report domain nesting info for arm-smmu-v3
 2021-02-12 18:16 UTC  (3+ messages)
  ` [PATCH 2/2] iommu: arm-smmu-v3: Report domain nesting info reuqired for stage1

[RFC v3 0/3] Introduce Virtio based Dmabuf driver
 2021-02-12 11:01 UTC  (14+ messages)
` [RFC v3 2/3] virtio: Introduce Vdmabuf driver

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-12  8:07 UTC  (18+ messages)
  ` [RFC PATCH v4 01/17] af_vsock: update functions for connectible socket
  ` [RFC PATCH v4 03/17] af_vsock: separate receive data loop
  ` [RFC PATCH v4 04/17] af_vsock: implement SEQPACKET receive loop
  ` [RFC PATCH v4 05/17] af_vsock: separate wait space loop
  ` [RFC PATCH v4 06/17] af_vsock: implement send logic for SEQPACKET
  ` [RFC PATCH v4 07/17] af_vsock: rest of SEQPACKET support
  ` [RFC PATCH v4 08/17] af_vsock: update comments for stream sockets
  ` [RFC PATCH v4 09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET
  ` [RFC PATCH v4 10/17] virtio/vsock: fetch length for SEQPACKET record
  ` [RFC PATCH v4 12/17] virtio/vsock: rest of SOCK_SEQPACKET support
  ` [RFC PATCH v4 16/17] loopback/vsock: setup SEQPACKET ops for transport
  ` [RFC PATCH v4 17/17] virtio/vsock: simplify credit update function API
  ` [RFC PATCH v4 02/17] af_vsock: separate wait data loop

[PATCH iproute2-next v5 0/5] Add vdpa device management tool
 2021-02-11 17:24 UTC  (8+ messages)
` [PATCH iproute2-next v5 1/5] Add kernel headers
` [PATCH iproute2-next v5 2/5] utils: Add helper routines for indent handling
` [PATCH iproute2-next v5 3/5] utils: Add generic socket helpers
` [PATCH iproute2-next v5 4/5] utils: Add helper to map string to unsigned int
` [PATCH iproute2-next v5 5/5] vdpa: Add vdpa tool

[PATCH] vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()
 2021-02-11 15:39 UTC  (9+ messages)

[PATCH netdev] virtio-net: support XDP_TX when not more queues
 2021-02-11 11:00 UTC  (2+ messages)

[PATCH v2 0/3] mlx5_vdpa bug fixes
 2021-02-10 21:48 UTC  (4+ messages)
` [PATCH v2 1/3] vdpa/mlx5: should exclude header length and fcs from mtu
` [PATCH v2 2/3] vdpa/mlx5: fix feature negotiation across device reset
` [PATCH v2 3/3] vdpa/mlx5: defer clear_virtqueues to until DRIVER_OK

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

[PATCH iproute2-next 2/2] vdpa: Add vdpa tool
 2021-02-10 18:28 UTC  (5+ messages)
` [PATCH iproute2-next v4 0/5] Add vdpa device management tool
  ` [PATCH iproute2-next v4 1/5] Add kernel headers

[PATCH RFC v2 0/4] virtio-net: add tx-hash, rx-tstamp, tx-tstamp and tx-time
 2021-02-10 14:40 UTC  (11+ messages)
` [PATCH RFC v2 2/4] virtio-net: support receive timestamp
` [PATCH RFC v2 3/4] virtio-net: support transmit timestamp

[PATCH 1/3] mlx5_vdpa: should exclude header length and fcs from mtu
 2021-02-10 12:28 UTC  (8+ messages)
` [PATCH 2/3] mlx5_vdpa: fix feature negotiation across device reset
` [PATCH 3/3] mlx5_vdpa: defer clear_virtqueues to until DRIVER_OK

[PATCH net] virtio-net: suppress bad irq warning for tx napi
 2021-02-10  9:14 UTC  (10+ messages)

[PATCH 01/13] target: move t_task_cdb initialization
 2021-02-10  8:44 UTC  (6+ messages)
  ` [PATCH 02/13] target: split target_submit_cmd_map_sgls
  ` [PATCH 05/13] tcm loop: use blk cmd allocator for se_cmds
  ` [PATCH 07/13] target: cleanup cmd flag bits
  ` [PATCH 11/13] target: replace work per cmd in completion path
  ` [PATCH 12/13] target, vhost-scsi: don't switch cpus on completion

[PATCH] virtio-mmio: Use to_virtio_mmio_device() to simply code
 2021-02-10  8:09 UTC 

[RFC 05/10] vhost: Add vhost_dev_from_virtio
 2021-02-10  5:57 UTC  (8+ messages)
  ` [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue


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