summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
AgeCommit message (Expand)Author
2019-11-24s390/kasan: avoid instrumentation of early C codeVasily Gorbik
2018-11-27s390/decompressor: add missing FORCE to build targetsVasily Gorbik
2018-07-02s390/decompressor: avoid packing *.o.chkbss files into startup.aVasily Gorbik
2018-07-02s390/decompressor: avoid constant startup.a rebuildsVasily Gorbik
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik
2018-07-02s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik
2018-07-02s390: get rid of the first mb of uncompressed imageVasily Gorbik
2018-07-02s390/decompressor: discard ___kcrctab sectionVasily Gorbik
2018-06-25s390/decompressor: support uncompressed kernelVasily Gorbik
2018-06-25s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik
2018-06-25s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik
2018-06-25s390/decompressor: extend .bss check for early codeVasily Gorbik
2018-06-25s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik
2018-06-25s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik
2018-06-25s390/als: avoid .init.* sections usageVasily Gorbik
2018-06-25s390/decompressor: rename entry point to startup_decompressorVasily Gorbik
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik
2018-06-25s390/decompressor: trim the kernel image up to 1MVasily Gorbik
2018-06-25s390: remove uncompressed kernel image buildVasily Gorbik
2018-06-25s390/decompressor: correct build flagsVasily Gorbik
2018-04-16s390/boot: remove unused COMPILE_VERSION and ccflags-yVasily Gorbik
2018-04-16s390/decompressor: Ignore file vmlinux.bin.fullThomas Richter
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik
2018-03-18s390/decompressor: trim uncompressed image head during the buildVasily Gorbik
2018-02-27s390: unify linker symbols usageVasily Gorbik
2018-02-27s390/decompressor: discard __ex_table sectionVasily Gorbik
2018-01-23s390/decompressor: discard __ksymtab and .eh_frame sectionsVasily Gorbik
2018-01-23s390/decompressor: swap .text and .rodata.compressed sectionsVasily Gorbik
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky
2017-11-24s390: Remove redundant license textGreg Kroah-Hartman
2017-11-24s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26s390/decompressor: remove informational messagesMartin Schwidefsky
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens
2017-03-22s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens
2017-02-08s390/sclp: move early printk code to driversHeiko Carstens
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle
2016-11-23s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens
2016-09-20s390: enable UBSANChristian Borntraeger
2016-08-08s390: clarify compressed image code pathSascha Silbe
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-31s390/als: convert architecture level set code to CHeiko Carstens
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann
2016-06-28s390: enable kcov supportHeiko Carstens
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada