linux-um archives
 help / color / mirror / Atom feed
 messages from 2015-12-22 20:44:01 to 2016-01-10 20:20:14 UTC [more...]

[PATCH v3] um: Fix build error and kconfig for i386
 2016-01-10 20:20 UTC  (5+ messages)

[PATCH v3 0/4] um: Add seccomp support
 2016-01-10 20:18 UTC  (9+ messages)
` [PATCH v3 1/4] um: Fix ptrace GETREGS/SETREGS bugs
` [PATCH v3 2/4] selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOK
` [PATCH v3 3/4] um: Add full asm/syscall.h support
` [PATCH v3 4/4] um: Add seccomp support

[PATCH] um: link with -lpthread
 2016-01-10 20:13 UTC  (4+ messages)
` [uml-devel] "

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-10 19:31 UTC  (4+ 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 v2 0/3] checkpatch: handling of memory barriers
 2016-01-10 19:29 UTC  (9+ messages)
` [PATCH v2 1/3] checkpatch.pl: add missing "
` [PATCH v2 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v2 3/3] checkpatch: add virt barriers

[uml-devel] [PATCH 1/2] Update UBD to use pread/pwrite family of functions
 2016-01-10 16:36 UTC  (6+ messages)
` [uml-devel] [PATCH 2/2] Bulk IO Transaction support part 1

[uml-devel] IRQ handler reentrancy
 2016-01-10 15:53 UTC  (8+ messages)

[PATCH] uml: flush stdout before forking
 2016-01-10 15:49 UTC  (2+ messages)
` [uml-devel] "

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-10 14:22 UTC  (42+ messages)
` [PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [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 0/3] checkpatch: handling of memory barriers
 2016-01-10 11:42 UTC  (14+ messages)
` [PATCH 1/3] checkpatch.pl: add missing "
` [PATCH 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH 3/3] checkpatch: add virt barriers

[PATCH] um: Fix get_signal() usage
 2016-01-09  9:52 UTC  (4+ messages)
  ` [uml-devel] "

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2016-01-07  0:43 UTC  (84+ 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 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
  ` [Xen-devel] "
` [PATCH v2 34/34] xen/io: "
  ` [Xen-devel] "
` [PATCH v2 30/32] virtio_ring: update weak barriers to use __smp_xxx

[uml-devel] [PATCH] [RFC] um: define and use HAVE_LIBPCAP/HAVE_LIBVDEPLUG
 2016-01-02 11:59 UTC  (4+ messages)

[PATCH 13/34] x86/um: reuse asm-generic/barrier.h
 2015-12-30 13:25 UTC 

[PATCH v2] um: Fix build error and kconfig for i386
 2015-12-25 15:10 UTC  (5+ messages)

[PATCH v2] um: Fix pointer cast
 2015-12-23 18:39 UTC  (2+ messages)

[PATCH] um: Fix build error and kconfig for i386
 2015-12-23 12:57 UTC  (3+ messages)

[PATCH] um: Fix pointer cast
 2015-12-22 22:30 UTC  (3+ messages)

[PATCH v5 0/2] um: Protect memory mapped file
 2015-12-22 21:15 UTC  (3+ messages)
` [PATCH v5 1/2] um: Do not set unsecure permission for temporary file
` [PATCH v5 2/2] um: Use race-free temporary file creation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox