aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-14/+27
2019-03-28s390/cpumf: Fix warning from check_processor_idThomas Richter1-6/+13
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport3-1/+23
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+5
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport2-0/+6
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-03-06s390/vtime: steal time exponential moving averageMartin Schwidefsky2-8/+14
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+61
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds19-804/+1133
2019-03-01s390/suspend: fix prefix register reset in swsusp_arch_resumeMartin Schwidefsky1-3/+3
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik1-2/+0
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-2/+2
2019-02-22Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini1-0/+1
2019-02-22s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservationThomas Richter1-1/+3
2019-02-22s390/cpum_cf_diag: Add support for s390 counter facility diagnostic traceThomas Richter2-0/+694
2019-02-22s390/cpum_cf: move common functions into a separate fileHendrik Brueckner3-182/+206
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner1-3/+17
2019-02-22s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner1-2/+2
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alertsHendrik Brueckner1-0/+18
2019-02-22s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header fileHendrik Brueckner1-9/+2
2019-02-22s390/cpum_cf: rename per-CPU counter facility structure and variablesHendrik Brueckner1-20/+20
2019-02-22s390/cpum_cf: prepare for in-kernel counter measurementsHendrik Brueckner1-6/+26
2019-02-22s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner2-42/+4
2019-02-20s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky1-7/+6
2019-02-20s390/setup: fix early warning messagesMartin Schwidefsky1-9/+23
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-26/+46
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner6-569/+175
2019-02-07s390: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-02-07s390: remove dead codeGerald Schaefer1-2/+0
2019-02-07s390/setup: remove obsolete #ifdefGerald Schaefer1-9/+0
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier1-3/+3
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller1-0/+1
2019-01-28s390: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-10/+0
2019-01-28s390/setup: set control program code via diag 318Collin Walling2-0/+22
2019-01-28s390/suspend: fix stack setup in swsusp_arch_suspendMartin Schwidefsky1-2/+2
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+3
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+12
2019-01-18s390: remove compat_wrapper.cArnd Bergmann3-326/+140
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann3-21/+11
2019-01-18s390: use generic UID16 implementationArnd Bergmann3-252/+34
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2-2/+4
2019-01-18s390: open-code s390_personality syscallArnd Bergmann1-2/+5
2019-01-11s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand1-1/+6
2019-01-11s390/vdso: correct vdso mapping for compat tasksVasily Gorbik1-3/+2
2019-01-11s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer1-0/+4