messages from 2014-12-01 08:06:18 to 2014-12-08 13:06:36 UTC [more...]
[PATCH 0/9] virtio_pci: split out legacy device support
2014-12-08 13:06 UTC (10+ 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 v3 0/6] virtio 1.0 enhancements
2014-12-08 13:06 UTC (5+ 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: "
[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
[PATCH RFC v5 01/19] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
2014-12-04 16:43 UTC (31+ messages)
` [PATCH RFC v5 02/19] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v5 03/19] virtio: feature bit manipulation helpers
` [PATCH RFC v5 04/19] virtio: add feature checking helpers
` [PATCH RFC v5 05/19] virtio: support more feature bits
` [PATCH RFC v5 06/19] virtio: endianness checks for virtio 1.0 devices
` [PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
` [PATCH RFC v5 08/19] dataplane: allow virtio-1 devices
` [PATCH RFC v5 09/19] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v5 11/19] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v5 12/19] virtio: disallow late feature changes for virtio-1
` [PATCH RFC v5 13/19] virtio: allow to fail setting status
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v5 15/19] virtio-net: no writeable mac for virtio-1
` [PATCH RFC v5 16/19] virtio-net: support longer header
` [PATCH RFC v5 17/19] virtio-net: enable virtio 1.0
` [PATCH RFC v5 18/19] virtio: support revision-specific features
` [PATCH RFC v5 19/19] virtio-blk: revision specific feature bits
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 (5+ messages)
` [PATCH RFC 2/2] virtio_balloon: drop legacy_only
[PATCH net-next] virtio-net: don't do header check for dodgy gso packets
2014-12-03 9:31 UTC (2+ messages)
[PATCH v8 01/50] virtio: add low-level APIs for feature bits
2014-12-03 0:48 UTC (38+ messages)
` [PATCH v8 02/50] virtio: use u32, not bitmap for features
` [PATCH v8 04/50] virtio: add support for 64 bit features
` [PATCH v8 05/50] virtio: assert 32 bit features in transports
` [PATCH v8 07/50] virtio: add virtio 1.0 feature bit
` [PATCH v8 08/50] virtio: memory access APIs
` [PATCH v8 09/50] virtio_ring: switch to new "
` [PATCH v8 10/50] virtio_config: endian conversion for v1.0
` [PATCH v8 11/50] virtio: allow transports to get avail/used addresses
` [PATCH v8 12/50] virtio: set FEATURES_OK
` [PATCH v8 13/50] virtio: simplify feature bit handling
` [PATCH v8 14/50] virtio: add legacy feature table support
` [PATCH v8 15/50] virtio_net: v1.0 endianness
` [PATCH v8 16/50] virtio_blk: v1.0 support
` [PATCH v8 21/50] virtio_blk: make serial attribute static
` [PATCH v8 22/50] virtio_blk: fix race at module removal
` [PATCH v8 23/50] virtio_net: pass vi around
` [PATCH v8 24/50] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
` [PATCH v8 25/50] virtio_net: stricter short buffer length checks
` [PATCH v8 26/50] virtio_net: bigger header when VERSION_1 is set
` [PATCH v8 27/50] virtio_net: disable mac write for virtio 1.0
` [PATCH v8 28/50] virtio_net: enable v1.0 support
` [PATCH v8 29/50] vhost: make features 64 bit
` [PATCH v8 30/50] vhost: add memory access wrappers
` [PATCH v8 31/50] vhost/net: force len for TX to host endian
` [PATCH v8 32/50] vhost: switch to __get/__put_user exclusively
` [PATCH v8 33/50] vhost: virtio 1.0 endian-ness support
` [PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
` [PATCH v8 35/50] vhost/net: larger header for virtio 1.0
` [PATCH v8 36/50] vhost/net: enable "
` [PATCH v8 42/50] virtio_scsi: v1.0 support
` [PATCH v8 44/50] virtio_scsi: export to userspace
` [PATCH v8 45/50] vhost/scsi: partial virtio 1.0 support
` [PATCH v8 47/50] virtio_console: "
` [PATCH v8 48/50] virtio_balloon: add legacy_only flag
` [PATCH v8 49/50] virtio: make VIRTIO_F_VERSION_1 a transport bit
` [PATCH v8 50/50] virtio: drop VIRTIO_F_VERSION_1 from drivers
[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-12-03 0:40 UTC (4+ messages)
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
TUN_F_UFO change breaks live migration
2014-12-02 17:44 UTC (5+ messages)
` [PATCH net] Revert "drivers/net: Disable UFO through virtio" in macvtap and tun
[PATCH RFC v5 00/19] qemu: towards virtio-1 host support
2014-12-02 13:00 UTC
[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts
2014-12-02 10:11 UTC (18+ messages)
` [PATCH RFC v4 net-next 1/5] virtio_net: enable tx interrupt
` [PATCH RFC v4 net-next 2/5] virtio_net: bql
` [PATCH RFC v4 net-next 3/5] virtio-net: optimize free_old_xmit_skbs stats
` [PATCH RFC v4 net-next 4/5] virtio-net: add basic interrupt coalescing support
` [PATCH RFC v4 net-next 5/5] vhost_net: "
3rd World Conference on Information Systems and Technologies (WorldCIST'15), Deadline: December 7
2014-12-02 10:10 UTC
[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-12-01 16:51 UTC (5+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support
[PATCH v7 01/46] virtio: add low-level APIs for feature bits
2014-12-01 15:45 UTC (55+ messages)
` [PATCH v7 08/46] virtio: memory access APIs
` [PATCH v7 12/46] virtio: set FEATURES_OK
` [PATCH v7 16/46] virtio_blk: v1.0 support
` [PATCH v7 21/46] virtio_blk: make serial attribute static
` [PATCH v7 29/46] vhost: add memory access wrappers
` [PATCH v7 32/46] vhost/net: virtio 1.0 byte swap
` [PATCH v7 28/46] vhost: make features 64 bit
` [PATCH v7 13/46] virtio: simplify feature bit handling
` [PATCH v7 14/46] virtio: add legacy feature table support
` [PATCH v7 22/46] virtio_blk: fix race at module removal
` [PATCH v7 27/46] virtio_net: enable v1.0 support
` [PATCH v7 34/46] virtio_net: disable mac write for virtio 1.0
` [PATCH v7 30/46] vhost/net: force len for TX to host endian
` [PATCH v7 31/46] vhost: virtio 1.0 endian-ness support
` [PATCH v7 33/46] vhost/net: larger header for virtio 1.0
` [PATCH v7 36/46] vhost/net: suppress compiler warning
` [PATCH v7 42/46] virtio_scsi: v1.0 support
[PATCH v4 00/10] x86: Support compiling out userspace IO (iopl and ioperm)
2014-12-01 15:37 UTC (3+ messages)
` [PATCH v4 04/10] x86: paravirt: Wrap initialization of set_iopl_mask in a macro
` [Xen-devel] "
[PATCH] virtio_console: fix sparse warnings
2014-12-01 11:35 UTC
[PATCH net-next] vhost: remove unnecessary forward declarations in vhost.h
2014-12-01 9:18 UTC (2+ messages)
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).