virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-02 12:42:57 to 2022-08-10 18:25:31 UTC [more...]

[Linaro-mm-sig] [PATCH v2 1/5] dma-buf: Add _unlocked postfix to function names
 2022-08-10 18:25 UTC  (4+ messages)
  ` [Linaro-mm-sig] [PATCH v2 2/5] drm/gem: Take reservation lock for vmap/vunmap operations
  ` [Linaro-mm-sig] [PATCH v2 3/5] dma-buf: Move all dma-bufs to dynamic locking specification

[virtio-dev] [PATCH] virtio-net: use mtu size as buffer length for big packets
 2022-08-10 17:12 UTC  (47+ messages)

[PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers
 2022-08-10 16:40 UTC 

[PATCH v8 1/2] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
 2022-08-10 15:08 UTC  (9+ messages)
  ` [PATCH v8 2/2] drm/gem: Don't map imported GEMs

[PATCH] virtio-blk: Avoid use-after-free on suspend/resume
 2022-08-10 12:41 UTC 

[PATCH v2 0/4] vdpa_sim_blk: add support for flush, discard, and write-zeroes
 2022-08-10  9:43 UTC  (5+ messages)
` [PATCH v2 1/4] vdpa_sim_blk: check if sector is 0 for commands other than read or write
` [PATCH v2 2/4] vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests
` [PATCH v2 3/4] vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH
` [PATCH v2 4/4] vdpa_sim_blk: add support for discard and write-zeroes

[PATCH v4 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-10  9:40 UTC  (3+ messages)
` [PATCH v4 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v4 2/2] docs: driver-api: virtio: virtio on Linux

[PATCH v2 00/14] drm/format-helper: Move to struct iosys_map
 2022-08-10  7:07 UTC  (23+ messages)
` [PATCH v2 01/14] iosys-map: Add IOSYS_MAP_INIT_VADDR_IOMEM()
` [PATCH v2 02/14] drm/format-helper: Provide drm_fb_blit()
` [PATCH v2 03/14] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH v2 04/14] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH v2 05/14] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH v2 06/14] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH v2 07/14] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH v2 08/14] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH v2 09/14] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH v2 10/14] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH v2 11/14] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH v2 12/14] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH v2 13/14] drm/format-helper: Move destination-buffer handling into internal helper
` [PATCH v2 14/14] drm/format-helper: Rename parameter vmap to src

[PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
 2022-08-10  1:09 UTC  (11+ messages)
  ` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

[PATCH] Bluetooth: virtio_bt: fix device removal
 2022-08-09 21:26 UTC  (2+ messages)

[PATCH v2 0/4] hwrng: virtio - add an internal buffer
 2022-08-09 20:16 UTC  (5+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request

[PATCH v1 2/2] Drivers: virtio: balloon: Report inflated memory
 2022-08-09 17:44 UTC 

[PATCH v7 1/2] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
 2022-08-09 16:41 UTC 

[PATCH v2 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-09 14:28 UTC  (9+ messages)
` [PATCH v2 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v2 2/2] docs: driver-api: virtio: virtio on Linux

[PATCH v5 1/1] Create debugfs file with virtio balloon usage information
 2022-08-09 10:44 UTC  (7+ messages)
  ` [PATCH v6 1/2] "
          ` [RFC] how the ballooned memory should be accounted by the drivers inside the guests? (was:[PATCH v6 1/2] Create debugfs file with virtio balloon usage information)
    ` [PATCH v6 2/2] Unify how inflated memory is accounted in virtio balloon driver

[PATCH v4 1/1] Create debugfs file with virtio balloon usage information
 2022-08-09 10:35 UTC  (2+ messages)

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-09 10:03 UTC  (14+ messages)
  ` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
  ` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
  ` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
  ` [RFC PATCH v3 4/9] vmci/vsock: "
  ` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
  ` [RFC PATCH v3 6/9] vsock: add API call for data ready
  ` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
  ` [RFC PATCH v3 8/9] vmci/vsock: "
  ` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH v1 1/1] iommu/virtio: Do not dereference fwnode in struct device
 2022-08-09  7:20 UTC  (2+ messages)

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-09  3:16 UTC  (16+ messages)

[PATCH 00/12] drm/format-helper: Move to struct iosys_map
 2022-08-08 18:25 UTC  (29+ messages)
` [PATCH 01/12] drm/format-helper: Provide drm_fb_blit()
` [PATCH 02/12] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH 03/12] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH 04/12] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH 05/12] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH 06/12] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH 08/12] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH 09/12] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH 10/12] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH 11/12] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH 12/12] drm/format-helper: Move destination-buffer handling into internal helper

[PATCH v3 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-08 13:27 UTC  (3+ messages)
` [PATCH v3 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v3 2/2] docs: driver-api: virtio: virtio on Linux

[PATCH] virtio_bt: Fix alignment in configuration struct
 2022-08-08 12:16 UTC  (3+ messages)

[PATCH RFC net-next] vsock: Reschedule connect_work for O_NONBLOCK connect() requests
 2022-08-08  7:56 UTC  (4+ messages)
  ` [PATCH net v2 1/2] vsock: Fix memory leak in vsock_connect()
    ` [PATCH net v2 2/2] vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()

Call for papers - ICITS'2023 | Cusco, Peru | Deadline: September 4
 2022-08-07 23:49 UTC 

[PATCH] virtio-mmio: Introduce virtio_mmio hotplug
 2022-08-07 22:56 UTC 

[PATCH] tools/virtio: initialize spinlocks in vring_test.c
 2022-08-05 12:25 UTC 

[PATCH net] virtio_net: fix memory leak inside XPD_TX with mergeable
 2022-08-04  7:35 UTC  (2+ messages)

memory locking in vhost-vdpa
 2022-08-04  7:27 UTC  (5+ messages)

[RFC 1/5] vhost: reorder used descriptors in a batch
 2022-08-04  5:04 UTC  (3+ messages)

[PATCH v5 5/5] vduse: Support querying information of IOVA regions
 2022-08-04  4:53 UTC 

[PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space
 2022-08-03 23:09 UTC  (11+ messages)

[PATCH] docs: driver-api: virtio: virtio on Linux
 2022-08-03 12:29 UTC  (11+ messages)

[PATCH net-next v2 0/2] sfc: Add EF100 BAR config support
 2022-08-03  7:57 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).