public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-23 18:44:51 to 2016-06-14 18:56:56 UTC [more...]

[GIT PULL 01/52] s390: hypfs: Move diag implementation and data definitions
 2016-06-14 18:56 UTC  (23+ messages)
` [GIT PULL 02/52] s390: Make cpc_name accessible
` [GIT PULL 03/52] s390: Make diag224 public
` [GIT PULL 04/52] KVM: s390: Add operation exception interception handler
` [GIT PULL 05/52] KVM: s390: Extend diag 204 fields
` [GIT PULL 06/52] KVM: s390: Add sthyi emulation
` [GIT PULL 07/52] KVM: s390: Limit sthyi execution
` [GIT PULL 08/52] KVM: s390: Add mnemonic print to kvm_s390_intercept_prog
` [GIT PULL 09/52] KVM: s390: interface to query and configure cpu features
` [GIT PULL 10/52] KVM: s390: forward ESOP if available
` [GIT PULL 11/52] KVM: s390: gaccess: store guest address on ALC prot exceptions
` [GIT PULL 12/52] KVM: s390: gaccess: function for preparing translation exceptions
` [GIT PULL 13/52] KVM: s390: gaccess: convert kvm_s390_check_low_addr_prot_real()
` [GIT PULL 14/52] KVM: s390: gaccess: convert guest_translate_address()
` [GIT PULL 15/52] KVM: s390: gaccess: convert guest_page_range()
` [GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
` [GIT PULL 17/52] s390/crypto: allow to query all known cpacf functions
` [GIT PULL 18/52] KVM: s390: interface to query and configure cpu subfunctions
` [GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility

[GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility
 2016-06-14 18:56 UTC 

[GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
 2016-06-14 18:56 UTC 

[GIT PULL 10/52] KVM: s390: forward ESOP if available
 2016-06-14 18:56 UTC 

[GIT PULL 00/52] KVM: s390: Features and fixes for 4.8 part1
 2016-06-14 18:56 UTC 

[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-14 18:27 UTC  (9+ messages)
` [RFC PATCH-tip 1/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 3/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip 4/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip 5/6] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes

[PATCH] s390/oprofile: Remove deprecated create_workqueue
 2016-06-14 15:56 UTC  (8+ messages)

[LKP] [lkp] [mm] 5c0a85fad9: unixbench.score -6.3% regression
 2016-06-14 14:03 UTC 

[PATCH 00/14] run seccomp after ptrace
 2016-06-14  2:27 UTC  (21+ messages)
    ` [PATCH 01/14] seccomp: add tests for ptrace hole
    ` [PATCH 02/14] seccomp: Add a seccomp_data parameter secure_computing()
    ` [PATCH 03/14] x86/entry: Get rid of two-phase syscall entry work
  ` [PATCH 04/14] seccomp: remove 2-phase API
    ` [PATCH 05/14] seccomp: recheck the syscall after RET_TRACE
  ` [PATCH 06/14] x86/ptrace: run seccomp after ptrace
  ` [PATCH 07/14] arm/ptrace: "
  ` [PATCH 08/14] arm64/ptrace: "
  ` [PATCH 09/14] MIPS/ptrace: "
  ` [PATCH 10/14] parisc/ptrace: "
    ` [PATCH 11/14] s390/ptrace: "
    ` [PATCH 12/14] powerpc/ptrace: "
  ` [PATCH 13/14] tile/ptrace: "
    ` [PATCH 14/14] um/ptrace: "

[PATCH 1/6] genhd: Add GENHD_FL_DAX to gendisk flags
 2016-06-13 22:21 UTC 

[PATCH net-next 0/3] s390: af_iucv patches
 2016-06-13 16:46 UTC  (4+ messages)
` [PATCH net-next 1/3] af_iucv: use paged SKBs for big outbound messages
` [PATCH net-next 2/3] af_iucv: remove fragment_skb() to use paged SKBs
` [PATCH net-next 3/3] af_iucv: use paged SKBs for big inbound messages

[PATCH] iucv: properly clone LSM attributes to newly created child sockets
 2016-06-13 14:38 UTC  (3+ messages)

[PATCH v6 00/21] ILP32 for ARM64
 2016-06-13 13:22 UTC  (67+ messages)
  ` [PATCH 01/23] all: syscall wrappers: add documentation
` [PATCH 02/23] all: introduce COMPAT_WRAPPER option and enable it for s390
  ` [PATCH 03/23] all: s390: move wrapper infrastructure to generic headers
` [PATCH 04/23] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 05/23] all: wrap needed syscalls in generic unistd
  ` [PATCH 06/23] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 07/23] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
  ` [PATCH 08/23] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/23] arm64: ensure the kernel is compiled for LP64
` [PATCH 10/23] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 11/23] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 12/23] thread: move thread bits accessors to separated file
` [PATCH 13/23] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 14/23] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 15/23] arm64: introduce binfmt_elf32.c
` [PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 17/23] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 18/23] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 19/23] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 20/23] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 21/23] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 22/23] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 23/23] arm64:ilp32: add ARM64_ILP32 to Kconfig

[GIT PULL 0/2] KVM: s390: 4.7: fixup and missing stat
 2016-06-13 11:44 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: ignore IBC if zero
` [GIT PULL 2/2] KVM: s390: Add stats for PEI events

[RFC 0/12] introduce down_write_killable for rw_semaphore
 2016-06-10 16:39 UTC  (8+ messages)
` [RFC 10/12] x86, rwsem: simplify __down_write

[PATCH v4 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-10 16:30 UTC  (3+ messages)
` [PATCH v4 37/44] s390: "

[PATCH] s390: avoid extable collisions
 2016-06-10  8:16 UTC 

[PATCH net-next 00/15] net/smc: Shared Memory Communications - RDMA
 2016-06-09 15:36 UTC  (3+ messages)

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-09  7:51 UTC  (2+ messages)

[PATCH] KVM: s390: fix build failure
 2016-06-08 10:25 UTC  (6+ messages)

4.7-rc1/s390: WARNING: CPU: 5 PID: 1 at kernel/events/core.c:8485 perf_pmu_register+0x420/0x428
 2016-06-08  9:09 UTC  (5+ messages)

[RFC PATCH v2 00/18] livepatch: hybrid consistency model
 2016-06-06 14:29 UTC  (12+ messages)
` [RFC PATCH v2 17/18] livepatch: change to a per-task "
  `  "

[PATCH net-next 15/15] smc: proc-fs interface for smc connections
 2016-06-03 15:27 UTC 

[PATCH net-next 14/15] smc: socket closing and linkgroup cleanup
 2016-06-03 15:27 UTC 

[PATCH net-next 13/15] smc: receive data from RMBE
 2016-06-03 15:27 UTC 

[PATCH net-next 12/15] smc: send data (through RDMA)
 2016-06-03 15:27 UTC 

[PATCH net-next 11/15] smc: connection data control (CDC)
 2016-06-03 15:27 UTC 

[PATCH net-next 10/15] smc: link layer control (LLC)
 2016-06-03 15:27 UTC 

[PATCH net-next 09/15] smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
 2016-06-03 15:27 UTC 

[PATCH net-next 08/15] smc: work request (WR) base for use by LLC and CDC
 2016-06-03 15:27 UTC 

[PATCH net-next 07/15] smc: remote memory buffers (RMBs)
 2016-06-03 15:27 UTC 

[PATCH net-next 06/15] smc: connection and link group creation
 2016-06-03 15:27 UTC 

[PATCH net-next 05/15] smc: CLC handshake (incl. preparation steps)
 2016-06-03 15:27 UTC 

[PATCH net-next 04/15] smc: introduce SMC as an IB-client
 2016-06-03 15:27 UTC 

[PATCH net-next 03/15] smc: establish pnet table management
 2016-06-03 15:27 UTC 

[PATCH net-next 02/15] smc: establish new socket family
 2016-06-03 15:27 UTC 

[PATCH net-next 01/15] net: introduce keepalive function in struct proto
 2016-06-03 15:27 UTC 

[lockdep] chain_key collision check triggers
 2016-06-03 11:35 UTC  (3+ messages)

[s390:features 19/19] arch/s390/kernel/machine_kexec.c:172:3: error: implicit declaration of functio
 2016-06-02  4:26 UTC 

[GIT PULL] s390 patches for 4.7-rc2
 2016-05-31 11:02 UTC 

[RFC PATCH v2 05/18] sched: add task flag for preempt IRQ tracking
 2016-05-24  3:52 UTC  (21+ messages)


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