summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2018-07-17s390/chsc: fix packed-not-aligned warningsSebastian Ott1-5/+5
2018-07-16s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2018-07-16s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik1-6/+1
2018-07-16Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar7-3/+17
2018-07-08crypto: aead - remove useless setting of type flagsEric Biggers1-1/+0
2018-07-08crypto: shash - remove useless setting of type flagsEric Biggers4-6/+0
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-3/+16
2018-07-06s390/appldata: reuse generic proc handler functionsVasily Gorbik1-76/+45
2018-07-06s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik1-35/+32
2018-07-06s390/topology: correct topology mode proc handlerVasily Gorbik1-25/+18
2018-07-06s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik1-1/+1
2018-07-06s390/purgatory: Remove duplicate variable definitionsPhilipp Rudo4-42/+20
2018-07-06s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo1-3/+3
2018-07-06s390/purgatory: Fix crash with expoline enabledPhilipp Rudo1-0/+1
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-07-04s390/pci: add fmt3 fmbSebastian Ott2-0/+13
2018-07-04s390: wire up rseq system callHeiko Carstens5-1/+9
2018-07-04s390: wire up io_pgetevents system callHeiko Carstens1-0/+1
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-30/+32
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/mm: fix refcount usage for 4K pgsteEric Farman1-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-29bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann1-0/+1
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