virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-25 17:54:09 to 2018-07-12 05:51:51 UTC [more...]

[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
 2018-07-12  5:51 UTC  (19+ messages)
` [PATCH net-next v5 1/4] net: vhost: lock the vqs one by one
` [PATCH net-next v5 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v5 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v5 4/4] net: vhost: add rx busy polling in tx path

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-12  2:52 UTC  (22+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks
` [PATCH v35 2/5] virtio-balloon: remove BUG() in init_vqs
` [PATCH v35 3/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v35 4/5] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v35 5/5] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-07-11  2:52 UTC  (7+ messages)
` [PATCH net-next v2 1/5] virtio: add packed ring definitions
` [PATCH net-next v2 2/5] virtio_ring: support creating packed ring
` [PATCH net-next v2 3/5] virtio_ring: add packed ring support
` [PATCH net-next v2 4/5] virtio_ring: add event idx support in packed ring
` [PATCH net-next v2 5/5] virtio_ring: enable "

[PATCH net-next v1 0/5] virtio: support packed ring
 2018-07-11  1:09 UTC  (10+ messages)
` [PATCH net-next v1 1/5] virtio: add packed ring definitions
` [PATCH net-next v1 2/5] virtio_ring: support creating packed ring
` [PATCH net-next v1 3/5] virtio_ring: add packed ring support
` [PATCH net-next v1 4/5] virtio_ring: add event idx support in packed ring
` [PATCH net-next v1 5/5] virtio_ring: enable "
    ` [virtio-dev] Re: [PATCH net-next v1 4/5] virtio_ring: add event idx support in "

[PATCH] drm/cirrus: flip default to 32bpp
 2018-07-09  7:39 UTC 

Call for Papers - DSIC’18 - Montenegro; Deadline: July 14
 2018-07-08 19:28 UTC 

[PATCH] drm/cirrus: flip default to 32bpp
 2018-07-06  9:12 UTC 

KASAN: stack-out-of-bounds Read in __netif_receive_skb_core
 2018-07-05 16:18 UTC 

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

[PATCH v2 net-next 0/4] vhost_net: Avoid vq kicks during busyloop
 2018-07-04 12:31 UTC  (14+ messages)
` [PATCH v2 net-next 1/4] vhost_net: Rename local variables in vhost_net_rx_peek_head_len
` [PATCH v2 net-next 2/4] vhost_net: Avoid tx vring kicks during busyloop
` [PATCH v2 net-next 3/4] vhost_net: Avoid rx queue wake-ups during busypoll
` [PATCH v2 net-next 4/4] vhost_net: Avoid rx vring kicks during busyloop

[PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu
 2018-07-04 11:45 UTC  (10+ messages)
  ` [virtio-dev] [PATCH v2 3/5] iommu/virtio: Add probe request
` [PATCH v2 0/5] Add virtio-iommu driver

[PATCH] drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()
 2018-07-04  9:42 UTC 

[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
 2018-07-04  3:28 UTC  (2+ messages)

[PATCH net-next v4 0/4] net: vhost: improve performance when enable busyloop
 2018-07-04  1:40 UTC  (9+ messages)
` [PATCH net-next v4 1/4] vhost: lock the vqs one by one
` [PATCH net-next v4 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v4 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v4 4/4] net: vhost: add rx busy polling in tx path

[PATCH 14/15] drm/virtio: Remove unecessary dma_fence_ops
 2018-07-03 11:14 UTC  (2+ messages)

[PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline
 2018-07-03  7:21 UTC  (3+ messages)

[PATCH] gpu: drm: virito: code cleanup
 2018-07-03  6:28 UTC 

Call for Papers - DSIC’18 - Montenegro; Deadline: July 14
 2018-07-02 19:00 UTC 

[PATCH 0/9] Fix references for some missing documentation files
 2018-07-02 17:27 UTC 

[PATCH] x86-64: use RIP-relative calls for paravirt indirect ones
 2018-07-02 13:53 UTC 

[PATCH vhost] vhost_net: Fix too many vring kick on busypoll
 2018-07-02  8:54 UTC  (15+ messages)

[PATCH net-next v3 1/4] net: vhost: lock the vqs one by one
 2018-07-02  4:05 UTC  (11+ messages)
` [PATCH net-next v3 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v3 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v3 4/4] net: vhost: add rx busy polling in tx path

[PATCH net-next v3 0/4] net: vhost: improve performance when enable busyloop
 2018-06-30  6:33 UTC 

[PATCH v34 0/4] Virtio-balloon: support free page reporting
 2018-06-30  4:31 UTC  (24+ messages)
  ` [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
                      ` [virtio-dev] "

[PATCH v33 1/4] mm: add a function to get free page blocks
 2018-06-28  8:39 UTC  (5+ messages)

[PATCH net-next v2] net: vhost: improve performance when enable busyloop
 2018-06-28  6:44 UTC  (6+ messages)

[virtio-dev] Re: [Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
 2018-06-27 10:10 UTC  (31+ messages)

[PATCH v5 00/27] x86: PIE support and option to extend KASLR randomization
 2018-06-25 22:39 UTC  (2+ messages)
` [PATCH v5 12/27] x86/paravirt: Adapt assembly for PIE support


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