From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: Please pull git390 'for-linus' branch
Date: Thu, 28 Sep 2006 17:55:29 +0200 [thread overview]
Message-ID: <20060928155529.GA21310@skybase> (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:
arch/s390/Kconfig | 12 +
arch/s390/Makefile | 1
arch/s390/appldata/appldata_base.c | 4
arch/s390/crypto/crypt_s390.h | 204 ++++-------
arch/s390/hypfs/hypfs_diag.c | 26 -
arch/s390/kernel/compat_linux.c | 5
arch/s390/kernel/compat_wrapper.S | 442 ++++++++++++------------
arch/s390/kernel/cpcmd.c | 83 ++---
arch/s390/kernel/entry.S | 469 +++++++++++++------------
arch/s390/kernel/entry64.S | 443 ++++++++++++------------
arch/s390/kernel/head.S | 624 +++++++++++++++++-----------------
arch/s390/kernel/head64.S | 432 ++++++++++++-----------
arch/s390/kernel/ipl.c | 21 -
arch/s390/kernel/process.c | 5
arch/s390/kernel/reipl.S | 75 ++--
arch/s390/kernel/reipl64.S | 93 ++---
arch/s390/kernel/relocate_kernel.S | 74 ++--
arch/s390/kernel/relocate_kernel64.S | 82 ++--
arch/s390/kernel/semaphore.c | 22 +
arch/s390/kernel/setup.c | 2
arch/s390/kernel/smp.c | 73 +---
arch/s390/kernel/time.c | 10 -
arch/s390/kernel/traps.c | 3
arch/s390/lib/Makefile | 1
arch/s390/lib/delay.c | 11 -
arch/s390/lib/div64.c | 151 ++++++++
arch/s390/lib/uaccess_mvcos.c | 22 +
arch/s390/lib/uaccess_std.c | 36 +-
arch/s390/math-emu/math.c | 126 +++----
arch/s390/math-emu/sfp-util.h | 73 ++--
arch/s390/mm/extmem.c | 16 -
arch/s390/mm/fault.c | 35 +-
arch/s390/mm/init.c | 41 +-
drivers/s390/block/dasd_diag.c | 34 --
drivers/s390/block/xpram.c | 54 +--
drivers/s390/char/fs3270.c | 1
drivers/s390/char/sclp.c | 31 --
drivers/s390/char/tty3270.c | 1
drivers/s390/char/vmwatchdog.c | 52 +--
drivers/s390/cio/device_id.c | 38 +-
drivers/s390/cio/ioasm.h | 220 ++++--------
drivers/s390/cio/qdio.h | 192 +++-------
drivers/s390/net/iucv.c | 39 +-
drivers/s390/s390mach.c | 93 +++--
include/asm-s390/appldata.h | 2
include/asm-s390/atomic.h | 120 +++++--
include/asm-s390/bitops.h | 626 ++++++++++++++++------------------
include/asm-s390/byteorder.h | 50 +--
include/asm-s390/checksum.h | 176 +++-------
include/asm-s390/div64.h | 48 ---
include/asm-s390/ebcdic.h | 20 +
include/asm-s390/io.h | 14 -
include/asm-s390/irqflags.h | 110 ++++--
include/asm-s390/lowcore.h | 2
include/asm-s390/page.h | 111 ++----
include/asm-s390/pgtable.h | 28 +-
include/asm-s390/processor.h | 130 ++++---
include/asm-s390/ptrace.h | 2
include/asm-s390/rwsem.h | 238 ++++++-------
include/asm-s390/semaphore.h | 16 -
include/asm-s390/sfp-machine.h | 64 ++-
include/asm-s390/sigp.h | 65 ++--
include/asm-s390/smp.h | 2
include/asm-s390/spinlock.h | 27 +
include/asm-s390/string.h | 56 ++-
include/asm-s390/system.h | 342 +++++++------------
include/asm-s390/timex.h | 19 +
include/asm-s390/tlbflush.h | 32 +-
include/asm-s390/uaccess.h | 13 -
include/asm-s390/unistd.h | 258 +++++++-------
70 files changed, 3335 insertions(+), 3708 deletions(-)
create mode 100644 arch/s390/lib/div64.c
Akinobu Mita:
[S390] init task memory faults.
Christian Borntraeger:
[S390] remove unnecessary includes.
[S390] config option for z9-109 code generation.
Gerald Schaefer:
[S390] Avoid static struct initializations in appldata.
Heiko Carstens:
[S390] Whitespace cleanup.
Jan Glauber:
[S390] init_timer in tty3270.
Martin Schwidefsky:
[S390] __div64_32 for 31 bit.
[S390] user readable uninitialised kernel memory.
[S390] Inline assembly cleanup.
Michael Holzheu:
[S390] hypfs sparse warnings.
Again no diff, this time it has 11000 lines ..
next reply other threads:[~2006-09-28 15:55 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-28 15:55 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-10-12 14:22 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-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=20060928155529.GA21310@skybase \
--to=schwidefsky@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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).