Linux/linux c2d94c5arch/s390 Kconfig defconfig, arch/s390/boot Makefile

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes and kexec-file-load from Martin Schwidefsky:
 "After the common code kexec patches went in via Andrew we can now push
  the architecture parts to implement the kexec-file-load system call.

  Plus a few more bug fixes and cleanups, this includes an update to the
  default configurations"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/signal: cleanup uapi struct sigaction
  s390: rename default_defconfig to debug_defconfig
  s390: remove gcov defconfig
  s390: update defconfig
  s390: add support for IBM z14 Model ZR1
  s390: remove couple of duplicate includes
  s390/boot: remove unused COMPILE_VERSION and ccflags-y
  s390/nospec: include cpu.h
  s390/decompressor: Ignore file vmlinux.bin.full
  s390/kexec_file: add generated files to .gitignore
  s390/Kconfig: Move kexec config options to "Processor type and features"
  s390/kexec_file: Add ELF loader
  s390/kexec_file: Add crash support to image loader
  s390/kexec_file: Add image loader
  s390/kexec_file: Add kexec_file_load system call
  s390/kexec_file: Add purgatory
  s390/kexec_file: Prepare setup.h for kexec_file_load
  s390/smsgiucv: disable SMSG on module unload
  s390/sclp: avoid potential usage of uninitialized value
DeltaFile
+731-0arch/s390/configs/debug_defconfig
+0-721arch/s390/configs/default_defconfig
+0-661arch/s390/configs/gcov_defconfig
+279-0arch/s390/purgatory/head.S
+245-0arch/s390/kernel/machine_kexec_file.c
+147-0arch/s390/kernel/kexec_elf.c
+76-0arch/s390/kernel/kexec_image.c
+42-0arch/s390/purgatory/purgatory.c
+27-13arch/s390/include/asm/setup.h
+37-0arch/s390/purgatory/Makefile
+24-8arch/s390/Kconfig
+16-7arch/s390/include/uapi/asm/signal.h
+23-0arch/s390/include/asm/kexec.h
+15-5arch/s390/configs/performance_defconfig
+17-0arch/s390/include/asm/purgatory.h
+11-2arch/s390/defconfig
+0-6arch/s390/boot/Makefile
+5-0arch/s390/kernel/asm-offsets.c
+3-0arch/s390/kernel/Makefile
+2-0arch/s390/purgatory/.gitignore
+1-1drivers/s390/net/smsgiucv.c
+1-1drivers/s390/char/sclp_early_core.c
+1-0arch/s390/kernel/compat_wrapper.c
+1-0arch/s390/boot/compressed/.gitignore
+1-0arch/s390/Kbuild
+1-0arch/s390/kernel/nospec-branch.c
+1-0arch/s390/kernel/perf_cpum_cf_events.c
+1-0arch/s390/kernel/setup.c
+1-0arch/s390/kernel/syscalls/syscall.tbl
+0-1drivers/s390/block/dasd_diag.c
+0-1drivers/s390/net/qeth_l2_main.c
+1,709-1,42731 files

UnifiedSplitRaw