virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-04 15:03:27 to 2015-01-22 01:43:43 UTC [more...]

[PATCH RFC v6 00/20] qemu: towards virtio-1 host support
 2015-01-22  1:43 UTC  (54+ messages)
` [PATCH RFC v6 02/20] virtio: cull virtio_bus_set_vdev_features
  ` [Qemu-devel] "
` [PATCH RFC v6 03/20] virtio: feature bit manipulation helpers
  ` [Qemu-devel] "
` [PATCH RFC v6 04/20] virtio: add feature checking helpers
  ` [Qemu-devel] "
` [PATCH RFC v6 05/20] virtio: support more feature bits
      ` [Qemu-devel] "
` [PATCH RFC v6 06/20] virtio: endianness checks for virtio 1.0 devices
` [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
      ` [Qemu-devel] "
` [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 18/20] virtio: support revision-specific features
` [PATCH RFC v6 19/20] virtio-blk: revision specific feature bits

virtio for 3.20
 2015-01-22  0:59 UTC  (4+ messages)

[pciutils patch v2] add virtio vendor capability support
 2015-01-21 15:35 UTC 

[pciutils patch] add virtio vendor capability support
 2015-01-21 15:18 UTC  (4+ messages)

[PATCH post-squash 0/9] virtio 1.0: virtio-pci fixup
 2015-01-21 15:05 UTC  (10+ messages)
` [PATCH post-squash 1/9] virtio_pci: move probe/remove code to common
` [PATCH post-squash 2/9] virtio-pci: define layout for virtio 1.0
` [PATCH post-squash 3/9] virtio_pci: modern driver
` [PATCH post-squash 4/9] virtio_pci: macros for PCI layout offsets
` [PATCH post-squash 5/9] virtio_pci_modern: reduce number of mappings
` [PATCH post-squash 6/9] virtio_pci_modern: support devices with no config
` [PATCH post-squash 7/9] virtio_pci: add an option to disable legacy driver
` [PATCH post-squash 8/9] virtio_pci: add module param to force legacy mode
` [PATCH post-squash 9/9] virtio_pci_modern: drop an unused function

[PATCH pre-squash 00/14] virtio 1.0: virtio-pci fixup
 2015-01-21 15:00 UTC  (15+ messages)
` [PATCH pre-squash 01/14] virtio_pci: move probe/remove code to common
` [PATCH pre-squash 02/14] virtio-pci: define layout for virtio 1.0
` [PATCH pre-squash 03/14] fixup! "
` [PATCH pre-squash 04/14] virtio_pci: modern driver
` [PATCH pre-squash 05/14] fixup! "
` [PATCH pre-squash 06/14] "
` [PATCH pre-squash 07/14] virtio_pci: macros for PCI layout offsets
` [PATCH pre-squash 08/14] fixup! "
` [PATCH pre-squash 09/14] virtio_pci_modern: reduce number of mappings
` [PATCH pre-squash 10/14] virtio_pci_modern: support devices with no config
` [PATCH pre-squash 11/14] virtio_pci: add an option to disable legacy driver
` [PATCH pre-squash 12/14] virtio_pci: add module param to force legacy mode
` [PATCH pre-squash 13/14] fixup! "
` [PATCH pre-squash 14/14] virtio_pci_modern: drop an unused function

[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
 2015-01-21 14:19 UTC  (39+ 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 v14 01/11] qspinlock: A simple generic 4-byte queue spinlock
 2015-01-21 12:08 UTC  (13+ messages)
` [PATCH v14 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH v14 03/11] qspinlock: Add pending bit
` [PATCH v14 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v14 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v14 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v14 07/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v14 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v14 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v14 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v14 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN
  ` [Xen-devel] "

[PATCH v2] virtio-mmio: Update the device to OASIS spec version
 2015-01-21  6:05 UTC  (3+ messages)

[PATCH] virtio-mmio: Update the device to OASIS spec version
 2015-01-21  6:03 UTC  (2+ messages)

[PATCH v14 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2015-01-20 20:12 UTC 

[RFC] virtio-mmio: Update the device to OASIS spec version
 2015-01-20 17:56 UTC  (22+ messages)

[PATCH 01/05] fixup! virtio_pci: modern driver
 2015-01-20 16:25 UTC  (5+ messages)
` [PATCH 02/05] "
` [PATCH 03/05] fixup! virtio_pci: macros for PCI layout offsets
` [PATCH 04/05] fixup! virtio_pci: add module param to force legacy mode
` [PATCH 05/05] virtio_pci_modern: drop an unused function

[PATCH 1/6] virtio/9p: verify device has config space
 2015-01-20  6:29 UTC  (9+ 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] virtio_pci: add module param to force legacy mode
 2015-01-19  5:53 UTC  (2+ messages)

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

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

[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 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] 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  (7+ messages)

[PATCH 1/2] virtio_pci: double free and invalid memory access of device vqs
 2015-01-04 15:40 UTC  (5+ 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 


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