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/defconfig | 131 ++++++++----- arch/s390/kernel/ipl.c | 2 + arch/s390/kernel/process.c | 18 ++- arch/s390/kernel/smp.c | 65 ++++++- arch/s390/lib/uaccess_pt.c | 90 +++------ arch/s390/mm/Makefile | 2 +- arch/s390/mm/init.c | 32 ++-- arch/s390/mm/pgtable.c | 94 +++++++++ arch/s390/mm/vmem.c | 53 ++++-- drivers/s390/char/raw3270.c | 26 +-- drivers/s390/char/tape_class.c | 19 +-- drivers/s390/char/tape_class.h | 4 +- drivers/s390/char/vmlogrdr.c | 15 +- drivers/s390/cio/chp.c | 12 +- drivers/s390/cio/css.c | 9 + include/asm-s390/cpu.h | 25 +++ include/asm-s390/mmu_context.h | 50 +++--- include/asm-s390/page.h | 4 + include/asm-s390/pgalloc.h | 250 ++++++++--------------- include/asm-s390/pgtable.h | 429 +++++++++++++++++++++------------------- include/asm-s390/processor.h | 20 +-- include/asm-s390/tlb.h | 129 +++++++++++- include/asm-s390/tlbflush.h | 152 ++++++--------- 23 files changed, 918 insertions(+), 713 deletions(-) create mode 100644 arch/s390/mm/pgtable.c create mode 100644 include/asm-s390/cpu.h Cornelia Huck (3): [S390] cio: Use to_channelpath() for device to channel path conversion. [S390] cio: Fix incomplete commit for uevent suppression. [S390] struct class_device -> struct device conversion. Heiko Carstens (1): [S390] Add per-cpu idle time / idle count sysfs attributes. Martin Schwidefsky (6): [S390] Update default configuration. [S390] tlb flush fix. [S390] Remove unused user_seg from thread structure. [S390] Introduce follow_table in uaccess_pt.c [S390] Cleanup page table definitions. [S390] 4level-fixup cleanup Michael Holzheu (1): [S390] kernel: Fix dump on panic for DASDs under LPAR. - To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html