virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-02 05:13:11 to 2015-12-31 19:07:10 UTC [more...]

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2015-12-31 19:07 UTC  (12+ messages)
` [PATCH v2 01/32] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v2 02/32] asm-generic: guard smp_store_release/load_acquire
` [PATCH v2 03/32] ia64: rename nop->iosapic_nop
` [PATCH v2 04/32] ia64: reuse asm-generic/barrier.h
` [PATCH v2 05/32] powerpc: "
` [PATCH v2 06/32] s390: "
` [PATCH v2 07/32] sparc: "
` [PATCH v2 08/32] arm: "
` [PATCH v2 09/32] arm64: "
` [PATCH v2 10/32] metag: "
` [PATCH v2 11/32] mips: "

[PATCH RFC] vhost: basic device IOTLB support
 2015-12-31 11:17 UTC  (2+ messages)

[PATCH 00/34] arch: barrier cleanup + __smp_XXX barriers for virt
 2015-12-30 22:45 UTC  (50+ messages)
` [PATCH 01/34] Documentation/memory-barriers.txt: document __smb_mb()
` [PATCH 02/34] asm-generic: guard smp_store_release/load_acquire
` [PATCH 03/34] ia64: rename nop->iosapic_nop
` [PATCH 04/34] ia64: reuse asm-generic/barrier.h
` [PATCH 05/34] powerpc: "
` [PATCH 06/34] s390: "
` [PATCH 07/34] sparc: "
` [PATCH 08/34] asm-generic: smp_store_mb should use smp_mb
` [PATCH 09/34] arm: reuse asm-generic/barrier.h
` [PATCH 10/34] arm64: "
` [PATCH 11/34] metag: "
` [PATCH 12/34] mips: "
` [PATCH 13/34] x86/um: "
` [PATCH 14/34] x86: "
` [PATCH 15/34] asm-generic: add __smp_XXX wrappers
` [PATCH 16/34] powerpc: define __smp_XXX
` [PATCH 17/34] arm64: "
` [PATCH 18/34] arm: "
` [PATCH 19/34] blackfin: "
` [PATCH 20/34] ia64: "
` [PATCH 21/34] metag: "
` [PATCH 22/34] mips: "
` [PATCH 23/34] s390: "
` [PATCH 24/34] sh: define __smp_XXX, fix smp_store_mb for !SMP
` [PATCH 25/34] sparc: define __smp_XXX
` [PATCH 26/34] tile: "
` [PATCH 27/34] xtensa: "
` [PATCH 28/34] x86: "
` [PATCH 29/34] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH 30/34] virtio_ring: update weak barriers to use __smp_XXX
` [PATCH 31/34] xenbus: use __smp_XXX barriers
` [PATCH 32/34] xen/io: "
` [PATCH 33/34] virtio: use __smp_load_acquire/__smp_store_release
` [PATCH 34/34] virtio_ring: use __smp_store_mb
  ` [PATCH 00/34] arch: barrier cleanup + __smp_xxx barriers for virt

[PATCH] virtio/s390: use dev_to_virtio
 2015-12-30 14:05 UTC 

[CISTI'2016]: 11ª Conferencia Ibérica de Sistemas y Tecnologías de Información
 2015-12-29 14:04 UTC 

[PATCH] virtio: make find_vqs() checkpatch.pl-friendly
 2015-12-28 18:44 UTC 

[PATCH 2/2] virtio_balloon: fix race between migration and ballooning
 2015-12-27 23:36 UTC  (3+ messages)
` [PATCH 1/2] virtio_balloon: fix race by fill and leak

[PATCH 1/2] virtio_balloon: fix race by fill and leak
 2015-12-27 23:35 UTC 

[RFC v4 0/5] Add virtio transport for AF_VSOCK
 2015-12-22  9:07 UTC  (6+ messages)
` [RFC v4 1/5] VSOCK: transport-specific vsock_transport functions
` [RFC v4 2/5] VSOCK: Introduce virtio_vsock_common.ko
` [RFC v4 3/5] VSOCK: Introduce virtio_transport.ko
` [RFC v4 4/5] VSOCK: Introduce vhost_vsock.ko
` [RFC v4 5/5] VSOCK: Add Makefile and Kconfig

[PATCH] virtio_ring: use smp_store_mb
 2015-12-21 14:50 UTC  (21+ messages)
          ` new barrier type for paravirt (was Re: [PATCH] virtio_ring: use smp_store_mb)
            ` [Xen-devel] "
                  ` [PATCH RFC] smp_store_mb should use smp_mb
              ` [Qemu-devel] [Xen-devel] new barrier type for paravirt (was Re: [PATCH] virtio_ring: use smp_store_mb)

[PULL] vhost: cleanups and fixes
 2015-12-21  7:58 UTC 

[PATCH] virtio: use smp_load_acquire/smp_store_release
 2015-12-17 14:47 UTC  (2+ messages)

[PATCH] virtio_ring: use smp_store_mb
 2015-12-17 10:32 UTC 

[PATCH] virtio: use smp_load_acquire/smp_store_release
 2015-12-17 10:29 UTC 

[PATCH] virtio: make find_vqs() checkpatch.pl-friendly
 2015-12-17  8:53 UTC 

[PATCH] vhost: move is_le setup to the backend
 2015-12-16 13:52 UTC  (3+ messages)

[PATCH v2 0/3] Fix and cleanup for 32-bit PV sysexit
 2015-12-15 21:27 UTC  (9+ messages)
` [PATCH v2 1/3] x86/xen: Avoid fast syscall path for Xen PV guests
  ` [Xen-devel] [PATCH v2 0/3] Fix and cleanup for 32-bit PV sysexit

[PATCH RFC 1/3] xen: export xen_phys_to_bus, xen_bus_to_phys and xen_virt_to_bus
 2015-12-15 20:44 UTC  (11+ messages)
` [PATCH RFC 2/3] xen/virtio: allocate a contiguous region to be use as virtio queue
` [PATCH RFC 3/3] xen/virtio_ring: introduce cpu_to_virtio_addr and virtio_addr_to_cpu
` [Xen-devel] [PATCH RFC 0/3] Xen on Virtio
  ` [Xen-devel] [PATCH RFC 1/3] xen: export xen_phys_to_bus, xen_bus_to_phys and xen_virt_to_bus

[Xen-devel] kasan_map_early_shadow() on Xen
 2015-12-15 20:02 UTC  (4+ messages)

[CISTI'2016]: Doctoral Symposium
 2015-12-15 16:40 UTC 

[PATCH v3 0/4] Add virtio transport for AF_VSOCK
 2015-12-15  8:19 UTC  (14+ messages)
` [PATCH v3 1/4] VSOCK: Introduce virtio-vsock-common.ko
` [PATCH v3 2/4] VSOCK: Introduce virtio-vsock.ko
` [PATCH v3 3/4] VSOCK: Introduce vhost-vsock.ko
` [PATCH v3 4/4] VSOCK: Add Makefile and Kconfig

[RFC PATCH 0/2] block: virtio-blk: support multi vq per virtio-blk
 2015-12-15  1:26 UTC  (8+ messages)
` [RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH 0/1] virtio/s390: one fix
 2015-12-14 15:25 UTC  (4+ messages)
` [PATCH 1/1] virtio/s390: handle error values in irb

[PATCH v2] vhost: replace % with & on data path
 2015-12-13  0:01 UTC  (3+ messages)

[PATCH] ttm/drm: constify ttm_backend_func structures
 2015-12-11 13:59 UTC 

[PATCH] ttm/drm: constify ttm_backend_func structures
 2015-12-11 13:37 UTC 

[PATCH v2] Revert "Merge branch 'vsock-virtio'"
 2015-12-09  2:58 UTC 

[PATCH v2] Revert "Merge branch 'vsock-virtio'"
 2015-12-09  2:51 UTC 

[PATCH 1/6] Revert "VSOCK: fix returnvar.cocci warnings"
 2015-12-09  2:39 UTC  (8+ messages)
` [PATCH 2/6] Revert "VSOCK: Add Makefile and Kconfig"
` [PATCH 3/6] Revert "VSOCK: Introduce vhost-vsock.ko"
` [PATCH 4/6] Revert "VSOCK: Introduce virtio-vsock.ko"
` [PATCH 5/6] Revert "VSOCK: Introduce virtio-vsock-common.ko"
` [PATCH 6/6] Revert "VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic"
` [PATCH 0/6] VSOCK: revert virtio-vsock until device spec is finalized

[PATCH v2 0/5] Add virtio transport for AF_VSOCK
 2015-12-09  2:38 UTC  (9+ messages)
` [PATCH v2 1/5] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
` [PATCH v2 2/5] VSOCK: Introduce virtio-vsock-common.ko
` [PATCH v2 3/5] VSOCK: Introduce virtio-vsock.ko
` [PATCH v2 4/5] VSOCK: Introduce vhost-vsock.ko
` [PATCH v2 5/5] VSOCK: Add Makefile and Kconfig

[PATCH] vhost: vsock: select CONFIG_VHOST
 2015-12-08 17:13 UTC  (2+ messages)

[PATCH] vhost: vsock: select CONFIG_VHOST
 2015-12-08 15:46 UTC 

[PATCH 0/6] VSOCK: revert virtio-vsock until device spec is finalized
 2015-12-08 11:57 UTC 

[PULL] vhost: cleanups and fixes
 2015-12-07 17:07 UTC 

[PATCH RFC 0/3] Xen on Virtio
 2015-12-07 16:19 UTC 

[PATCH] virtio: Do not drop __GFP_HIGH in alloc_indirect
 2015-12-07 11:29 UTC 

[PATCH] VSOCK: fix returnvar.cocci warnings
 2015-12-07  3:38 UTC  (3+ messages)

[PATCH 1/6] x86: Add VMWare Host Communication Macros
 2015-12-04 23:19 UTC  (18+ messages)
  ` [PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
              ` [Linux-graphics-maintainer] "
  ` [PATCH 2/6] x86: Update vmware.c "
  ` [PATCH 4/6] Input: Remove vmmouse port reservation
  ` [PATCH 6/6] VMware balloon: Update vmw_balloon.c to use the VMW_PORT macro

[PATCH] tools/virtio: fix byteswap logic
 2015-12-04 19:37 UTC  (2+ messages)

IEEE TCSC Award for Excellence in Scalable Computing -- Call for Nominations
 2015-12-04 16:37 UTC 

[PATCH v4 1/2] virtio_balloon: Restore the entire balloon after the system freeze
 2015-12-04 13:37 UTC  (2+ messages)
` [PATCH v4 2/2] virtio_balloon: Use a workqueue instead of "vballoon" kthread

[PATCH v4 0/2] virtio_balloon: Fix restore and convert to workqueue
 2015-12-04 13:37 UTC 

[PATCH net-next 0/3] basic busy polling support for vhost_net
 2015-12-04  2:24 UTC  (6+ messages)
` [PATCH net-next 3/3] vhost_net: basic polling support

[RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target
 2015-12-02 10:07 UTC  (9+ messages)


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