linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-24 09:40:07 to 2016-01-11 10:35:47 UTC [more...]

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:35 UTC  (7+ 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] s390: more efficient smp barriers
 2016-01-11  8:07 UTC  (2+ messages)

[PATCH v2 3/3] tty: Remove ASYNC_CLOSING
 2016-01-10 22:51 UTC 

[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

[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

[RFC PATCH v3 1/6] Elf: add livepatch-specific Elf constants
 2016-01-08 19:28 UTC  (5+ messages)
` [RFC PATCH v3 2/6] module: preserve Elf information for livepatch modules
` [RFC PATCH v3 3/6] module: s390: keep mod_arch_specific "
` [RFC PATCH v3 4/6] livepatch: reuse module loader code to write relocations
` [RFC PATCH v3 5/6] samples: livepatch: mark as livepatch module

[PATCH 0/2] 390/qeth: Fine-tuning for qeth_core_set_online()
 2016-01-08 12:00 UTC  (13+ messages)
  ` [PATCH 1/2] 390/qeth: Delete an unnecessary variable initialisation in qeth_core_set_online()
      `  "
  ` [PATCH 2/2] 390/qeth: Refactoring for qeth_core_set_online()
          `  "

[GIT PULL 0/2] KVM: s390: Feature and fix for 4.5
 2016-01-08  9:14 UTC  (3+ messages)
` [GIT PULL 1/2] kvm/s390: drop unpaired smp_mb
` [GIT PULL 2/2] KVM: s390: implement the RI support of guest

[PATCH] virtio/s390: use dev_to_virtio
 2016-01-07 15:04 UTC  (2+ messages)

[PATCH] s390: drop smp_mb in vdso_init
 2016-01-07  8:41 UTC  (2+ messages)

[PATCH] kvm/s390: drop unpaired smp_mb
 2016-01-07  8:25 UTC  (2+ messages)

[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 30/32] virtio_ring: update weak barriers to use __smp_XXX
    ` [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
      ` [Xen-devel] "
  ` [PATCH v2 34/34] xen/io: "
    ` [Xen-devel] "

[PATCH v3 0/2] Allow gmap fault to retry
 2016-01-04 17:08 UTC  (4+ messages)
` [PATCH 1/2] mm: bring in additional flag for fixup_user_fault to signal unlock
` [PATCH 2/2] s390/mm: enable fixup_user_fault retrying

[PATCH] s390: fix normalization bug in exception table sorting
 2016-01-04  9:44 UTC  (3+ messages)

[PATCH 06/34] s390: reuse asm-generic/barrier.h
 2015-12-30 13:25 UTC  (2+ messages)
` [PATCH 23/34] s390: define __smp_XXX

[PATCH v2] kvm: Make vcpu->requests as 64 bit bitmap
 2015-12-24 13:35 UTC  (2+ messages)

[PATCH v1] kvm: Make vcpu->requests as 64 bit bitmap
 2015-12-24 11:36 UTC  (4+ 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).