summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-07-08s390: preempt: Fix preempt_count initializationValentin Schneider
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens
2021-07-08s390/smp: use call_on_stack() macroHeiko Carstens
2021-07-08s390/kexec: use call_on_stack() macroHeiko Carstens
2021-07-08s390/irq: use call_on_stack() macroHeiko Carstens
2021-07-08s390/irq: simplify on_async_stack()Heiko Carstens
2021-07-08s390/irq: inline do_softirq_own_stack()Heiko Carstens
2021-07-08s390/irq: simplify do_softirq_own_stack()Heiko Carstens
2021-07-08s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle
2021-07-08s390: move restart of execve() syscallSven Schnelle
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle
2021-07-08s390: convert to setup_initial_init_mm()Kefeng Wang
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle
2021-07-08s390/vdso: always enable vdsoSven Schnelle
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev
2021-07-05s390/mcck: always enter C handler with DAT enabledAlexander Gordeev
2021-07-05s390/mcck: optimize user mode check in case of !CONFIG_KVMAlexander Gordeev
2021-07-05s390/entry.S: factor out SIEEXIT macroAlexander Gordeev
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28s390/speculation: Use statically initialized const for instructionsKees Cook
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle
2021-06-21s390: fix system call restart with multiple signalsSven Schnelle
2021-06-18s390/ipl: use register pair instead of register asmHeiko Carstens
2021-06-18s390/sysinfo: get rid of register asmHeiko Carstens
2021-06-18s390/cpcmd: use register pair instead of register asmHeiko Carstens
2021-06-18s390/sthyi: use register pair instead of register asmHeiko Carstens
2021-06-18s390/diag: use register pair instead of register asmHeiko Carstens
2021-06-18s390/smp: use register pair instead of register asmHeiko Carstens
2021-06-18s390/debug: Remove pointer obfuscationPeter Oberparleiter
2021-06-18s390/setup: cleanup reserve/remove_oldmemVasily Gorbik
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik
2021-06-18sched: Introduce task_is_running()Peter Zijlstra