virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 02:06:18 to 2018-05-31 17:34:03 UTC [more...]

[PATCH net-next v12 1/5] net: Introduce generic failover module
 2018-05-31 17:34 UTC  (25+ 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

[virtio-dev] [PATCH] virtio_pci: support enabling VFs
 2018-05-31 14:27 UTC  (15+ messages)
`  "

[PATCH v4] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-05-31 10:30 UTC  (2+ messages)

[RFC V2] virtio: Add platform specific DMA API translation for virito devices
 2018-05-31  3:39 UTC  (9+ messages)

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

[PATCH net-next] virtio_net: fix error return code in virtnet_probe()
 2018-05-31  2:05 UTC 

[PATCH v2 11/13] drm/virtio: Stop updating plane->crtc
 2018-05-30 17:41 UTC  (2+ messages)
` [PATCH v2 00/13] drm: Eliminate plane->fb/crtc usage for atomic drivers

[PATCH net] vhost_net: flush batched heads before trying to busy polling
 2018-05-30 17:31 UTC  (3+ messages)

[PATCH] virtio_ring: switch to dma_XX barriers for rpmsg
 2018-05-30 14:10 UTC  (2+ messages)

[PATCH] virtio_pci: support enabling VFs
 2018-05-30  8:55 UTC 

[net] vhost: Use kzalloc() to allocate vhost_msg_node
 2018-05-30  3:42 UTC  (3+ messages)

[PATCH v4 00/27] x86: PIE support and option to extend KASLR randomization
 2018-05-29 22:15 UTC  (2+ messages)
` [PATCH v4 12/27] x86/paravirt: Adapt assembly for PIE support

[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
 2018-05-29 18:37 UTC  (46+ 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-29  6:16 UTC  (13+ 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 "

[PATCH v5] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-05-29  4:29 UTC 

[PATCH v5] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-05-29  4:23 UTC 

[RFC V5 PATCH 0/8] Packed ring layout for vhost
 2018-05-29  2:10 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  (10+ messages)
` [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 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 10/12] vhost_net: build xdp buff

[RFC V4 PATCH 7/8] vhost: packed ring support
 2018-05-25  2:28 UTC  (5+ messages)
  ` [RFC V4 PATCH 8/8] vhost: event suppression for packed ring

[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 2/5] netvsc: refactor notifier/event handling code to use the failover framework
 2018-05-23 16:16 UTC  (25+ messages)
` [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  (4+ 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 3/4] virtio-net: reset num_buf to 1 after linearizing packet
 2018-05-22  3:37 UTC  (3+ messages)
  ` [PATCH net 4/4] virito-net: fix leaking page for gso packet during mergeable XDP


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