aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2-6/+4
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-44/+34
2018-08-23s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-21s390: remove gcc version check (4.3 or newer)Heiko Carstens1-8/+0
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+2
2018-08-16s390/kdump: Remove kzalloc_panicPhilipp Rudo1-15/+12
2018-08-16s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo1-5/+12
2018-08-16s390/kdump: Make elfcorehdr size calculation ABI compliantPhilipp Rudo1-16/+10
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds17-667/+186
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+10
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-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada1-3/+3
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-3/+11
2018-07-23s390: vdso_fault return typeSouptick Joarder1-1/+1
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-1/+1
2018-07-20s390/time: Remove read_boot_clock64()Pavel Tatashin1-13/+0
2018-07-20s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin1-0/+18
2018-07-18s390: detect etoken facilityMartin Schwidefsky2-1/+13
2018-07-06s390/topology: correct topology mode proc handlerVasily Gorbik1-25/+18
2018-07-04s390: wire up rseq system callHeiko Carstens4-1/+8
2018-07-04s390: wire up io_pgetevents system callHeiko Carstens1-0/+1
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-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-3/+4
2018-06-21s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu1-20/+0
2018-06-21s390/kprobes: Remove jprobe implementationMasami Hiramatsu1-57/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+5
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-96/+93
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-23/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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