summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-3/+3
|\
| * kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-1417-667/+186Star
|\ \
| * | s390/kdump: Fix elfcorehdr size calculationPhilipp Rudo2018-07-311-6/+98
| * | s390/cpum_sf: save TOD clock base in SDBs for time conversionHendrik Brueckner2018-07-311-1/+13
| * | s390: vdso_fault return typeSouptick Joarder2018-07-231-1/+1
| * | s390: detect etoken facilityMartin Schwidefsky2018-07-182-1/+13
| * | s390/topology: correct topology mode proc handlerVasily Gorbik2018-07-061-25/+18Star
| * | s390/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens2018-07-021-0/+4
| * | s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik2018-07-021-0/+12
| * | s390: move _text to an actual .text startVasily Gorbik2018-07-021-6/+1Star
| * | s390: correct _stext offsetVasily Gorbik2018-07-022-25/+16Star
| * | s390: get rid of the first mb of uncompressed imageVasily Gorbik2018-07-022-2/+1Star
| * | s390: remove unused _ehead symbolVasily Gorbik2018-07-021-2/+0Star
| * | s390: put expoline execute-trampolines into .text sectionVasily Gorbik2018-07-021-0/+1
| * | s390/perf: fix gcc 8 array-bounds warningVasily Gorbik2018-07-021-4/+2Star
| * | s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik2018-07-021-2/+1Star
| * | s390/setup: do not reserve the decompressor codeVasily Gorbik2018-06-251-2/+2
| * | s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik2018-06-257-592/+5Star
| * | s390/decompressor: trim the kernel image up to 1MVasily Gorbik2018-06-251-1/+1
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-141-5/+10
|\ \ \
| * | | s390/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-13/+0Star
| * | | s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin2018-07-201-0/+18
| | |/ | |/|
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-254-3/+11
|\| |
| * | s390: wire up rseq system callHeiko Carstens2018-07-044-1/+8
| * | s390: wire up io_pgetevents system callHeiko Carstens2018-07-041-0/+1
| |/
| * s390: Correct register corruption in critical section cleanupChristian Borntraeger2018-06-251-2/+2
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-3/+4
* | s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu2018-06-211-20/+0Star
* | s390/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-57/+2Star
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-132-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-057-96/+93Star
|\
| * s390: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-231-2/+2
| * s390: remove closung punctuation from spectre messagesMartin Schwidefsky2018-05-091-2/+2
| * s390: introduce compile time check for empty .bss sectionVasily Gorbik2018-05-091-0/+3
| * s390/early: move functions which may not access bss section to extra fileHeiko Carstens2018-05-095-61/+86
| * s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens2018-05-091-2/+3
| * s390/early: get rid of memmove_earlyHeiko Carstens2018-05-091-33/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-23/+6Star
|\ \
| * | signal/s390: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-26/+6Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+4
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-26/+2Star
|\ \ \ | |_|/ |/| |
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1Star
| * | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-13/+1Star
* | | s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner2018-05-081-0/+4
* | | s390: extend expoline to BC instructionsMartin Schwidefsky2018-05-071-5/+20
* | | s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky2018-05-071-3/+2Star
* | | s390: move spectre sysfs attribute codeMartin Schwidefsky2018-05-073-19/+22