aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02s390/decompressor: support extra debug flagsVasily Gorbik1-0/+4
2018-07-02s390/build: add *.o.chkbss files to targets listVasily Gorbik1-2/+6
2018-07-02s390/decompressor: avoid packing *.o.chkbss files into startup.aVasily Gorbik1-1/+1
2018-07-02s390/decompressor: avoid constant startup.a rebuildsVasily Gorbik1-1/+1
2018-07-02s390/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens1-0/+4
2018-07-02s390/tools: fix gcc 8 stringop-truncation warningsVasily Gorbik1-2/+2
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik3-3/+16
2018-07-02s390: align struct lowcore to double page sizeVasily Gorbik1-1/+1
2018-07-02s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik1-1/+3
2018-07-02s390: move _text to an actual .text startVasily Gorbik1-6/+1
2018-07-02s390: correct _stext offsetVasily Gorbik2-25/+16
2018-07-02s390: get rid of the first mb of uncompressed imageVasily Gorbik3-13/+5
2018-07-02s390: remove unused _ehead symbolVasily Gorbik2-4/+0
2018-07-02s390: put expoline execute-trampolines into .text sectionVasily Gorbik1-0/+1
2018-07-02s390/decompressor: discard ___kcrctab sectionVasily Gorbik1-0/+1
2018-07-02s390/perf: fix gcc 8 array-bounds warningVasily Gorbik1-4/+2
2018-07-02s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik2-5/+3
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik1-2/+2
2018-06-25Merge branch 'zcrypt' into featuresMartin Schwidefsky1-27/+257
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger1-27/+257
2018-06-25s390/setup: do not reserve the decompressor codeVasily Gorbik2-2/+3
2018-06-25s390: hypfs: use ktime_get_seconds() instead of get_seconds()Arnd Bergmann1-3/+3
2018-06-25s390/decompressor: support uncompressed kernelVasily Gorbik5-6/+19
2018-06-25s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik1-7/+7
2018-06-25s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik3-2/+3
2018-06-25s390/decompressor: extend .bss check for early codeVasily Gorbik2-0/+8
2018-06-25s390: add custom target and make path extension optional for .bss checkVasily Gorbik1-1/+6
2018-06-25s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik1-2/+3
2018-06-25s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik3-38/+5
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik4-9/+15
2018-06-25s390/als: avoid .init.* sections usageVasily Gorbik1-10/+9
2018-06-25s390/decompressor: rename entry point to startup_decompressorVasily Gorbik2-5/+2
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik10-32/+38
2018-06-25s390/decompressor: trim the kernel image up to 1MVasily Gorbik3-5/+5
2018-06-25s390: remove uncompressed kernel image buildVasily Gorbik2-9/+4
2018-06-25s390/decompressor: correct build flagsVasily Gorbik2-12/+21
2018-06-25s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik1-7/+0
2018-06-25s390: disable asm code expolines if cc does not support itVasily Gorbik2-2/+3
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann1-1/+0
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-30/+32
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds11-14/+17
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook5-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-5/+8
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-66/+99
2018-06-12s390/cio: sanitize css_general_characteristics definitionSebastian Ott1-30/+32
2018-06-07s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-256/+13