virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-15 04:12:00 to 2015-01-15 21:32:56 UTC [more...]

[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
 2015-01-15 21:32 UTC  (21+ messages)
` [PATCH v3 01/16] virtio_pci: drop virtio_config dependency
` [PATCH v3 02/16] virtio/9p: verify device has config space
` [PATCH v3 03/16] virtio/blk: "
` [PATCH v3 04/16] virtio/console: "
` [PATCH v3 05/16] virtio/net: "
` [PATCH v3 06/16] virtio/scsi: "
` [PATCH v3 07/16] virtio/balloon: "
` [PATCH v3 08/16] mn10300: drop dead code
` [PATCH v3 09/16] pci: add pci_iomap_range
` [PATCH v3 10/16] s390: "
` [PATCH v3 11/16] virtio_pci: move probe/remove code to common
` [PATCH v3 12/16] virtio-pci: define layout for virtio 1.0
` [PATCH v3 13/16] virtio_pci: modern driver
` [PATCH v3 14/16] virtio_pci: macros for PCI layout offsets
` [PATCH v3 15/16] virtio_pci_modern: reduce number of mappings
` [PATCH v3 16/16] virtio_pci_modern: support devices with no config

[PATCH] virtio_balloon: coding style fixes
 2015-01-15 21:09 UTC  (7+ messages)

[RFC] virtio-mmio: Update the device to OASIS spec version
 2015-01-15 19:12 UTC  (15+ messages)

virtio for 3.20
 2015-01-15 18:36 UTC 

[PATCH] virtio_pci_modern: validate features
 2015-01-15 18:19 UTC  (2+ messages)

[PATCH] virtio_pci: add module param to force legacy mode
 2015-01-15 15:56 UTC 

[PATCH] virtio_pci: add an option to disable legacy driver
 2015-01-15 14:09 UTC 

[PATCH] virtio_pci_modern: comment tweak
 2015-01-15 12:52 UTC 

[PATCH 1/2] virtio_pci: Kconfig grammar fix
 2015-01-15 12:18 UTC  (2+ messages)
` [PATCH 2/2] virtio_pci: drop Kconfig warnings

[PATCH] virtio_blk: coding style fixes
 2015-01-15 11:43 UTC 

[PULL] uaccess: fix sparse warning on get/put_user for bitwise types
 2015-01-14 22:19 UTC  (2+ messages)

[PATCH] VMCI: Fix two UVA mapping bugs
 2015-01-14 19:10 UTC 

[PATCH 1/6] virtio/9p: verify device has config space
 2015-01-13 19:49 UTC  (8+ messages)
` [PATCH 2/6] virtio/blk: "
` [PATCH 3/6] virtio/console: "
` [PATCH 4/6] virtio/net: "
` [PATCH 5/6] virtio/scsi: "
` [PATCH 6/6] virtio/balloon: "
` [PATCH 0/6] virtio: graceful failure with get == NULL

[PATCH 0/6] virtio: graceful failure with get == NULL
 2015-01-13 14:43 UTC 

blk-mq v3.18: Oops during virtio_blk hot-unplug
 2015-01-12  9:30 UTC  (2+ messages)

blk-mq v3.18: Oops during virtio_blk hot-unplug
 2015-01-09 14:32 UTC 

[PATCH] virtio_blk: fix blk_mq_init_queue() error handling
 2015-01-08 10:05 UTC 

[PATCH RFC v6 00/20] qemu: towards virtio-1 host support
 2015-01-08  8:09 UTC  (18+ messages)
` [PATCH RFC v6 13/20] virtio: allow to fail setting status
` [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] vhost/net: length miscalculation
 2015-01-08  8:08 UTC  (3+ messages)

[PULL] vhost: cleanups and fixes
 2015-01-08  7:51 UTC 

[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 

[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  (3+ messages)
` [PATCH 1/6] tools/virtio: more stubs

[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


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