linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-29 02:31:16 to 2016-02-19 12:15:09 UTC [more...]

[RFC 0/12] introduce down_write_killable for rw_semaphore
 2016-02-19 12:15 UTC  (19+ messages)
` [RFC 01/12] locking, rwsem: get rid of __down_write_nested
` [RFC 02/12] locking, rwsem: drop explicit memory barriers
` [RFC 03/12] locking, rwsem: introduce basis for down_write_killable
` [RFC 04/12] alpha, rwsem: provide __down_write_killable
` [RFC 05/12] ia64, "
  ` [RFC 06/12] s390, "
` [RFC 07/12] sh, "
  ` [RFC 08/12] sparc, "
` [RFC 09/12] xtensa, "
` [RFC 10/12] x86, rwsem: simplify __down_write
` [RFC 11/12] x86, rwsem: provide __down_write_killable
  ` [RFC 11/12 v1] "
  ` [RFC 12/12] locking, rwsem: provide down_write_killable

[PATCH 0/5] all: s390: make compat wrappers the generic solution
 2016-02-17 13:57 UTC  (13+ messages)
` [PATCH 1/5] all: s390: move wrapper infrastructure to generic headers

[PATCH v7 0/9] virtio DMA API, yet again
 2016-02-17  9:42 UTC  (18+ messages)
` [PATCH v7 1/9] dma: Provide simple noop dma ops
` [PATCH v7 2/9] alpha/dma: use common "
` [PATCH v7 3/9] s390/dma: Allow per device "
` [PATCH v7 4/9] vring: Introduce vring_use_dma_api()
` [PATCH v7 5/9] virtio_ring: Support DMA APIs
` [PATCH v7 6/9] virtio: Add improved queue allocation API
` [PATCH v7 7/9] virtio_mmio: Use the DMA API if enabled
` [PATCH v7 8/9] virtio_pci: "
` [PATCH v7 9/9] vring: Use the DMA API on Xen

[GIT PULL 00/18] KVM: s390: Fixes and features for kvm/next (4.6)
 2016-02-16 17:48 UTC  (28+ messages)
` [GIT PULL 01/18] KVM: s390: allow sync of fp registers via vregs
` [GIT PULL 02/18] KVM: s390: sync of fp registers via kvm_run
` [GIT PULL 03/18] KVM: s390: PSW forwarding / rewinding / ilc rework
` [GIT PULL 04/18] KVM: s390: migration / injection of prog irq ilc
` [GIT PULL 05/18] KVM: s390: gaccess: introduce access modes
` [GIT PULL 06/18] KVM: s390: gaccess: implement instruction fetching mode
` [GIT PULL 07/18] KVM: s390: read the correct opcode on SIE faults
` [GIT PULL 08/18] KVM: s390: clean up prog irq injection on prog irq icpts
` [GIT PULL 09/18] KVM: s390: irq delivery should not rely on icptcode
` [GIT PULL 10/18] KVM: s390: provide prog irq ilc on SIE faults
` [GIT PULL 11/18] KVM: s390: instruction-fetching exceptions "
` [GIT PULL 12/18] KVM: s390: remove old fragment of vector registers
` [GIT PULL 13/18] KVM: s390: add documentation of KVM_S390_VM_TOD
` [GIT PULL 14/18] KVM: s390: add documentation of KVM_S390_VM_CRYPTO
` [GIT PULL 15/18] KVM: s390: usage hint for adapter mappings
` [GIT PULL 16/18] KVM: s390: do not take mmap_sem on dirty log query
` [GIT PULL 17/18] KVM: s390: do not block CPU on dirty logging
` [GIT PULL 18/18] KVM: s390: bail out early on fatal signal in "

[libseccomp] Re: [PATCH] arch: update s390/s390x system call tables
 2016-02-12 16:27 UTC 

[PATCH v10 0/8] arm64, numa: Add numa support for arm64 platforms
 2016-02-11 15:58 UTC  (16+ messages)
  ` [PATCH v10 1/8] arm64, numa: adding "
  ` [PATCH v10 2/8] Documentation, dt, numa: dt bindings for numa
  ` [PATCH v10 3/8] dt, numa: adding numa dt binding implementation
    ` [PATCH v10 4/8] arm64, numa : Enable numa dt for arm64 platforms
  ` [PATCH v10 5/8] arm64, dt, thunderx: Add initial dts for Cavium Thunderx in 2 node topology
  ` [PATCH v10 6/8] arm64, mm, numa: Adding numa balancing support for arm64
  ` [PATCH v10 7/8] topology, cleanup: Avoid redefinition of cpumask_of_pcibus in asm header files
  ` [PATCH v10 8/8] numa, mm, cleanup: remove redundant NODE_DATA macro from "

[RFC PATCH v4 2/6] module: preserve Elf information for livepatch modules
 2016-02-10 15:53 UTC  (18+ messages)
` [RFC PATCH v4 3/6] module: s390: keep mod_arch_specific "
  `  "
` [RFC PATCH v4 4/6] livepatch: reuse module loader code to write relocations
    `  "
` [RFC PATCH v4 5/6] samples: livepatch: mark as livepatch module
` [RFC PATCH v4 6/6] Documentation: livepatch: outline Elf format and requirements for patch modules
` [RFC PATCH v4 0/6] (mostly) Arch-independent livepatch

[PATCH v5 0/3] kallsyms base relative series
 2016-02-08 17:57 UTC  (4+ messages)
` [PATCH v5 1/3] x86: kallsyms: disable absolute percpu symbols on !SMP
` [PATCH v5 2/3] kallsyms: don't overload absolute symbol type for percpu symbols
` [PATCH v5 3/3] kallsyms: add support for relative offsets in kallsyms address table

[PATCH v3 1/4] lib: move strtobool to kstrtobool
 2016-02-05 21:12 UTC  (3+ messages)
` [PATCH v3 2/4] lib: update single-char callers of strtobool
` [PATCH v3 3/4] lib: add "on"/"off" support to kstrtobool

[PATCH v2 2/4] lib: update single-char callers of strtobool
 2016-02-05 10:46 UTC  (12+ messages)
` [PATCH v2 3/4] lib: add "on"/"off" support to kstrtobool
` [PATCH v2 4/4] param: convert some "on"/"off" users to strtobool
  ` [PATCH v2 1/4] lib: move strtobool to kstrtobool

[PATCH 1/3] lib: fix callers of strtobool to use char array
 2016-02-04 18:56 UTC  (2+ messages)

[PATCH v3 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
 2016-02-03  0:13 UTC  (12+ messages)
` [PATCH v3 2/3] x86: query dynamic DEBUG_PAGEALLOC setting
        ` (unknown)

[PATCH v6 0/9] virtio DMA API, yet again
 2016-02-02 18:26 UTC  (16+ messages)
` [PATCH v6 1/9] dma: Provide simple noop dma ops
` [PATCH v6 2/9] alpha/dma: use common "
` [PATCH v6 3/9] s390/dma: Allow per device "
` [PATCH v6 4/9] vring: Introduce vring_use_dma_api()
` [PATCH v6 5/9] virtio_ring: Support DMA APIs
` [PATCH v6 6/9] virtio: Add improved queue allocation API
` [PATCH v6 7/9] virtio_mmio: Use the DMA API if enabled
` [PATCH v6 8/9] virtio_pci: "
` [PATCH v6 9/9] vring: Use the DMA API on Xen
  ` [Xen-devel] "

[PATCH] kexec: unmap reserved pages for each error-return way
 2016-02-02 13:56 UTC  (7+ messages)

[PATCH v5 00/10] virtio DMA API, yet again
 2016-02-01 21:24 UTC  (26+ messages)
` [PATCH v5 03/10] s390/dma: Allow per device dma ops
` [PATCH v5 04/10] vring: Introduce vring_use_dma_api()
` [PATCH v5 05/10] virtio_ring: Support DMA APIs
` [PATCH v5 06/10] virtio: Add improved queue allocation API
` [PATCH v5 07/10] virtio_mmio: Use the DMA API if enabled
` [PATCH v5 08/10] virtio_pci: "
` [PATCH v5 09/10] vring: Use the DMA API on Xen
  ` [Xen-devel] "
` [PATCH v5 10/10] vring: Add a module parameter to force-enable the DMA API
` [Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again

[PATCH] s390:ftrace: add save_stack_trace_regs()
 2016-02-01  9:00 UTC  (10+ messages)

[linux-next:master 1875/2100] include/linux/jump_label.h:122:2: error: implicit declaration of function 'atomic_read'
 2016-01-31 20:52 UTC  (5+ messages)

Build failures (s390) in -next due to 'mm, printk: introduce new format string for flags'
 2016-01-29 15:40 UTC  (2+ messages)

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

[GIT PULL] s390 patches for 4.5-rc2
 2016-01-29  8:26 UTC 


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