virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-16 12:32:18 to 2018-05-26 07:51:56 UTC [more...]

[PATCH net-next v12 1/5] net: Introduce generic failover module
 2018-05-26  7:51 UTC  (17+ messages)
` [PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
` [PATCH net-next v12 3/5] net: Introduce net_failover driver
` [PATCH net-next v12 4/5] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
` [PATCH net-next v12 5/5] virtio_net: Extend virtio to use VF datapath when available
` [PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device

[PATCH v2 11/13] drm/virtio: Stop updating plane->crtc
 2018-05-25 18:50 UTC 

[PATCH v2 00/13] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-05-25 18:50 UTC 

[RFC PATCH net-next 00/12] XDP batching for TUN/vhost_net
 2018-05-25 17:53 UTC  (27+ messages)
` [RFC PATCH net-next 01/12] vhost_net: introduce helper to initialize tx iov iter
` [RFC PATCH net-next 02/12] vhost_net: introduce vhost_exceeds_weight()
` [RFC PATCH net-next 03/12] vhost_net: introduce vhost_has_more_pkts()
` [RFC PATCH net-next 04/12] vhost_net: split out datacopy logic
` [RFC PATCH net-next 05/12] vhost_net: batch update used ring for datacopy TX
` [RFC PATCH net-next 06/12] tuntap: enable premmption early
` [RFC PATCH net-next 07/12] tuntap: simplify error handling in tun_build_skb()
` [RFC PATCH net-next 08/12] tuntap: tweak on the path of non-xdp case "
` [RFC PATCH net-next 09/12] tuntap: split out XDP logic
` [RFC PATCH net-next 10/12] vhost_net: build xdp buff
` [RFC PATCH net-next 11/12] vhost_net: passing raw xdp buff to tun
` [RFC PATCH net-next 12/12] vhost_net: batch submitting XDP buffers to underlayer sockets

[RFC V2] virtio: Add platform specific DMA API translation for virito devices
 2018-05-25 17:45 UTC  (4+ messages)

[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
 2018-05-25 17:00 UTC  (43+ messages)
` [PATCH v3 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v3 02/27] x86: Use symbol name on bug table "
` [PATCH v3 03/27] x86: Use symbol name in jump "
` [PATCH v3 04/27] x86: Add macro to get symbol address "
` [PATCH v3 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v3 06/27] x86/entry/64: "
` [PATCH v3 07/27] x86: pm-trace - "
` [PATCH v3 08/27] x86/CPU: "
` [PATCH v3 09/27] x86/acpi: "
` [PATCH v3 10/27] x86/boot/64: "
` [PATCH v3 11/27] x86/power/64: "
` [PATCH v3 12/27] x86/paravirt: "
` [PATCH v3 13/27] x86/boot/64: Build head64.c as mcmodel large when PIE is enabled
` [PATCH v3 14/27] x86/percpu: Adapt percpu for PIE support
` [PATCH v3 15/27] compiler: Option to default to hidden symbols
` [PATCH v3 16/27] compiler: Option to add PROVIDE_HIDDEN replacement for weak symbols
` [PATCH v3 17/27] x86/relocs: Handle PIE relocations
` [PATCH v3 18/27] xen: Adapt assembly for PIE support
` [PATCH v3 19/27] kvm: "
` [PATCH v3 20/27] x86: Support global stack cookie
` [PATCH v3 21/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v3 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v3 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v3 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v3 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v3 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v3 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[RFC v5 1/5] virtio: add packed ring definitions
 2018-05-25  3:07 UTC  (7+ messages)
` [RFC v5 2/5] virtio_ring: support creating packed ring
` [RFC v5 3/5] virtio_ring: add packed ring support
` [RFC v5 4/5] virtio_ring: add event idx support in packed ring
` [RFC v5 5/5] virtio_ring: enable "
` [RFC v5 0/5] virtio: support "

[RFC V4 PATCH 5/8] vhost: vhost_put_user() can accept metadata type
 2018-05-25  2:28 UTC  (12+ messages)
` [RFC V4 PATCH 6/8] virtio: introduce packed ring defines
` [RFC V4 PATCH 7/8] vhost: packed ring support
` [RFC V4 PATCH 8/8] vhost: event suppression for packed ring
` [RFC V4 PATCH 0/8] Packed ring layout for vhost

[PATCH net] vhost: synchronize IOTLB message with dev cleanup
 2018-05-25  2:10 UTC  (4+ messages)

[PATCH] block drivers/block: Use octal not symbolic permissions
 2018-05-24 19:40 UTC  (6+ messages)

[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
 2018-05-24 16:55 UTC 

[PATCH v3] virtio_blk: add DISCARD and WRIET ZEROES command support
 2018-05-23 20:37 UTC  (3+ messages)

[PATCH] block drivers/block: Use octal not symbolic permissions
 2018-05-23 20:05 UTC 

[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
 2018-05-23 18:27 UTC 

[PATCH net V2 1/4] virtio-net: correctly redirect linearized packet
 2018-05-23 17:37 UTC  (5+ messages)
` [PATCH net V2 2/4] virtio-net: correctly transmit XDP buff after linearizing
` [PATCH net V2 3/4] virtio-net: correctly check num_buf during err path
` [PATCH net V2 4/4] virtio-net: fix leaking page for gso packet during mergeable XDP
` [PATCH net V2 0/4] Fix several issues of virtio-net "

[PATCH net-next v11 1/5] net: Introduce generic failover module
 2018-05-23 16:16 UTC  (26+ messages)
` [PATCH net-next v11 2/5] netvsc: refactor notifier/event handling code to use the failover framework
` [PATCH net-next v11 3/5] net: Introduce net_failover driver
` [PATCH net-next v11 4/5] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
` [PATCH net-next v11 5/5] virtio_net: Extend virtio to use VF datapath when available
        ` Shepherd request (P83): Multipath TCP: Present Use Cases and an Upstream Future

KASAN: use-after-free Read in vhost_chr_write_iter
 2018-05-22  8:42 UTC  (6+ messages)

[RFC v5 0/5] virtio: support packed ring
 2018-05-22  8:16 UTC 

[RFC V2] virtio: Add platform specific DMA API translation for virito devices
 2018-05-22  6:33 UTC 

[PATCH net V2 0/4] Fix several issues of virtio-net mergeable XDP
 2018-05-22  3:44 UTC 

[PATCH net 1/4] virtio-net: correctly redirect linearized packet
 2018-05-22  3:37 UTC  (11+ messages)
` [PATCH net 2/4] virtio-net: correctly transmit XDP buff after linearizing
` [PATCH net 3/4] virtio-net: reset num_buf to 1 after linearizing packet
` [PATCH net 4/4] virito-net: fix leaking page for gso packet during mergeable XDP
` [PATCH net 0/4] Fix several issues of virtio-net "

[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
 2018-05-22  2:06 UTC 

[PATCH net 0/4] Fix several issues of virtio-net mergeable XDP
 2018-05-21  8:35 UTC 

[RFC v4 4/5] virtio_ring: add event idx support in packed ring
 2018-05-21  2:39 UTC  (16+ messages)
    ` [RFC v4 3/5] virtio_ring: add packed ring support

[PATCH 0/6] Macrofying inline assembly for better compilation
 2018-05-18  9:20 UTC 

[PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
 2018-05-17 14:29 UTC  (3+ messages)
    ` [PATCH 02/24] drm/cirrus: cirrus_framebuffer -> drm_framebuffer
    ` [PATCH 03/24] drm/virtio: Place GEM BOs in drm_framebuffer

[RFC PATCH] iscsit_wait_for_tag() can be static
 2018-05-16 12:47 UTC  (2+ messages)
` [PATCH 1/2] Convert target drivers to use sbitmap


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