aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18s390/pci: fix use after free of zpci_devNiklas Schnelle2-0/+11
2021-08-05Merge tag 's390-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-2/+7
2021-08-03s390: update defconfigsHeiko Carstens2-2/+2
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+5
2021-07-30s390/boot: fix zstd build for -march=z900Vasily Gorbik2-0/+3
2021-07-30s390/vdso: add .got.plt in vdso linker scriptSumanth Korikkar2-0/+2
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-27/+27
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+5
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+5
2021-07-27KVM: s390: restore old debugfs namesChristian Borntraeger3-27/+27
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2021-07-21Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-37/+49
2021-07-20s390: update defconfigsHeiko Carstens3-17/+34
2021-07-20s390/cpumf: fix semicolon.cocci warningskernel test robot1-1/+1
2021-07-20s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov1-15/+4
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2021-07-15s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King1-1/+1
2021-07-15s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik3-2/+5
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-07-12s390/defconfig: allow early device mapper disksChristian Borntraeger2-2/+4
2021-07-12s390/vdso32: add vdso32.lds to targetsSven Schnelle1-0/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds55-1651/+1971
2021-07-08s390: preempt: Fix preempt_count initializationValentin Schneider3-12/+6
2021-07-08s390/linkage: increase asm symbols alignment to 16Vasily Gorbik1-1/+1
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens3-3/+3
2021-07-08s390: add type checking to CALL_ON_STACK_NORETURN() macroHeiko Carstens1-1/+3
2021-07-08s390: remove old CALL_ON_STACK() macroHeiko Carstens1-37/+0
2021-07-08s390/softirq: use call_on_stack() macroHeiko Carstens1-1/+1
2021-07-08s390/lib: use call_on_stack() macroHeiko Carstens1-2/+3
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/mm: use call_on_stack() macroHeiko Carstens1-4/+9
2021-07-08s390: introduce proper type handling call_on_stack() macroHeiko Carstens1-0/+97
2021-07-08s390/irq: simplify on_async_stack()Heiko Carstens1-1/+1
2021-07-08s390/irq: inline do_softirq_own_stack()Heiko Carstens2-8/+13
2021-07-08s390/irq: simplify do_softirq_own_stack()Heiko Carstens1-11/+1
2021-07-08s390/ap: get rid of register asm in ap_dqap()Harald Freudenberger1-18/+24
2021-07-08s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle3-11/+12
2021-07-08s390: move restart of execve() syscallSven Schnelle2-15/+20
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle4-36/+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 Schnelle16-25/+371
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle2-2/+2
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2-0/+20
2021-07-08s390/vdso: always enable vdsoSven Schnelle2-24/+8
2021-07-08s390/ap: get rid of register asmHeiko Carstens1-63/+87
2021-07-08s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACKSven Schnelle1-1/+0