messages from 2014-12-09 13:53:32 to 2015-01-08 07:20:37 UTC [more...]
[PATCH RFC v6 00/20] qemu: towards virtio-1 host support
2015-01-08 7:20 UTC (43+ messages)
` [PATCH RFC v6 01/20] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC v6 02/20] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v6 03/20] virtio: feature bit manipulation helpers
` [PATCH RFC v6 04/20] virtio: add feature checking helpers
` [PATCH RFC v6 05/20] virtio: support more feature bits
` [PATCH RFC v6 06/20] virtio: endianness checks for virtio 1.0 devices
` [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout
` [PATCH RFC v6 08/20] dataplane: allow virtio-1 devices
` [PATCH RFC v6 09/20] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v6 10/20] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v6 11/20] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v6 12/20] virtio: disallow late feature changes for virtio-1
` [PATCH RFC v6 13/20] virtio: allow to fail setting status
` [PATCH RFC v6 14/20] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v6 15/20] virtio-net: no writeable mac for virtio-1
` [PATCH RFC v6 16/20] virtio-net: support longer header
` [PATCH RFC v6 17/20] virtio-net: enable virtio 1.0
` [PATCH RFC v6 18/20] virtio: support revision-specific features
` [PATCH RFC v6 19/20] virtio-blk: revision specific feature bits
` [PATCH RFC v6 20/20] vhost: 64 bit features
[PATCH] vhost/net: length miscalculation
2015-01-07 20:58 UTC (2+ messages)
[PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
2015-01-07 8:57 UTC (4+ messages)
[PATCH] vhost/net: length miscalculation
2015-01-07 8:55 UTC
[PATCH 0/3] virtio_pci: fix DEBUG_KOBJECT_RELEASE
2015-01-05 18:47 UTC (6+ messages)
` [PATCH 1/3] virtio_pci: device-specific release callback
` [PATCH 2/3] virtio_pci: defer kfree until "
` [PATCH 3/3] virtio_pci: document why we defer kfree
[RFC PATCH 0/3] Sharing MSIX irq for tx/rx queue pairs
2015-01-05 5:10 UTC (11+ messages)
` [RFC PATCH 1/3] virtio-pci: introduce channels
` [RFC PATCH 2/3] virtio: let vp_find_vqs accept channel setting paramters
` [RFC PATCH 3/3] virtio-net: using single MSIX irq for each TX/RX queue pair
[PATCH 1/2] virtio_pci: double free and invalid memory access of device vqs
2015-01-04 15:40 UTC (6+ messages)
` [PATCH 2/2] virtio: don't free memory until the underlying struct device has been released
[PATCH] virtio: make del_vqs idempotent
2015-01-04 15:25 UTC
[PATCH] virtio_pci: device-specific release callback
2015-01-04 11:32 UTC
[PULL] vhost: cleanups and fixes
2015-01-01 12:26 UTC
[PATCH net-next V2] virtio-net: don't do header check for dodgy gso packets
2014-12-30 23:53 UTC (2+ messages)
[PATCH RFC v2 4/7] virtio-pci: define layout for virtio 1.0
2014-12-30 16:35 UTC (4+ messages)
` [PATCH RFC v2 5/7] virtio_pci: modern driver
` [PATCH RFC v2 6/7] virtio_pci: macros for PCI layout offsets
` [PATCH RFC v2 7/7] virtio_pci: drop virtio_config dependency
[PATCH v2 1/2] virtio_ring: document alignment requirements
2014-12-25 15:05 UTC (2+ messages)
` [PATCH v2 2/2] vhost: relax used address alignment
[PATCH 00/10] Split UFO into v4 and v6 versions
2014-12-25 9:50 UTC (41+ messages)
` [PATCH 01/10] core: Split out UFO6 support
` [PATCH 02/10] net: Correctly mark IPv6 UFO offload type
` [PATCH 03/10] ovs: Enable handling of UFO6 packets
` [PATCH 04/10] loopback: Turn on UFO6 support
` [PATCH 05/10] veth: Enable "
` [PATCH 06/10] macvlan: "
` [PATCH 07/10] s2io: "
` [PATCH 08/10] tun: Re-uanble UFO support
` [PATCH 09/10] macvtap: Re-enable "
` [PATCH 10/10] Revert "drivers/net: Disable UFO through virtio"
CFP: IEEE International Conference on Cluster Computing 2015 -- Papers due 02/27/15
2014-12-23 1:12 UTC
[PATCH v5 REPOST 0/6] fix hw_random stuck
2014-12-22 12:05 UTC (2+ messages)
[PATCH] vhost: relax used address alignment
2014-12-20 23:14 UTC
[RFC] virtio-mmio: Update the device to OASIS spec version
2014-12-19 18:38 UTC
[PATCH RFC 0/5] virtio pci: virtio 1.0 support
2014-12-19 15:13 UTC (9+ messages)
` [PATCH RFC 1/5] pci: add pci_iomap_range
` [PATCH RFC 2/5] s390: "
` [PATCH RFC 3/5] virtio-pci: define layout for virtio 1.0
` [PATCH RFC 4/5] virtio_pci: modern driver
` [PATCH RFC 5/5] virtio_pci: macros for PCI layout offsets
[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts
2014-12-19 10:02 UTC (4+ messages)
` [PATCH RFC v4 net-next 1/5] virtio_net: enable tx interrupt
[PATCH 0/6] virtio 1.0 fixups, tweaks
2014-12-19 3:01 UTC (9+ messages)
` [PATCH 1/6] virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore
` [PATCH 2/6] virtio_config: fix virtio_cread_bytes
` [PATCH 3/6] virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
` [PATCH 4/6] virtio_pci: move probe to common file
` [PATCH 5/6] virtio_pci: add VIRTIO_PCI_NO_LEGACY
` [PATCH 6/6] virtio: core support for config generation
[PATCH 0/6] virtio 1.0: tools update
2014-12-19 1:28 UTC (8+ messages)
` [PATCH 1/6] tools/virtio: more stubs
` [PATCH 2/6] tools/virtio: fix vringh test
` [PATCH 3/6] tools/virtio: 64 bit features
` [PATCH 4/6] tools/virtio: enable -Werror
` [PATCH 5/6] tools/virtio: add virtio 1.0 in virtio_test
` [PATCH 6/6] tools/virtio: add virtio 1.0 in vringh_test
[PATCH 0/3] fix up vringh/mic sparse errors
2014-12-19 1:27 UTC (5+ messages)
` [PATCH 1/3] vringh: 64 bit features
` [PATCH 2/3] vringh: initial virtio 1.0 support
` [PATCH 3/3] mic/host: "
loading upstream v3.18-11290-g44e8967: virtio_pci: unknown symbols
2014-12-18 19:17 UTC
[PULL] vhost: cleanups and fixes
2014-12-18 10:46 UTC
BUG_ON in virtio-ring.c
2014-12-18 3:13 UTC (5+ messages)
[PATCH 8/9] virtio_pci: split out legacy device support
2014-12-16 23:18 UTC (3+ messages)
[PATCH 0/9] virtio_pci: split out legacy device support
2014-12-15 4:12 UTC (2+ messages)
` [PATCH 9/9] virtio_pci: update file descriptions and copyright
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015 -- Abstracts due 01/12/15
2014-12-12 18:51 UTC
[PATCH RFC 0/5] virtio_pci: modern driver
2014-12-11 23:49 UTC (8+ messages)
` [PATCH RFC 1/5] virtio_pci: add VIRTIO_PCI_NO_LEGACY
` [PATCH RFC 2/5] virtio-pci: define layout for virtio 1.0
` [PATCH RFC 3/5] pci: add pci_iomap_range
` [PATCH RFC 4/5] virtio_pci: modern driver
` [PATCH RFC 5/5] virtio_pci: macros for PCI layout offsets
[PULL] virtio: virtio 1.0 support, misc patches
2014-12-11 23:45 UTC (6+ messages)
[PATCH 1/3] virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore
2014-12-11 17:23 UTC (4+ messages)
` [PATCH 2/3] virtio_config: fix virtio_cread_bytes
` [PATCH 3/3] virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
[PATCH 0/3] minor virtio 1.0 fixups
2014-12-11 17:01 UTC
[PATCH 0/2] virtio_ccw: minor enhancements
2014-12-10 23:07 UTC (9+ messages)
` [PATCH 1/2] virtio_ccw: future-proof finalize_features
` [PATCH 2/2] virtio_ccw: finalize_features error handling
[PATCH RFC v5 05/19] virtio: support more feature bits
2014-12-10 17:37 UTC (5+ messages)
` [Qemu-devel] "
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [Qemu-devel] [PATCH RFC v5 18/19] virtio: support revision-specific features
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).