summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-114-5/+3
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-203-4/+2
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-12/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-12/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+4
|\ \
| * | include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-0/+4
* | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-7/+4
|\ \ \
| * | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-7/+4
* | | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0662-493/+916
|\ \ \ \
| * | | | s390: make command line configurableSven Schnelle2021-10-263-11/+9
| * | | | s390: support command lines longer than 896 bytesSven Schnelle2021-10-267-34/+39
| * | | | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-263-18/+2
| * | | | s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle2021-10-261-2/+23
| * | | | s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens2021-10-261-1/+1
| * | | | s390/string: use generic strlcpyHeiko Carstens2021-10-262-28/+0
| * | | | s390/string: use generic strrchrHeiko Carstens2021-10-262-21/+0
| * | | | s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter2021-10-261-78/+150
| * | | | s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng2021-10-261-1/+1
| * | | | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-2611-24/+87
| * | | | s390: introduce nospec_uses_trampoline()Sven Schnelle2021-10-264-5/+10
| * | | | s390: rename last_break to pgm_last_breakSven Schnelle2021-10-265-6/+6
| * | | | s390/ptrace: add last_break member to pt_regsSven Schnelle2021-10-263-2/+3
| * | | | s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-262-0/+2
| * | | | s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev2021-10-261-1/+1
| * | | | s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev2021-10-261-5/+2
| * | | | s390/setup: use virtual address for STSI instructionAlexander Gordeev2021-10-261-4/+2
| * | | | s390/cpcmd: use physical address for command and responseAlexander Gordeev2021-10-261-3/+3
| * | | | s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2021-10-262-8/+8
| * | | | Merge branch 'fixes' into featuresVasily Gorbik2021-10-265-16/+52
| |\ \ \ \
| * | | | | s390: update defconfigsHeiko Carstens2021-10-192-3/+13
| * | | | | samples: add s390 support for ftrace direct call samplesHeiko Carstens2021-10-191-0/+1
| * | | | | s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens2021-10-191-0/+1
| * | | | | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens2021-10-193-6/+30
| * | | | | s390/cmm: use string_upper() instead of open coded variantAndy Shevchenko2021-10-111-7/+4
| * | | | | s390/ptrace: add function argument access APIHeiko Carstens2021-10-112-0/+20
| * | | | | s390/ptrace: fix coding styleHeiko Carstens2021-10-111-2/+1
| * | | | | s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens2021-10-112-13/+29
| * | | | | s390/ftrace: add ftrace_instruction_pointer_set() helper functionHeiko Carstens2021-10-112-3/+9
| * | | | | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportHeiko Carstens2021-10-112-0/+10
| * | | | | s390/jump_label: add __init_or_module annotationHeiko Carstens2021-10-111-2/+3
| * | | | | s390/jump_label: rename __jump_label_transform()Heiko Carstens2021-10-111-6/+6
| * | | | | s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens2021-10-112-0/+15
| * | | | | s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens2021-10-111-0/+2
| * | | | | s390/ftrace: use text_poke_sync_lock()Heiko Carstens2021-10-111-6/+6
| * | | | | s390/jump_label: use text_poke_sync()Heiko Carstens2021-10-111-6/+2
| * | | | | s390: introduce text_poke_sync()Heiko Carstens2021-10-112-0/+36
| * | | | | s390/barrier: factor out bcr_serialize()Heiko Carstens2021-10-111-10/+14
| * | | | | s390/test_unwind: convert to KUnitMete Durlu2021-10-112-73/+98