messages from 2014-12-02 19:03:45 to 2014-12-18 07:54:09 UTC [more...]
[PATCH 00/10] Split UFO into v4 and v6 versions
2014-12-18 7:54 UTC (25+ 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"
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 RFC v6 00/20] qemu: towards virtio-1 host support
2014-12-16 13:10 UTC (32+ 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 RFC 0/5] virtio pci: virtio 1.0 support
2014-12-15 21:33 UTC (6+ 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 0/6] virtio 1.0 fixups, tweaks
2014-12-15 21:23 UTC (7+ 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/3] fix up vringh/mic sparse errors
2014-12-15 21:14 UTC (4+ messages)
` [PATCH 1/3] vringh: 64 bit features
` [PATCH 2/3] vringh: initial virtio 1.0 support
` [PATCH 3/3] mic/host: "
[PATCH 0/9] virtio_pci: split out legacy device support
2014-12-15 4:12 UTC (11+ messages)
` [PATCH 1/9] virtio_pci: add isr field
` [PATCH 2/9] virtio_pci: fix coding style for structs
` [PATCH 3/9] virtio_pci: free up vq->priv
` [PATCH 4/9] virtio_pci: use priv for vq notification
` [PATCH 5/9] virtio_pci: delete vqs indirectly
` [PATCH 6/9] virtio_pci: setup "
` [PATCH 7/9] virtio_pci: setup config vector indirectly
` [PATCH 8/9] virtio_pci: split out legacy device support
` [PATCH 9/9] virtio_pci: update file descriptions and copyright
[PATCH 0/6] virtio 1.0: tools update
2014-12-14 22:04 UTC (7+ 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
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 (17+ messages)
` [Qemu-devel] "
` [PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
` [PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [Qemu-devel] [PATCH RFC v5 18/19] virtio: support revision-specific features
[PATCH v3 0/6] virtio 1.0 enhancements
2014-12-09 12:56 UTC (10+ messages)
` [PATCH v3 1/6] virtio: add API to detect legacy devices
` [PATCH v3 3/6] virtio: allow finalize_features to fail
` [PATCH v3 5/6] virtio_balloon: drop legacy_only driver flag
` [PATCH v3 6/6] virtio: "
Last call - WorldCIST'15, Azores, Portugal - Deadline extended: December 20
2014-12-09 11:44 UTC
[PATCH v2 01/10] virtio_pci: add isr field
2014-12-08 15:16 UTC (10+ messages)
` [PATCH v2 02/10] virtio_pci: fix coding style for structs
` [PATCH v2 03/10] virtio_pci: free up vq->priv
` [PATCH v2 04/10] virtio_pci: use priv for vq notification
` [PATCH v2 05/10] virtio_pci: delete vqs indirectly
` [PATCH v2 06/10] virtio_pci: setup "
` [PATCH v2 07/10] virtio_pci: setup config vector indirectly
` [PATCH v2 08/10] virtio_pci: split out legacy device support
` [PATCH v2 09/10] virtio_pci: update file descriptions and copyright
` [PATCH v2 10/10] virtio_pci: rename virtio_pci -> virtio_pci_common
[PATCH v5 REPOST 0/6] fix hw_random stuck
2014-12-08 8:50 UTC (7+ messages)
` [PATCH v5 REPOST 1/6] hw_random: place mutex around read functions and buffers
` [PATCH v5 REPOST 2/6] hw_random: move some code out mutex_lock for avoiding underlying deadlock
` [PATCH v5 REPOST 3/6] hw_random: use reference counts on each struct hwrng
` [PATCH v5 REPOST 4/6] hw_random: fix unregister race
` [PATCH v5 REPOST 5/6] hw_random: don't double-check old_rng
` [PATCH v5 REPOST 6/6] hw_random: don't init list element we're about to add to list
[PATCH RFC v2 1/4] virtio: add API to detect legacy devices
2014-12-08 7:30 UTC (6+ messages)
` [PATCH RFC v2 2/4] virtio_ccw: legacy: don't negotiate rev 1/features
` [PATCH RFC v2 3/4] virtio: allow finalize_features to fail
` [PATCH RFC v2 4/4] virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1
[PATCH v5 0/6] fix hw_random stuck
2014-12-06 6:59 UTC (8+ messages)
` [PATCH v5 1/6] hw_random: place mutex around read functions and buffers
` [PATCH v5 2/6] hw_random: move some code out mutex_lock for avoiding underlying deadlock
` [PATCH v5 3/6] hw_random: use reference counts on each struct hwrng
` [PATCH v5 4/6] hw_random: fix unregister race
` [PATCH v5 5/6] hw_random: don't double-check old_rng
` [PATCH v5 6/6] hw_random: don't init list element we're about to add to list
[PATCH v4 0/6] fix hw_random stuck
2014-12-06 3:51 UTC (3+ messages)
` [PATCH v4 4/6] hw_random: fix unregister race
[PATCH RFC 1/3] virtio: add API to detect legacy devices
2014-12-04 18:15 UTC (9+ messages)
` [PATCH RFC 2/3] virtio_ccw: legacy: don't negotiate rev 1/features
` [PATCH RFC 3/3] virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1
Call For Papers - Workshops at WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
2014-12-04 15:47 UTC
[PATCH RFC 1/2] virtio_pci: free up vq->priv
2014-12-03 16:14 UTC (2+ messages)
` [PATCH RFC 2/2] virtio_pci: use priv for vq notification
[PATCH RFC 1/2] virtio_balloon: convert to virtio 1.0 endian-ness
2014-12-03 14:27 UTC (3+ messages)
[PATCH net-next] virtio-net: don't do header check for dodgy gso packets
2014-12-03 9:31 UTC (2+ messages)
[PATCH v8 08/50] virtio: memory access APIs
2014-12-03 0:48 UTC (2+ messages)
[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-12-03 0:40 UTC (3+ messages)
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
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).