summary refs log tree commit diff
path: root/arch
AgeCommit message (Expand)Author
2018-07-04s390/pci: add fmt3 fmbSebastian Ott
2018-07-02s390/decompressor: support extra debug flagsVasily Gorbik
2018-07-02s390/build: add *.o.chkbss files to targets listVasily 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/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens
2018-07-02s390/tools: fix gcc 8 stringop-truncation warningsVasily Gorbik
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik
2018-07-02s390: align struct lowcore to double page sizeVasily Gorbik
2018-07-02s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik
2018-07-02s390: move _text to an actual .text startVasily Gorbik
2018-07-02s390: correct _stext offsetVasily Gorbik
2018-07-02s390: get rid of the first mb of uncompressed imageVasily Gorbik
2018-07-02s390: remove unused _ehead symbolVasily Gorbik
2018-07-02s390: put expoline execute-trampolines into .text sectionVasily Gorbik
2018-07-02s390/decompressor: discard ___kcrctab sectionVasily Gorbik
2018-07-02s390/perf: fix gcc 8 array-bounds warningVasily Gorbik
2018-07-02s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik
2018-07-02s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik
2018-06-25Merge branch 'zcrypt' into featuresMartin Schwidefsky
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger
2018-06-25s390/setup: do not reserve the decompressor codeVasily Gorbik
2018-06-25s390: hypfs: use ktime_get_seconds() instead of get_seconds()Arnd Bergmann
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: add custom target and make path extension optional for .bss checkVasily 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-06-25s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik
2018-06-25s390: disable asm code expolines if cc does not support itVasily Gorbik
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-24Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel