summaryrefslogtreecommitdiffstats
path: root/arch/s390/net (unfollow)
Commit message (Expand)AuthorFilesLines
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/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
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich1-0/+2
2021-07-08s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger2-11/+65
2021-07-05s390/AP: support new dynamic AP bus size limitHarald Freudenberger10-66/+116
2021-07-05s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens1-1/+1
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter6-1223/+1016
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev4-54/+78
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov3-1/+6
2021-07-05s390/mcck: keep machine check interruption codes sortedAlexander Gordeev1-1/+1
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev3-26/+36
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/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber listHeiko Carstens1-1/+1
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank4-1/+44
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang1-7/+2
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen2-14/+1
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren1-3/+0
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren1-5/+7
2021-07-03Revert "ALSA: usb-audio: Reduce latency at playback start"Linus Torvalds1-9/+5
2021-07-02i2c: ali1535: mention that the device should not be disabledWolfram Sang1-0/+5
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham1-0/+2
2021-07-01perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini1-1/+4
2021-07-01perf annotate: Allow 's' on source code linesRiccardo Mancini1-3/+29
2021-07-01perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter3-2/+41
2021-07-01perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter3-2/+18