virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-11 13:55:15 to 2018-08-01 09:52:05 UTC [more...]

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

[RFC 1/4] virtio: Define virtio_direct_dma_ops structure
 2018-08-01  9:05 UTC  (34+ messages)
` [RFC 2/4] virtio: Override device's DMA OPS with virtio_direct_dma_ops selectively
` [RFC 3/4] virtio: Force virtio core to use DMA API callbacks for all virtio devices
` [RFC 4/4] virtio: Add platform specific DMA API translation for virito devices
` [RFC 0/4] Virtio uses DMA API for all devices

KASAN: use-after-free Read in vhost_transport_send_pkt
 2018-08-01  8:30 UTC  (2+ messages)

[PATCH net-next 2/2] virtio-net: get rid of unnecessary container of rq stats
 2018-08-01  1:46 UTC  (11+ messages)
` [PATCH net-next 1/2] virtio-net: correctly update XDP_TX counters

[PULL] vhost: last-minute fixes
 2018-07-31 12:21 UTC 

[PATCH net-next 1/2] virtio-net: correctly update XDP_TX counters
 2018-07-31  9:43 UTC 

IEEE Record # 44854: iCATccT 2018, Alva's Institute Of Engineering & Technology (AIET)-CFP
 2018-07-31  5:57 UTC 

[PATCH v2 0/2] virtio-balloon: some improvements
 2018-07-30  9:00 UTC  (6+ messages)
` [PATCH v2 1/2] virtio-balloon: remove BUG() in init_vqs
` [PATCH v2 2/2] virtio_balloon: replace oom notifier with shrinker

[PATCH 2/2] tools/virtio: add kmalloc_array stub
 2018-07-30  7:28 UTC  (3+ messages)
` [PATCH 1/2] tools/virtio: add dma barrier stubs

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

Call for Workshops Proposals - WorldCIST'19, La Toja Island, Spain
 2018-07-28 13:12 UTC 

[PATCH] drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_config
 2018-07-27 15:30 UTC 

net-next boot error
 2018-07-27 14:00 UTC  (3+ messages)

[PATCH] drm: qxl: Fix error handling at qxl_device_init
 2018-07-27 11:54 UTC 

IEEE Record # 41985: 2018 3rd International Conference on Contemporary Computing and Informatics (IC3I)
 2018-07-27  6:03 UTC 

IEEE Record # 44854: iCATccT 2018, Alva's Institute Of Engineering & Technology (AIET)-CFP
 2018-07-26  4:41 UTC 

[PATCH net-next 0/6] virtio_net: Add ethtool stat items
 2018-07-25 19:59 UTC  (3+ messages)

[PATCH 1/2] tools/virtio: add dma barrier stubs
 2018-07-25 13:45 UTC 

Memory Read Only Enforcement: VMM assisted kernel rootkit mitigation for KVM V4
 2018-07-25  9:36 UTC  (5+ messages)
` [PATCH RFC V4 1/3] KVM: X86: Memory ROE documentation
` [PATCH RFC V4 2/3] KVM: X86: Adding arbitrary data pointer in kvm memslot iterator functions
` [PATCH RFC V4 3/3] KVM: X86: Adding skeleton for Memory ROE

[PATCH v36 0/5] Virtio-balloon: support free page reporting
 2018-07-24  8:12 UTC  (15+ messages)
` [PATCH v36 1/5] virtio-balloon: remove BUG() in init_vqs
` [PATCH v36 2/5] virtio_balloon: replace oom notifier with shrinker
` [PATCH v36 3/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v36 4/5] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v36 5/5] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

Call for Papers - ICITS'19 - Quito, Ecuador
 2018-07-23 18:25 UTC 

[PATCH 4.4 018/107] x86/paravirt: Make native_save_fl() extern inline
 2018-07-23 12:41 UTC 

Patch "x86/paravirt: Make native_save_fl() extern inline" has been added to the 4.4-stable tree
 2018-07-23  7:58 UTC 

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

[PATCH net-next 1/9] vhost_net: drop unnecessary parameter
 2018-07-22 16:44 UTC  (12+ messages)
` [PATCH net-next 2/9] vhost_net: introduce helper to initialize tx iov iter
` [PATCH net-next 3/9] vhost_net: introduce vhost_exceeds_weight()
` [PATCH net-next 4/9] vhost_net: introduce get_tx_bufs()
` [PATCH net-next 5/9] vhost_net: introduce tx_can_batch()
` [PATCH net-next 6/9] vhost_net: split out datacopy logic
` [PATCH net-next 7/9] vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()
` [PATCH net-next 8/9] vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH
` [PATCH net-next 9/9] vhost_net: batch update used ring for datacopy TX
` [PATCH net-next 0/9] TX used ring batched updating for vhost

Memory Read Only Enforcement: VMM assisted kernel rootkit mitigation for KVM
 2018-07-20 14:44 UTC  (9+ messages)
` [PATCH 1/3] [RFC V3] KVM: X86: Memory ROE documentation
` [PATCH 2/3] [RFC V3] KVM: X86: Adding arbitrary data pointer in kvm memslot itterator functions
` [PATCH 3/3] [RFC V3] KVM: X86: Adding skeleton for Memory ROE

[PATCH 4.4 04/31] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
 2018-07-20 12:13 UTC  (2+ messages)
` [PATCH 4.4 05/31] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>

[PATCH 4.9 05/66] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
 2018-07-20 12:13 UTC  (3+ messages)
` [PATCH 4.9 06/66] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH 4.9 07/66] x86/paravirt: Make native_save_fl() extern inline

[PATCH 4.17 001/101] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
 2018-07-20 12:13 UTC  (3+ messages)
` [PATCH 4.17 002/101] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH 4.17 003/101] x86/paravirt: Make native_save_fl() extern inline

[PATCH 4.14 01/92] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
 2018-07-20 12:13 UTC  (3+ messages)
` [PATCH 4.14 02/92] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH 4.14 03/92] x86/paravirt: Make native_save_fl() extern inline

[RFC 0/4] Virtio uses DMA API for all devices
 2018-07-20  3:59 UTC 

[PATCH net-next 0/9] TX used ring batched updating for vhost
 2018-07-20  0:15 UTC 

Patch "x86/paravirt: Make native_save_fl() extern inline" has been added to the 4.9-stable tree
 2018-07-18  9:34 UTC 

Patch "compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations" has been added to the 4.9-stable tree
 2018-07-18  9:34 UTC 

Patch "x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>" has been added to the 4.9-stable tree
 2018-07-18  9:34 UTC 

Patch "x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>" has been added to the 4.4-stable tree
 2018-07-18  9:34 UTC 

Patch "compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations" has been added to the 4.4-stable tree
 2018-07-18  9:34 UTC 

Patch "x86/paravirt: Make native_save_fl() extern inline" has been added to the 4.17-stable tree
 2018-07-18  9:34 UTC 

Patch "x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>" has been added to the 4.17-stable tree
 2018-07-18  9:34 UTC 

Patch "compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations" has been added to the 4.17-stable tree
 2018-07-18  9:34 UTC 

Patch "x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>" has been added to the 4.14-stable tree
 2018-07-18  9:17 UTC 

Patch "x86/paravirt: Make native_save_fl() extern inline" has been added to the 4.14-stable tree
 2018-07-18  9:17 UTC 

Patch "compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations" has been added to the 4.14-stable tree
 2018-07-18  9:17 UTC 

[PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline
 2018-07-17  8:44 UTC  (2+ messages)

[kbuild ack?] Re: [PATCH v6 0/9] x86: macrofying inline asm for better compilation
 2018-07-15 21:54 UTC 

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-07-13  3:26 UTC  (4+ messages)

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-13  0:33 UTC  (17+ messages)
  ` [PATCH v35 1/5] mm: support to get hints of free page blocks

[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
 2018-07-12  5:51 UTC  (7+ 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).