From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: Please pull git390 'for-linus' branch
Date: Fri, 12 Oct 2007 16:22:46 +0200 [thread overview]
Message-ID: <1192198966.8143.1.camel@localhost> (raw)
Please pull from 'for-linus' branch of
git://git390.osdl.marist.edu/pub/scm/linux-2.6.git for-linus
to receive the following updates:
Documentation/DocBook/Makefile | 2 +-
Documentation/DocBook/s390-drivers.tmpl | 149 ++++++++++++++++
Documentation/s390/00-INDEX | 26 +++
Documentation/s390/CommonIO | 51 +++---
Documentation/s390/cds.txt | 8 +-
arch/s390/appldata/appldata_base.c | 59 +------
arch/s390/kernel/audit.c | 7 +-
arch/s390/kernel/audit.h | 15 ++
arch/s390/kernel/compat_audit.c | 1 +
arch/s390/kernel/cpcmd.c | 100 ++++++-----
arch/s390/kernel/dis.c | 5 +-
arch/s390/kernel/ipl.c | 4 +-
arch/s390/kernel/vmlinux.lds.S | 234 ++++++++++++++-----------
arch/s390/mm/fault.c | 2 +-
drivers/block/Kconfig | 3 +-
drivers/s390/block/dasd_int.h | 3 +-
drivers/s390/block/xpram.c | 2 +-
drivers/s390/char/con3215.c | 3 +
drivers/s390/char/con3270.c | 3 +-
drivers/s390/char/sclp.c | 5 +-
drivers/s390/char/tape_3590.c | 26 ++-
drivers/s390/char/tty3270.c | 9 +-
drivers/s390/char/tty3270.h | 16 ++
drivers/s390/char/vmwatchdog.c | 4 +-
drivers/s390/char/zcore.c | 7 +-
drivers/s390/cio/ccwgroup.c | 67 ++++++--
drivers/s390/cio/chp.c | 30 ++--
drivers/s390/cio/cio.c | 5 +
drivers/s390/cio/cmf.c | 232 ++++++++++++++++---------
drivers/s390/cio/css.c | 98 ++++++++----
drivers/s390/cio/css.h | 3 +-
drivers/s390/cio/device.c | 80 ++++++++--
drivers/s390/cio/device.h | 1 -
drivers/s390/cio/device_fsm.c | 147 +++-------------
drivers/s390/cio/device_ops.c | 241 ++++++++++++++++++++++----
drivers/s390/cio/qdio.c | 39 ++--
drivers/s390/crypto/ap_bus.c | 5 +-
drivers/s390/crypto/zcrypt_mono.c | 4 +-
drivers/s390/crypto/zcrypt_pcixcc.c | 9 +-
drivers/s390/crypto/zcrypt_pcixcc.h | 45 -----
drivers/s390/scsi/zfcp_ccw.c | 10 +-
drivers/s390/scsi/zfcp_dbf.c | 10 +-
drivers/s390/scsi/zfcp_erp.c | 18 +-
include/asm-s390/cache.h | 2 -
include/asm-s390/ccwdev.h | 77 ++++-----
include/asm-s390/ccwgroup.h | 32 +++-
include/asm-s390/cio.h | 288 +++++++++++++++++++++----------
include/asm-s390/cmb.h | 73 ++------
include/asm-s390/page.h | 3 +-
include/asm-s390/pgtable.h | 13 +-
include/asm-s390/s390_ext.h | 8 +-
include/asm-s390/system.h | 24 ++--
include/asm-s390/zcrypt.h | 4 +-
53 files changed, 1427 insertions(+), 885 deletions(-)
create mode 100644 Documentation/DocBook/s390-drivers.tmpl
create mode 100644 Documentation/s390/00-INDEX
create mode 100644 arch/s390/kernel/audit.h
create mode 100644 drivers/s390/char/tty3270.h
Christian Borntraeger (2):
[S390] disassembler: Remove redundant variable assignment
[S390] remove packed attribute from ext_int_info_t.
Cornelia Huck (15):
[S390] cio: rename css to channel_subsystems
[S390] cio: remove subchannel_add_files()
[S390] cio: Fix some coding style issues in cmf.
[S390] cio: Kerneldoc comments for cmf.
[S390] cio: Add docbook comments.
[S390] cio: Add s390-drivers book.
[S390] cio: Minor style fixes.
[S390] cio: Disable channel path measurements on shutdown/reboot.
[S390] cio: Introduce ccw_bus_type.shutdown.
[S390] cio: Disable channel measurements (cmf) on shutdown/reboot.
[S390] cio: Fix device attributes for early devices.
[S390] Add Documentation/s390/00-INDEX.
[S390] cio: Documentation update.
[S390] cio: Avoid machine check vs. not operational races.
[S390] 3215: Handle special console device.
Heiko Carstens (9):
[S390] zcrypt: make init/exit functions static.
[S390] Get rid of a bunch of sparse warnings again.
[S390] Get rid of ARCH_KMALLOC_MINALIGN.
[S390] qdio: dont cast function pointers and use them to call functions.
[S390] Force link error if xchg/cmpxchg gets called with unsupported size.
[S390] Make vmalloc area start at address > 4GB.
[S390] cpcmd: fix inline assembly usage.
[S390] vmwatchdog: fix broken inline assembly.
[S390] pfault: Fix alignment of parameter list.
Martin Schwidefsky (2):
[S390] disassembler: fix output for insns with 6 operands.
[S390] xpram: fix bio_end{_,}io typo
Michael Holzheu (3):
[S390] Use IPL CLEAR for reipl under z/VM
[S390] zcore: fix inline assembly in memcpy_real()
[S390] tape: Fix medium state handling
Ralph Wuerthner (3):
[S390] zcrypt: remove duplicated struct CPRBX definition
[S390] zcrypt: fix ap_reset_domain()
[S390] zcrypt: fix PCIXCC/CEX2C error recovery
Robert P. J. Day (1):
[S390] Remove obsolete recommendation for 8M ramdisk size.
Sam Ravnborg (2):
[S390] s390: beautify vmlinux.lds
[S390] s390: use PAGE_SIZE in vmlinux.lds
Satyam Sharma (2):
[S390] appldata_base: Misc cpuinit annotations and bugfix
[S390] appldata_base: Remove module_exit function and modular stuff
Ursula Braun (1):
[S390] qdio: change QDIO performance_stats error message priority
vignesh babu (1):
[S390] is_power_of_2 in drivers/s390/block/dasd_int.h
Diff too long ..
next reply other threads:[~2007-10-12 14:22 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-12 14:22 Martin Schwidefsky [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-08 10:20 Please pull git390 'for-linus' branch Martin Schwidefsky
2008-06-10 8:21 Martin Schwidefsky
2008-05-30 8:41 Martin Schwidefsky
2008-05-15 15:02 Martin Schwidefsky
2008-05-07 7:29 Martin Schwidefsky
2008-04-30 12:06 Martin Schwidefsky
2008-03-20 16:13 Martin Schwidefsky
2008-03-05 11:58 Martin Schwidefsky
2008-02-19 14:46 Martin Schwidefsky
2008-02-09 12:05 Martin Schwidefsky
2008-02-05 15:43 Martin Schwidefsky
2008-01-26 13:23 Martin Schwidefsky
2007-12-17 15:42 Martin Schwidefsky
2007-12-04 17:27 Martin Schwidefsky
2007-11-20 11:38 Martin Schwidefsky
2007-11-05 11:39 Martin Schwidefsky
2007-10-22 10:54 Martin Schwidefsky
2007-08-22 12:44 Martin Schwidefsky
2007-08-07 11:27 Martin Schwidefsky
2007-07-27 11:40 Martin Schwidefsky
2007-07-23 8:59 Martin Schwidefsky
2007-07-17 12:24 Martin Schwidefsky
2007-07-10 10:11 Martin Schwidefsky
2007-06-19 8:50 Martin Schwidefsky
2007-05-31 15:40 Martin Schwidefsky
2007-05-21 11:16 Martin Schwidefsky
2007-05-10 14:00 Martin Schwidefsky
2007-05-06 11:34 Martin Schwidefsky
2007-05-04 16:59 Martin Schwidefsky
2007-04-04 16:39 Martin Schwidefsky
2007-03-26 20:58 Heiko Carstens
2007-03-19 13:16 Martin Schwidefsky
2007-03-12 13:52 Martin Schwidefsky
2007-03-05 22:49 Martin Schwidefsky
2007-02-21 10:10 Martin Schwidefsky
2007-02-12 15:07 Martin Schwidefsky
2007-02-06 21:18 Martin Schwidefsky
2007-01-09 9:26 Martin Schwidefsky
2007-01-07 10:44 Martin Schwidefsky
2006-12-28 10:39 Martin Schwidefsky
2006-12-15 16:24 Martin Schwidefsky
2006-12-08 15:22 Martin Schwidefsky
2006-11-06 13:09 Martin Schwidefsky
2006-10-27 11:18 Martin Schwidefsky
2006-10-18 16:34 Martin Schwidefsky
2006-10-11 13:38 Martin Schwidefsky
2006-10-06 14:56 Martin Schwidefsky
2006-10-04 18:05 Martin Schwidefsky
2006-09-28 15:55 Martin Schwidefsky
2006-09-20 14:11 Martin Schwidefsky
2006-08-30 12:43 Martin Schwidefsky
2006-08-16 12:14 Martin Schwidefsky
2006-08-16 15:53 ` Greg KH
2006-08-16 16:28 ` Martin Schwidefsky
2006-08-16 17:02 ` Greg KH
2006-08-17 9:21 ` Martin Schwidefsky
2006-08-07 15:16 Martin Schwidefsky
2006-08-07 17:27 ` Greg KH
2006-07-28 9:00 Martin Schwidefsky
2006-07-18 11:59 Martin Schwidefsky
2006-07-12 15:09 Martin Schwidefsky
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=1192198966.8143.1.camel@localhost \
--to=schwidefsky@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 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).