summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-27s390/cio: remove unused include linux/spinlock.h from cio.hAlexander Egorenkov1-0/+2
2021-07-21Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-3/+6
2021-07-20s390/cpumf: fix semicolon.cocci warningskernel test robot1-1/+1
2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2-2/+4
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-12s390/vdso32: add vdso32.lds to targetsSven Schnelle1-0/+1
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds31-1449/+1598
2021-07-08s390: preempt: Fix preempt_count initializationValentin Schneider2-0/+2
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens2-2/+2
2021-07-08s390/smp: use call_on_stack() macroHeiko Carstens1-4/+8
2021-07-08s390/kexec: use call_on_stack() macroHeiko Carstens1-1/+2
2021-07-08s390/irq: use call_on_stack() macroHeiko Carstens1-3/+5
2021-07-08s390/irq: simplify on_async_stack()Heiko Carstens1-1/+1
2021-07-08s390/irq: inline do_softirq_own_stack()Heiko Carstens1-8/+0
2021-07-08s390/irq: simplify do_softirq_own_stack()Heiko Carstens1-11/+1
2021-07-08s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle1-1/+2
2021-07-08s390: move restart of execve() syscallSven Schnelle1-15/+12
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle2-12/+2
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle4-31/+31
2021-07-08s390: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle11-16/+338
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle1-1/+1
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2-0/+20
2021-07-08s390/vdso: always enable vdsoSven Schnelle1-17/+4
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich1-0/+2
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter4-1200/+1002
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev3-52/+78
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov1-1/+3
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev2-26/+32
2021-07-05s390/mcck: always enter C handler with DAT enabledAlexander Gordeev2-32/+32
2021-07-05s390/mcck: optimize user mode check in case of !CONFIG_KVMAlexander Gordeev1-2/+4
2021-07-05s390/entry.S: factor out SIEEXIT macroAlexander Gordeev1-16/+12
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank1-0/+10
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang1-7/+2
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds22-353/+206
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song1-5/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2021-06-28s390/speculation: Use statically initialized const for instructionsKees Cook1-1/+2
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle1-3/+9
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle1-0/+1
2021-06-21s390: fix system call restart with multiple signalsSven Schnelle1-1/+0
2021-06-18s390/ipl: use register pair instead of register asmHeiko Carstens1-6/+8
2021-06-18s390/sysinfo: get rid of register asmHeiko Carstens1-8/+11
2021-06-18s390/cpcmd: use register pair instead of register asmHeiko Carstens1-20/+22
2021-06-18s390/sthyi: use register pair instead of register asmHeiko Carstens1-7/+6