virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-19 18:18:56 to 2018-04-10 01:50:09 UTC [more...]

[PATCH v32 1/4] mm: support reporting free page blocks
 2018-04-10  1:50 UTC  (4+ messages)
` [PATCH v32 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v32 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v32 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH v32 0/4] Virtio-balloon: support free page reporting
 2018-04-10  1:50 UTC 

[PATCH] vhost: fix vhost_vq_access_ok() log check
 2018-04-10  1:05 UTC  (5+ messages)
` [PATCH RESEND net] "

[RFC PATCH 3/3] virtio_net: make lower netdevs for virtio_bypass hidden
 2018-04-09 23:31 UTC  (28+ messages)
    ` [virtio-dev] "
  ` [RFC PATCH 1/3] qemu: virtio-bypass should explicitly bind to a passthrough device
    ` [virtio-dev] "
    ` [RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice

[PATCH v2] virtio_balloon: export hugetlb page allocation counts
 2018-04-09 21:11 UTC  (6+ messages)
    ` [virtio-dev] "

[RFC PATCH net-next v5 1/4] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
 2018-04-09 18:47 UTC  (10+ messages)
` [RFC PATCH net-next v5 2/4] net: Introduce generic bypass module
` [RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
` [RFC PATCH net-next v5 4/4] netvsc: refactor notifier/event handling code to use the bypass framework

[PATCH RESEND v2] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09 15:02 UTC 

kernel BUG at drivers/vhost/vhost.c:LINE! (2)
 2018-04-09 13:17 UTC  (4+ messages)

[PATCH] vhost: fix vhost_vq_access_ok() log check
 2018-04-09 13:10 UTC 

[PATCH v31 1/4] mm: support reporting free page blocks
 2018-04-09 11:46 UTC  (6+ messages)
` [PATCH v31 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v31 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v31 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09  5:46 UTC 

[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09  2:42 UTC  (2+ messages)

[RFC PATCH 0/2] use larger max_request_size for virtio_blk
 2018-04-07  8:30 UTC  (6+ messages)
` [RFC PATCH 1/2] blk-setting: add new helper blk_queue_max_hw_sectors_no_limit
` [RFC PATCH 2/2] virtio_blk: add new module parameter to set max request size

[PATCH v31 0/4] Virtio-balloon: support free page reporting
 2018-04-06 12:17 UTC 

[RFC] virtio: Use DMA MAP API for devices without an IOMMU
 2018-04-06  8:37 UTC  (10+ messages)

[PATCH v30 0/4] Virtio-balloon: support free page reporting
 2018-04-06  0:11 UTC  (15+ messages)
` [PATCH v30 1/4] mm: support reporting free page blocks
` [PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v30 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v30 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[RFC PATCH net-next v5 0/4] Enable virtio_net to act as a backup for a passthru device
 2018-04-05 21:08 UTC 

[PATCH 08/13] drm/virtio: Stop updating plane->crtc
 2018-04-05 16:46 UTC  (2+ messages)
  ` [Intel-gfx] "

[RFC] virtio: Use DMA MAP API for devices without an IOMMU
 2018-04-05 10:56 UTC 

[PULL] fwcfg, vhost: features and fixes
 2018-04-05  1:52 UTC 

[PATCH] vhost-net: add limitation of sent packets for tx polling
 2018-04-03 13:26 UTC 

[PATCH] vhost-net: add limitation of sent packets for tx polling
 2018-04-03 11:59 UTC 

[PATCH] drm/virtio: fix vq wait_event condition
 2018-04-03  9:59 UTC 

[PATCH net-next 4/5] tun: Add support for SCTP checksum offload
 2018-04-03  0:49 UTC 

[RFC] vhost: introduce mdev based hardware vhost backend
 2018-04-02 15:23 UTC 

[PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support
 2018-04-02 14:16 UTC  (7+ messages)
` [PATCH net-next 1/5] virtio: Add support for SCTP checksum offloading
` [PATCH net-next 2/5] sctp: Handle sctp packets with CHECKSUM_PARTIAL
` [PATCH net-next 3/5] sctp: Build sctp offload support into the base kernel
` [PATCH net-next 4/5] tun: Add support for SCTP checksum offload
` [PATCH net-next 5/5] macvlan/macvtap: "

[RFC v2] virtio: support packed ring
 2018-04-01 14:12 UTC 

[PATCH 00/24] drm_framebuffer boilerplate removal
 2018-03-30 14:47 UTC 

[RFC PATCH V2 1/8] vhost: move get_rx_bufs to vhost.c
 2018-03-30  2:46 UTC  (13+ messages)
` [RFC PATCH V2 2/8] vhost: hide used ring layout from device
` [RFC PATCH V2 3/8] vhost: do not use vring_used_elem
` [RFC PATCH V2 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [RFC PATCH V2 5/8] vhost: vhost_put_user() can accept metadata type
` [RFC PATCH V2 6/8] virtio: introduce packed ring defines
` [RFC PATCH V2 7/8] vhost: packed ring support
` [RFC PATCH V2 8/8] vhost: event suppression for packed ring
` [RFC PATCH V2 0/8] Packed ring for vhost

virtio over SW-defined/CPU-driven PCIe endpoint
 2018-03-30  2:44 UTC  (3+ messages)

[PATCH net] vhost: validate log when IOTLB is enabled
 2018-03-30  2:27 UTC  (5+ messages)

[PATCH v3] virtio_blk: add DISCARD and WRIET ZEROES command support
 2018-03-30  1:07 UTC  (2+ messages)

[PATCH net V2] vhost: correctly remove wait queue during poll failure
 2018-03-29  8:01 UTC  (4+ messages)

[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
 2018-03-29  2:00 UTC  (3+ messages)

[PATCH v29 1/4] mm: support reporting free page blocks
 2018-03-28  7:01 UTC  (11+ messages)
` [PATCH v29 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v29 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v29 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27 13:58 UTC  (2+ messages)

[PATCH net V2] vhost: correctly remove wait queue during poll failure
 2018-03-27 12:50 UTC 

[PATCH] vhost-net: add time limitation for tx polling
 2018-03-27  9:40 UTC 

[PATCH 20/23] drm/virtio: Stop updating plane->fb
 2018-03-27  8:21 UTC  (9+ messages)
  ` [PATCH v2 20/23] drm/virtio: Stop updating plane->crtc
` [PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27  3:47 UTC 

BUG: corrupted list in remove_wait_queue
 2018-03-27  3:36 UTC 

[PATCH net] vhost_net: add missing lock nesting notation
 2018-03-26 16:59 UTC  (3+ messages)

possible deadlock in handle_rx
 2018-03-26  3:48 UTC 

[RFC PATCH V2 0/8] Packed ring for vhost
 2018-03-26  3:38 UTC 

[PATCH v29 0/4] Virtio-balloon: support free page reporting
 2018-03-26  2:39 UTC 

[PATCH 1/4] iommu: Add virtio-iommu driver
 2018-03-23 15:00 UTC  (7+ messages)
  ` [PATCH 2/4] iommu/virtio: Add probe request

[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-03-22 15:22 UTC 

[RFC] virtio-iommu version 0.6
 2018-03-22  9:44 UTC  (3+ messages)
  ` [virtio-dev] "

[Outreachy kernel] [PATCH] drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
 2018-03-21  8:20 UTC 

[PATCH RFC 0/2] Packed ring for virtio
 2018-03-21  7:35 UTC  (9+ messages)
` [PATCH RFC 2/2] virtio_ring: support packed ring

[PATCH] ptr_ring: fix build
 2018-03-20  2:29 UTC  (2+ messages)

[PATCH v2] virtio_balloon: export hugetlb page allocation counts
 2018-03-19 22:14 UTC 

[PATCH v5 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
 2018-03-19 19:50 UTC 

get_user_pages returning 0 (was Re: kernel BUG at drivers/vhost/vhost.c:LINE!)
 2018-03-19 18:18 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).