From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
linux-s390 <linux-s390@vger.kernel.org>,
Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: [GIT PULL] s390 patches for the 3.14 merge window #2
Date: Tue, 28 Jan 2014 10:23:16 +0100 [thread overview]
Message-ID: <20140128102316.5394f91d@mschwide> (raw)
Hi Linus,
please pull from the 'for-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus
to receive the following updates:
A new binary interface to be able to query and modify the LPAR scheduler
weight and cap settings. Some improvements for the hvc terminal over iucv
and a couple of bux fixes.
Heiko Carstens (7):
s390/zcrypt: remove zcrypt kmsg documentation again
s390/32bit: fix cmpxchg64
s390/zfcpdump: make zfcpdump depend on 64BIT
s390/uaccess: test if current->mm is set before walking page tables
s390/uaccess: remove dead extern declarations, make functions static
s390/uapi: fix struct statfs64 definition
s390: wire up sys_sched_setattr/sys_sched_getattr
Hendrik Brueckner (4):
s390/vmur: Link parent CCW device during UR device creation
s390/hvc_iucv: fix sparse warning
s390/hvc_iucv: Display connection details through device attributes
s390/hvc_iucv: Automatically assign free HVC terminal devices
Martin Schwidefsky (1):
s390/hypfs: add interface for diagnose 0x304
Sebastian Ott (1):
s390/xpram: don't modify module parameters
Documentation/ioctl/ioctl-number.txt | 1 +
Documentation/kmsg/s390/zcrypt | 20 -----
arch/s390/Kconfig | 2 +-
arch/s390/hypfs/Makefile | 2 +-
arch/s390/hypfs/hypfs.h | 7 ++
arch/s390/hypfs/hypfs_dbfs.c | 16 ++++
arch/s390/hypfs/hypfs_sprp.c | 141 ++++++++++++++++++++++++++++++++++
arch/s390/hypfs/inode.c | 15 +++-
arch/s390/include/asm/cmpxchg.h | 5 +-
arch/s390/include/asm/sclp.h | 1 +
arch/s390/include/uapi/asm/hypfs.h | 25 ++++++
arch/s390/include/uapi/asm/statfs.h | 10 +--
arch/s390/include/uapi/asm/unistd.h | 2 +
arch/s390/kernel/compat_wrapper.S | 11 +++
arch/s390/kernel/syscalls.S | 2 +
arch/s390/lib/uaccess.h | 9 ---
arch/s390/lib/uaccess_pt.c | 14 +++-
drivers/s390/block/xpram.c | 5 +-
drivers/s390/char/sclp_cmd.c | 5 ++
drivers/s390/char/vmur.c | 4 +-
drivers/tty/hvc/hvc_iucv.c | 103 +++++++++++++++++++++++--
21 files changed, 344 insertions(+), 56 deletions(-)
delete mode 100644 Documentation/kmsg/s390/zcrypt
create mode 100644 arch/s390/hypfs/hypfs_sprp.c
create mode 100644 arch/s390/include/uapi/asm/hypfs.h
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
reply other threads:[~2014-01-28 9:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140128102316.5394f91d@mschwide \
--to=schwidefsky@de.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.