virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-03 05:38:02 to 2018-07-23 12:43:03 UTC [more...]

[PATCH net-next v6 0/4] net: vhost: improve performance when enable busyloop
 2018-07-23 12:43 UTC  (8+ 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

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

[PATCH v36 0/5] Virtio-balloon: support free page reporting
 2018-07-23 10:30 UTC  (10+ 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

[RFC 1/4] virtio: Define virtio_direct_dma_ops structure
 2018-07-23  9:08 UTC  (9+ 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

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 V4
 2018-07-20 23:31 UTC  (4+ 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

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/paravirt: Make native_save_fl() extern inline" has been added to the 4.14-stable tree
 2018-07-18  9:17 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 "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  (5+ 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  (10+ 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 v35 0/5] Virtio-balloon: support free page reporting
 2018-07-13  0:33 UTC  (27+ 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 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 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  (10+ messages)
` [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 0/5] Add virtio-iommu driver
 2018-07-04 11:45 UTC  (3+ messages)
  ` [PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu

[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  (4+ messages)
    ` [PATCH net-next v4 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()

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

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


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