virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 17:54:15 to 2023-02-21 15:27:01 UTC [more...]

[patch net-next v2] net: virtio_net: implement exact header length guest feature
 2023-02-21 15:26 UTC  (4+ messages)

[patch net-next] net: virtio_net: implement exact header length guest feature
 2023-02-21 14:27 UTC  (14+ messages)

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-21  5:40 UTC  (11+ messages)
  ` [PATCH v2 01/13] vdpa net: move iova tree creation from init to start
  ` [PATCH v2 07/13] vdpa: add vdpa net migration state notifier
  ` [PATCH v2 09/13] vdpa net: block migration if the device has CVQ
  ` [PATCH v2 03/13] vdpa: add vhost_vdpa_suspend
  ` [PATCH v2 04/13] vdpa: move vhost reset after get vring base
  ` [PATCH v2 05/13] vdpa: rewind at get_base, not set_base

[PATCH vhost 00/10] virtio core prepares for AF_XDP
 2023-02-21  1:52 UTC  (34+ messages)
` [PATCH vhost 01/10] virtio_ring: split: refactor virtqueue_add_split() for premapped
` [PATCH vhost 02/10] virtio_ring: packed: separate prepare code from virtuque_add_indirect_packed()
` [PATCH vhost 03/10] virtio_ring: packed: refactor virtqueue_add_packed() for premapped
` [PATCH vhost 04/10] virtio_ring: split: introduce virtqueue_add_split_premapped()
` [PATCH vhost 05/10] virtio_ring: packed: introduce virtqueue_add_packed_premapped()
` [PATCH vhost 06/10] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH vhost 08/10] virtio_ring: introduce dma sync api for virtio
` [PATCH vhost 09/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost 10/10] virtio_ring: introduce virtqueue_reset()

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2023-02-21  0:40 UTC 

[linux-next:master] BUILD REGRESSION d2af0fa4bfa4ec29d03b449ccd43fee39501112d
 2023-02-20 20:11 UTC 

[PATCH 00/17] cirrus: Modernize the cirrus driver
 2023-02-20 15:39 UTC  (28+ messages)
` [PATCH 01/17] drm/cirrus: Compute blit destination offset in single location
` [PATCH 02/17] drm/cirrus: Replace cpp value with format
` [PATCH 03/17] drm/cirrus: Use drm_fb_blit() to update scanout buffer
` [PATCH 04/17] drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpers
` [PATCH 05/17] drm/cirrus: Split cirrus_mode_set() into smaller functions
` [PATCH 06/17] drm/cirrus: Integrate connector into pipeline code
` [PATCH 07/17] drm/cirrus: Move primary-plane format arrays
` [PATCH 08/17] drm/cirrus: Convert to regular atomic helpers
` [PATCH 09/17] drm/cirrus: Enable damage clipping on primary plane
` [PATCH 10/17] drm/cirrus: Inline cirrus_fb_blit_rect()
` [PATCH 11/17] drm/cirrus: Remove format test from cirrus_fb_create()
` [PATCH 12/17] drm/cirrus: Remove size "
` [PATCH 13/17] drm/cirrus: Test mode against video-memory size in device-wide mode_valid
` [PATCH 14/17] drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
` [PATCH 15/17] drm/cirrus: Introduce struct cirrus_primary_plane_state
` [PATCH 16/17] drm/cirrus: Store HW format/pitch in primary-plane state
` [PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-20 15:24 UTC  (9+ messages)

[PATCH] drm/gem: Expose the buffer object handle to userspace last
 2023-02-20 10:01 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c068f40300a0eaa34f7105d137a5560b86951aa9
 2023-02-17 16:39 UTC 

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-17 13:42 UTC  (13+ messages)
  ` [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop
  ` [PATCH v10 03/11] drm/gem: Add evict() callback to drm_gem_object_funcs
  ` [PATCH v10 04/11] drm/shmem: Put booleans in the end of struct drm_gem_shmem_object
  ` [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers
  ` [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs
  ` [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker
  ` [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock
  ` [PATCH v10 09/11] drm/gem: Add drm_gem_pin_unlocked()

[PATCH] gpu-drm-tiny-cirrus: Add NULL check of pointer pipe->plane.state->fb in cirrus_pipe_update()
 2023-02-17 10:14 UTC 

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-02-17  5:58 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 509583475828c4fd86897113f78315c1431edcc3
 2023-02-16 16:52 UTC 

[PATCH] scsi: virtio_scsi: Modify the kmalloc allocation flag
 2023-02-16 16:51 UTC 

[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
 2023-02-16 15:29 UTC  (9+ messages)
  ` [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR
  ` [RFC PATCH v1 02/12] vsock: read from socket's error queue
  ` [RFC PATCH v1 03/12] vsock: check for MSG_ZEROCOPY support
  ` [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support
  ` [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support
  ` [RFC PATCH v1 06/12] vsock/virtio: non-linear skb handling for TAP dev
  ` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support
  ` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf

[PATCH v3 04/14] vdpa: add vhost_vdpa_suspend
 2023-02-16 13:47 UTC 

[PATCH RFC net-next v2 1/3] vsock: support sockmap
 2023-02-16 10:20 UTC  (4+ messages)
  ` [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
  ` [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap
` [PATCH RFC net-next v2 0/3] vsock: add support for sockmap

[PATCH v3] vdpa/mlx5: should not activate virtq object when suspended
 2023-02-16  5:10 UTC  (4+ messages)

CISTI'2023 - 18th Iberian Conference on Information Systems and Technologies | Deadline: February 23
 2023-02-15 15:02 UTC 

[PATCH] vdpa: snet: clear dpu_ready flag on reset
 2023-02-15 15:07 UTC  (3+ messages)

[PATCH v2] vp_vdpa: fix the crash in hot unplug with vp_vdpa
 2023-02-15  1:45 UTC 

[PATCH v2] vdpa/mlx5: should not activate virtq object when suspended
 2023-02-15  1:20 UTC  (3+ messages)

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()
 2023-02-14 17:09 UTC  (2+ messages)

[PATCH v2] scsi: virtio_scsi: Fix poential NULL pointer dereference in virtscsi_rescan_hotunplug
 2023-02-14 16:41 UTC  (2+ messages)

[PATCH] vp_vdpa: fix the crash in hot unplug with vp_vdpa
 2023-02-14  6:24 UTC 

[RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function
 2023-02-14  3:27 UTC  (7+ messages)
` [RFC PATCH 4/4] PCI: endpoint: function: Add EP function driver to provide virtio net device
      ` [EXT] "
  ` [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

PCIe RC\EP virtio rdma solution discussion
 2023-02-14  3:24 UTC 

[PATCH 00/33] virtio-net: support AF_XDP zero copy
 2023-02-14  1:53 UTC  (11+ messages)
` [PATCH 06/33] virtio_ring: introduce virtqueue_reset()

[PATCH] vdpa/mlx5: should not activate virtq object when suspended
 2023-02-13 20:17 UTC  (2+ messages)

[PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()
 2023-02-13 18:53 UTC  (4+ messages)

[PATCH v6 2/5] ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI cases
 2023-02-13 18:40 UTC 

[PATCH 2/2] vdpa/mlx5: Initialize CVQ iotlb spinlock
 2023-02-13 12:26 UTC  (2+ messages)

[PATCH v3 2/2] vdpasim: support doorbell mapping
 2023-02-13 12:05 UTC  (2+ messages)

[PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb
 2023-02-13 12:03 UTC  (4+ messages)

[PATCH] vhost: Add uAPI for Vhost SCMI backend
 2023-02-13  8:03 UTC 

[PATCH 22/33] virtio_net: xsk: introduce xsk disable
 2023-02-12  7:56 UTC  (2+ messages)

[PATCH] virtio-crypto: Do not use GFP_ATOMIC when not needed
 2023-02-10  9:49 UTC 

[RESEND PATCH 0/1] ALSA: virtio: add support for audio controls
 2023-02-09 11:59 UTC  (2+ messages)
` [RESEND PATCH 1/1] "

[PATCH AUTOSEL 4.14 1/5] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:20 UTC 

[PATCH AUTOSEL 4.19 2/6] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:19 UTC 

[PATCH AUTOSEL 5.4 03/10] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:19 UTC 

[PATCH AUTOSEL 5.10 05/13] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:18 UTC 

[PATCH AUTOSEL 5.15 07/17] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:17 UTC 

[PATCH AUTOSEL 6.1 13/38] tools/virtio: fix the vringh test for virtio ring changes
 2023-02-09 11:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 14/38] vdpa: ifcvf: Do proper cleanup if IFCVF init fails

virtio-fs: adding support for multi-queue
 2023-02-08 20:23 UTC  (8+ messages)

[drm-misc:drm-misc-next] [drm/ttm] 1802537820: WARNING:at_drivers/gpu/drm/drm_gem_vram_helper.c:#drm_gem_vram_offset
 2023-02-08 12:41 UTC  (2+ messages)

[PATCH v4 6/6] Driver: VMBus: Add device tree support
 2023-02-08  8:22 UTC 

[PATCH v4 5/6] dt-bindings: hypervisor: VMBus
 2023-02-08  1:50 UTC  (6+ messages)
  ` [PATCH v4 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
  ` [PATCH v4 1/6] drivers/clocksource/hyper-v: non ACPI support in hyperv clock
  ` [PATCH v4 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
  ` [PATCH v4 3/6] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device

[PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-02-07 21:09 UTC  (2+ messages)

[PATCH v2 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-07 17:53 UTC  (2+ 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).