virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-23 19:54:06 to 2018-06-05 21:32:04 UTC [more...]

[PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
 2018-06-05 21:32 UTC  (7+ messages)
    ` [virtio-dev] "

[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
 2018-06-05 21:31 UTC  (7+ messages)
  ` [PATCH v2 2/2] x86: paravirt: make native_save_fl extern inline

[PATCH v3] virtio_pci: support enabling VFs
 2018-06-05 12:23 UTC  (3+ messages)
  ` [virtio-dev] "

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

[RFC v6 0/5] virtio: support packed ring
 2018-06-05  7:40 UTC 

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

[PATCH v4] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-06-05  0:55 UTC  (7+ messages)

[PATCH] virtio_ring: switch to dma_XX barriers for rpmsg
 2018-06-04 20:16 UTC  (4+ messages)

[PATCH v2 0/9] x86: macrofying inline asm for better compilation
 2018-06-04 19:05 UTC 

[net] vhost: Use kzalloc() to allocate vhost_msg_node
 2018-06-04 12:34 UTC  (4+ messages)

[PATCH] drm/qxl: Call qxl_bo_unref outside atomic context
 2018-06-04  7:37 UTC 

[RFC V5 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
 2018-06-03 15:40 UTC  (11+ 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 v3] virtio: update the comments for transport features
 2018-06-01 11:26 UTC 

[PATCH v2] virtio: update the comments for transport features
 2018-06-01 11:22 UTC  (2+ messages)

[PATCH v2] virtio: update the comments for transport features
 2018-06-01 10:59 UTC 

[virtio-dev] [PATCH] virtio: update the comments for transport features
 2018-06-01 10:52 UTC  (2+ messages)

[PATCH] virtio: update the comments for transport features
 2018-06-01 10:22 UTC 

[PATCH v3] virtio_pci: support enabling VFs
 2018-06-01  4:02 UTC 

[PATCH v2] virtio_pci: support enabling VFs
 2018-06-01  4:00 UTC  (3+ messages)

[PATCH net-next] virtio_net: fix error return code in virtnet_probe()
 2018-06-01  2:50 UTC  (3+ messages)

[virtio-dev] [PATCH] virtio_pci: support enabling VFs
 2018-06-01  2:30 UTC  (18+ messages)
`  "

[PATCH v2] virtio_pci: support enabling VFs
 2018-06-01  2:09 UTC 

[PATCH net-next v12 1/5] net: Introduce generic failover module
 2018-05-31 20:41 UTC  (27+ 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-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_pci: support enabling VFs
 2018-05-30  8:55 UTC 

[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  (35+ messages)
` [PATCH v3 12/27] x86/paravirt: Adapt assembly for PIE support
` [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
  ` [PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
  ` [PATCH v3 11/27] x86/power/64: "

[RFC v5 0/5] virtio: support packed ring
 2018-05-29  6:16 UTC  (8+ messages)
  ` [RFC v5 2/5] virtio_ring: support creating "
  ` [RFC v5 3/5] virtio_ring: add packed ring 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  (2+ messages)

[RFC V4 PATCH 8/8] vhost: event suppression for packed ring
 2018-05-25  2:28 UTC 

[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 


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