messages from 2016-12-07 13:22:06 to 2016-12-23 19:31:53 UTC [more...]
[PATCH net 0/9] several fixups for virtio-net XDP
2016-12-23 19:31 UTC (21+ messages)
` [PATCH net 1/9] virtio-net: remove the warning before XDP linearizing
` [PATCH net 2/9] virtio-net: correctly xmit linearized page on XDP_TX
` [PATCH net 3/9] virtio-net: fix page miscount during XDP linearizing
` [PATCH net 4/9] virtio-net: correctly handle XDP_PASS for linearized packets
` [PATCH net 5/9] virtio-net: unbreak csumed packets for XDP_PASS
` [PATCH net 6/9] virtio-net: make rx buf size estimation works for XDP
` [PATCH net 7/9] virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support
` [PATCH net 8/9] virtio-net: remove big packet XDP codes
` [PATCH net 9/9] virtio-net: XDP support for small buffers
[PATCH] net: Use kmemdup instead of kmalloc and memcpy
2016-12-23 19:14 UTC
[RFC PATCH] virtio_net: XDP support for adjust_head
2016-12-23 18:43 UTC
[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-12-21 6:52 UTC (6+ messages)
` [PATCH v6 kernel 1/5] virtio-balloon: rework deflate to add page to a list
` [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
` [PATCH v6 kernel 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH v6 kernel 5/5] virtio-balloon: tell host vm's unused page info
[PATCH] drm/ttm: use designated initializers
2016-12-20 19:55 UTC (2+ messages)
[RFC PATCH] vring: Force use of DMA API for ARM-based systems
2016-12-20 16:50 UTC (2+ messages)
[PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
2016-12-19 14:39 UTC (3+ messages)
[PATCH 0/8] enable endian checks for all sparse builds
2016-12-19 9:09 UTC (7+ messages)
` [PATCH 5/8] linux: drop __bitwise__ everywhere
[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-12-17 12:39 UTC (31+ messages)
` [Qemu-devel] "
[PULL] virtio, vhost: new device, fixes, speedups
2016-12-16 17:32 UTC (5+ messages)
[PATCH] x86/paravirt: hide unused patch_default label
2016-12-16 10:07 UTC (3+ messages)
[PATCH v7 1/1] crypto: add virtio-crypto driver
2016-12-16 0:40 UTC (7+ messages)
` [Qemu-devel] "
` [virtio-dev] "
BUG: 'list_empty(&vgdev->free_vbufs)' is true!
2016-12-15 13:01 UTC (4+ messages)
[PATCH] vhost/vsock: Remove unused but set variable
2016-12-15 4:54 UTC
[PATCH v8 0/1] virtio-crypto: add Linux driver
2016-12-15 2:03 UTC (2+ messages)
` [PATCH v8 1/1] crypto: add virtio-crypto driver
[PATCH] arch: x86: kernel: fixed unused label issue
2016-12-14 17:06 UTC
[PATCH v7 0/1] virtio-crypto: add Linux driver
2016-12-14 11:50 UTC
[PATCH v6 1/2] sparc: fix a building error reported by kbuild
2016-12-14 11:32 UTC (11+ messages)
` [PATCH v6 2/2] crypto: add virtio-crypto driver
[PATCH] arch: x86: kernel: fixed unused label issue
2016-12-14 11:15 UTC
[PATCH V2] vhost: introduce O(1) vq metadata cache
2016-12-14 9:53 UTC
[PATCH] vhost: introduce O(1) vq metadata cache
2016-12-14 9:33 UTC (3+ messages)
[PATCH net] virtio-net: correctly enable multiqueue
2016-12-13 15:39 UTC (3+ messages)
[RFC 1/5] drm/virtio: add virtio_gpu_alloc_fence()
2016-12-13 11:53 UTC (7+ messages)
` [RFC 2/5] drm/virtio: add uapi for in and out explicit fences
` [RFC 3/5] drm/virtio: add in-fences support for explicit synchronization
` [RFC 4/5] drm/virtio: add out-fences "
` [RFC 5/5] drm/virtio: bump driver version after explicit synchronization addition
[PATCH v4 0/4] vsock: cancel connect packets when failing to connect
2016-12-13 10:04 UTC (7+ messages)
` [PATCH v4 1/4] vsock: track pkt owner vsock
` [PATCH v4 2/4] vhost-vsock: add pkt cancel capability
` [PATCH v4 3/4] vsock: "
` [PATCH v4 4/4] vsock: cancel packets when failing to connect
[PATCH] drm/virtio: call drm_plane_cleanup() at destroy phase
2016-12-12 19:35 UTC
[PATCH v3 1/4] vsock: track pkt owner vsock
2016-12-12 11:56 UTC (12+ messages)
` [PATCH v3 2/4] vhost-vsock: add pkt cancel capability
` [PATCH v3 3/4] vsock: "
` [PATCH v3 4/4] vsock: cancel packets when failing to connect
` [PATCH v3 0/4] vsock: cancel connect "
[PATCH] vhost: cache used event for better performance
2016-12-12 6:46 UTC
[PATCH 00/10] virtio: sparse fixes
2016-12-12 1:56 UTC (12+ messages)
` [PATCH 07/10] vsock/virtio: add a missing __le annotation
` [PATCH 08/10] vsock/virtio: mark an internal function static
` [PATCH 09/10] vsock/virtio: fix src/dst cid format
` [PATCH 10/10] virtio: enable endian checks for sparse builds
[PATCH] linux/types.h: enable endian checks for all sparse builds
2016-12-09 20:45 UTC (10+ messages)
[PATCH 3/5] Move dma_ops from archdata into struct device
2016-12-09 19:46 UTC (3+ messages)
[PATCH 0/2] Virtio ring works with DMA coherent memory
2016-12-09 18:19 UTC (5+ messages)
` [PATCH 1/2] virtio_ring: Do not call dma_map_page if sg is already mapped
` [PATCH 2/2] rpmsg: DMA map sgs passed to virtio
[PATCH-RESEND] vhost-vsock: fix orphan connection reset
2016-12-09 2:25 UTC
[PATCH v3 0/4] vsock: cancel connect packets when failing to connect
2016-12-08 17:12 UTC
[PATCH-RESEND] vhost-vsock: fix orphan connection reset
2016-12-08 17:10 UTC
[PATCH 0/2] Fix paravirt fail
2016-12-08 16:50 UTC (5+ messages)
` [PATCH 1/2] x86,paravirt: Fix native_patch()
` [PATCH 2/2] x86, paravirt: Fix bool return type for PVOP_CALL
[PATCH 1/2] vhost-vsock: remove unused vq variable
2016-12-08 16:30 UTC (2+ messages)
` [PATCH 2/2] vhost: remove unnecessary smp_mb from vhost_work_queue
[PATCH v2 1/4] vsock: track pkt owner vsock
2016-12-08 10:37 UTC (10+ messages)
` [PATCH v2 2/4] vhost-vsock: add pkt cancel capability
` [PATCH v2 3/4] vsock: "
` [PATCH v2 4/4] vsock: cancel packets when failing to connect
[PATCH] vhost-vsock: fix orphan connection reset
2016-12-08 9:19 UTC (2+ messages)
[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
2016-12-08 5:57 UTC (3+ messages)
[PATCH v6 0/2] virtio-crypto: add Linux driver
2016-12-08 4:37 UTC
[PATCH v5 1/1] crypto: add virtio-crypto driver
2016-12-08 2:10 UTC (5+ messages)
automatic IRQ affinity for virtio
2016-12-07 18:13 UTC (3+ messages)
[PATCH v2 0/4] vsock: cancel connect packets when failing to connect
2016-12-07 15:14 UTC
[PATCH 3/4] vsock: add pkt cancel capability
2016-12-07 14:46 UTC (4+ messages)
` [PATCH 2/4] vhost-vsock: "
` [PATCH 4/4] vsock: cancel packets when failing to connect
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).