messages from 2015-12-30 13:25:15 to 2016-01-10 14:20:09 UTC [more...]
[PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
2016-01-10 14:20 UTC (26+ 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 00/41] arch: barrier cleanup + barriers for virt
2016-01-10 14:16 UTC
[PATCH v2 1/3] checkpatch.pl: add missing memory barriers
2016-01-10 11:57 UTC (3+ messages)
` [PATCH v2 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v2 3/3] checkpatch: add virt barriers
[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 (13+ messages)
` [PATCH 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH 3/3] checkpatch: add virt barriers
[PATCH 1/2] virtio_balloon: fix race by fill and leak
2016-01-09 23:03 UTC (7+ messages)
` [PATCH 2/2] virtio_balloon: fix race between migration and ballooning
[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 (3+ messages)
[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
2016-01-07 0:43 UTC (85+ 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 v2 12/32] x86/um: "
` [PATCH v2 13/32] x86: "
` [PATCH v2 14/32] asm-generic: add __smp_xxx wrappers
` [PATCH v2 15/32] powerpc: define __smp_xxx
` [PATCH v2 16/32] arm64: "
` [PATCH v2 17/32] arm: "
` [PATCH v2 18/32] blackfin: "
` [PATCH v2 19/32] ia64: "
` [PATCH v2 20/32] metag: "
` [PATCH v2 21/32] mips: "
` [PATCH v2 22/32] s390: "
` [PATCH v2 23/32] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v2 24/32] sparc: define __smp_xxx
` [PATCH v2 25/32] tile: "
` [PATCH v2 26/32] xtensa: "
` [PATCH v2 27/32] x86: "
` [PATCH v2 28/32] asm-generic: implement virt_xxx memory barriers
` [PATCH v2 29/32] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v2 30/32] virtio_ring: update weak barriers to use __smp_XXX
` [PATCH v2 31/32] sh: support a 2-byte smp_store_mb
` [PATCH v2 32/32] virtio_ring: use virt_store_mb
` [PATCH v2 33/34] xenbus: use virt_xxx barriers
` [PATCH v2 34/34] xen/io: "
` [PATCH v2 30/32] virtio_ring: update weak barriers to use __smp_xxx
` [Xen-devel] [PATCH v2 33/34] xenbus: use virt_xxx barriers
` [Xen-devel] [PATCH v2 34/34] xen/io: "
[PATCH RFC] vhost: basic device IOTLB support
2016-01-06 4:57 UTC (7+ messages)
[PATCH v4 1/2] virtio_balloon: Restore the entire balloon after the system freeze
2016-01-05 15:37 UTC (8+ messages)
` [PATCH v4 2/2] virtio_balloon: Use a workqueue instead of "vballoon" kthread
[PATCH RFC] virtio_balloon: refill by config handler
2016-01-05 15:31 UTC (3+ messages)
[PATCH 00/34] arch: barrier cleanup + __smp_XXX barriers for virt
2016-01-04 11:59 UTC (43+ messages)
` [PATCH 04/34] ia64: reuse asm-generic/barrier.h
` [PATCH 08/34] asm-generic: smp_store_mb should use smp_mb
` [PATCH 14/34] x86: reuse asm-generic/barrier.h
` [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 03/34] ia64: rename nop->iosapic_nop
` [PATCH 07/34] sparc: reuse asm-generic/barrier.h
` [PATCH 01/34] Documentation/memory-barriers.txt: document __smb_mb()
[PATCH 0/3] checkpatch: handling of memory barriers
2016-01-04 11:36 UTC
[PATCH RFC] balloon: fix page list locking
2016-01-01 9:50 UTC
[PATCH] virtio/s390: use dev_to_virtio
2015-12-30 14:05 UTC
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).