virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-05 13:04:43 to 2016-01-15 21:29:12 UTC [more...]

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-01-15 21:29 UTC  (52+ messages)

[PATCH] virtio_pci: fix use after free on release
 2016-01-14 14:55 UTC 

Possible memory corruption in virtio-pci driver
 2016-01-14 14:38 UTC 

[PATCH] virtio_pci: fix use after free on release
 2016-01-14 14:04 UTC 

Possible memory corruption in virtio-pci driver
 2016-01-14 13:25 UTC 

[PATCH v3 1/4] x86: add cc clobber for addl
 2016-01-14 11:39 UTC  (5+ messages)
` [PATCH v3 2/4] x86: drop a comment left over from X86_OOSTORE
` [PATCH v3 3/4] x86: tweak the comment about use of wmb for IO
` [PATCH v3 4/4] x86: drop mfence in favor of lock+addl
` [PATCH v3 0/4] x86: faster mb()+documentation tweaks

[PATCH v3 0/4] x86: faster mb()+documentation tweaks
 2016-01-13 20:12 UTC 

[PATCH 3/4] x86,asm: Re-work smp_store_mb()
 2016-01-13 18:38 UTC  (20+ messages)

[PATCH 0/2] vhost: cross-endian code cleanup
 2016-01-13 17:09 UTC  (3+ messages)
` [PATCH 1/2] vhost: helpers to enable/disable vring endianness
` [PATCH 2/2] vhost: disentangle vring endianness stuff from the core code

[PULL] virtio: barrier rework+fixes
 2016-01-13 16:28 UTC 

[PATCH] uapi: use __u8 from linux/types.h
 2016-01-13 16:25 UTC 

[PATCH] uapi: use __u8 from linux/types.h
 2016-01-13 16:10 UTC 

[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
 2016-01-12 22:25 UTC  (6+ messages)
` [PATCH v2 1/3] x86: drop mfence in favor of lock+addl
` [PATCH v2 2/3] x86: drop a comment left over from X86_OOSTORE
` [PATCH v2 3/3] x86: tweak the comment about use of wmb for IO

[PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
 2016-01-12 18:40 UTC  (48+ messages)
` [PATCH v3 02/41] asm-generic: guard smp_store_release/load_acquire
` [PATCH v3 03/41] ia64: rename nop->iosapic_nop
` [PATCH v3 04/41] ia64: reuse asm-generic/barrier.h
` [PATCH v3 05/41] powerpc: "
` [PATCH v3 06/41] s390: "
` [PATCH v3 07/41] sparc: "
` [PATCH v3 08/41] arm: "
` [PATCH v3 09/41] arm64: "
` [PATCH v3 10/41] metag: "
` [PATCH v3 11/41] mips: "
` [PATCH v3 12/41] x86/um: "
` [PATCH v3 13/41] x86: "
` [PATCH v3 14/41] asm-generic: add __smp_xxx wrappers
` [PATCH v3 15/41] powerpc: define __smp_xxx
` [PATCH v3 16/41] arm64: "
` [PATCH v3 17/41] arm: "
` [PATCH v3 18/41] blackfin: "
` [PATCH v3 19/41] ia64: "
` [PATCH v3 20/41] metag: "
` [PATCH v3 21/41] mips: "
` [PATCH v3 22/41] s390: "
` [PATCH v3 23/41] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v3 24/41] sparc: define __smp_xxx
` [PATCH v3 25/41] tile: "
` [PATCH v3 26/41] xtensa: "
` [PATCH v3 27/41] x86: "
` [PATCH v3 28/41] asm-generic: implement virt_xxx memory barriers
` [PATCH v3 29/41] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v3 30/41] virtio_ring: update weak barriers to use virt_xxx
` [PATCH v3 31/41] sh: support 1 and 2 byte xchg
` [PATCH v3 32/41] sh: move xchg_cmpxchg to a header by itself
` [PATCH v3 33/41] virtio_ring: use virt_store_mb
` [PATCH v3 34/41] checkpatch.pl: add missing memory barriers
` [PATCH v3 35/41] checkpatch: check for __smp outside barrier.h
` [PATCH v3 36/41] checkpatch: add virt barriers
` [PATCH v3 37/41] xenbus: use virt_xxx barriers
` [PATCH v3 38/41] xen/io: "
` [PATCH v3 39/41] xen/events: "
` [PATCH v3 40/41] s390: use generic memory barriers
` [PATCH v3 41/41] s390: more efficient smp barriers
` [PATCH v3 00/41] arch: barrier cleanup + barriers for virt

[PATCH] vhost: move is_le setup to the backend
 2016-01-12 10:48 UTC  (4+ messages)

15-day Public Review for Virtual I/O Device (VIRTIO) Version 1.0 - ends January 26th
 2016-01-12  1:28 UTC 

[Xen-devel] [PATCH RFC 0/3] Xen on Virtio
 2016-01-11 23:03 UTC  (3+ messages)

[PATCH v4 1/3] checkpatch.pl: add missing memory barriers
 2016-01-11 21:45 UTC  (6+ messages)
` [PATCH v4 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v4 3/3] checkpatch: add virt barriers
` [PATCH v4 0/3] checkpatch: handling of memory barriers

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2016-01-11 11:10 UTC  (15+ messages)
    ` [PATCH v2 17/32] arm: define __smp_xxx
  ` [PATCH v2 22/32] s390: "
        ` [PATCH v2 15/32] powerpc: "
  ` [PATCH v2 12/32] x86/um: reuse asm-generic/barrier.h
    ` [PATCH v2 20/32] metag: define __smp_xxx

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 11:00 UTC 

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:56 UTC  (9+ messages)
` [PATCH v3 1/3] checkpatch.pl: add missing "
` [PATCH v3 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v3 3/3] checkpatch: add virt barriers

[PATCH 2/2] virtio_balloon: fix race between migration and ballooning
 2016-01-10 23:54 UTC  (7+ messages)

[PATCH v2 1/3] checkpatch.pl: add missing memory barriers
 2016-01-10 19:29 UTC  (8+ messages)
` [PATCH v2 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v2 3/3] checkpatch: add virt barriers

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-10 14:16 UTC 

[PATCH v2 0/3] checkpatch: handling of memory barriers
 2016-01-10 11:56 UTC 

[PATCH 1/3] checkpatch.pl: add missing memory barriers
 2016-01-10 11:42 UTC  (4+ messages)
` [PATCH 3/3] checkpatch: add virt barriers

[PATCH] virtio/s390: use dev_to_virtio
 2016-01-07 15:04 UTC 

[RFC v4 0/5] Add virtio transport for AF_VSOCK
 2016-01-07  8:34 UTC  (2+ messages)

[PATCH RFC] vhost: basic device IOTLB support
 2016-01-06  4:57 UTC  (4+ messages)

[PATCH v4 2/2] virtio_balloon: Use a workqueue instead of "vballoon" kthread
 2016-01-05 15:37 UTC  (5+ messages)

[PATCH RFC] virtio_balloon: refill by config handler
 2016-01-05 15:31 UTC  (3+ 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).