summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-31s390/kdump: Fix elfcorehdr size calculationPhilipp Rudo1-6/+98
2018-07-31s390/cpum_sf: save TOD clock base in SDBs for time conversionHendrik Brueckner1-1/+13
2018-07-23s390: vdso_fault return typeSouptick Joarder1-1/+1
2018-07-18s390: detect etoken facilityMartin Schwidefsky2-1/+13
2018-07-06s390/topology: correct topology mode proc handlerVasily Gorbik1-25/+18
2018-07-02s390/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens1-0/+4
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik1-0/+12
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 Gorbik2-2/+1
2018-07-02s390: remove unused _ehead symbolVasily Gorbik1-2/+0
2018-07-02s390: put expoline execute-trampolines into .text 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 Gorbik1-2/+1
2018-06-25s390/setup: do not reserve the decompressor codeVasily Gorbik1-2/+2
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik7-592/+5
2018-06-25s390/decompressor: trim the kernel image up to 1MVasily Gorbik1-1/+1
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook2-3/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+5
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-96/+93
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-26/+2
2018-05-23s390: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2018-05-09s390: remove closung punctuation from spectre messagesMartin Schwidefsky1-2/+2
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik1-0/+3
2018-05-09s390/early: move functions which may not access bss section to extra fileHeiko Carstens5-61/+86
2018-05-09s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens1-2/+3
2018-05-09s390/early: get rid of memmove_earlyHeiko Carstens1-33/+1
2018-05-08s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner1-0/+4
2018-05-07s390: extend expoline to BC instructionsMartin Schwidefsky1-5/+20
2018-05-07s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky1-3/+2
2018-05-07s390: move spectre sysfs attribute codeMartin Schwidefsky3-19/+22
2018-05-07s390/kernel: use expoline for indirect branchesMartin Schwidefsky3-16/+25
2018-05-07s390/ftrace: use expoline for indirect branchesMartin Schwidefsky2-5/+10
2018-05-07s390: move expoline assembler macros to a headerMartin Schwidefsky1-81/+24
2018-04-25signal/s390: Use force_sig_fault where appropriateEric W. Biederman1-26/+6
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+4
2018-04-23s390: correct module section names for expoline code revertMartin Schwidefsky1-2/+2
2018-04-23s390: update sampling tag after task pid changeMartin Schwidefsky1-0/+10
2018-04-23s390/cpum_cf: rename IBM z13/z14 counter namesAndré Wild1-4/+4
2018-04-23s390/uprobes: implement arch_uretprobe_is_alive()Heiko Carstens1-0/+9
2018-04-16s390: add support for IBM z14 Model ZR1Heiko Carstens2-0/+2
2018-04-16s390/nospec: include cpu.hSebastian Ott1-0/+1
2018-04-16s390/kexec_file: Add ELF loaderPhilipp Rudo3-0/+149
2018-04-16s390/kexec_file: Add crash support to image loaderPhilipp Rudo2-5/+46
2018-04-16s390/kexec_file: Add image loaderPhilipp Rudo3-1/+154