aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng1-1/+1
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle11-24/+87
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle4-5/+10
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle5-6/+6
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle3-2/+3
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2-0/+2
2021-10-26s390/setup: convert start and end initrd pointers to virtualAlexander Gordeev1-1/+1
2021-10-26s390/setup: use physical pointers for memblock_reserve()Alexander Gordeev1-5/+2
2021-10-26s390/setup: use virtual address for STSI instructionAlexander Gordeev1-4/+2
2021-10-26s390/cpcmd: use physical address for command and responseAlexander Gordeev1-3/+3
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2-8/+8
2021-10-26Merge branch 'fixes' into featuresVasily Gorbik5-16/+52
2021-10-19s390: update defconfigsHeiko Carstens2-3/+13
2021-10-19samples: add s390 support for ftrace direct call samplesHeiko Carstens1-0/+1
2021-10-19samples: add HAVE_SAMPLE_FTRACE_DIRECT config optionHeiko Carstens1-0/+1
2021-10-19s390: make STACK_FRAME_OVERHEAD available via asm-offsets.hHeiko Carstens1-0/+1
2021-10-19s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens3-6/+30
2021-10-12s390: fix strrchr() implementationRoberto Sassu1-8/+7
2021-10-11s390/cmm: use string_upper() instead of open coded variantAndy Shevchenko1-7/+4
2021-10-11s390/ptrace: add function argument access APIHeiko Carstens2-0/+20
2021-10-11s390/ptrace: fix coding styleHeiko Carstens1-2/+1
2021-10-11s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens2-13/+29
2021-10-11s390/ftrace: add ftrace_instruction_pointer_set() helper functionHeiko Carstens2-3/+9
2021-10-11s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportHeiko Carstens2-0/+10
2021-10-11s390/jump_label: add __init_or_module annotationHeiko Carstens1-2/+3
2021-10-11s390/jump_label: rename __jump_label_transform()Heiko Carstens1-6/+6
2021-10-11s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens2-0/+15
2021-10-11s390/ftrace: add missing serialization for graph caller patchingHeiko Carstens1-0/+2
2021-10-11s390/ftrace: use text_poke_sync_lock()Heiko Carstens1-6/+6
2021-10-11s390/jump_label: use text_poke_sync()Heiko Carstens1-6/+2
2021-10-11s390: introduce text_poke_sync()Heiko Carstens2-0/+36
2021-10-11s390/barrier: factor out bcr_serialize()Heiko Carstens1-10/+14
2021-10-11s390/test_unwind: convert to KUnitMete Durlu2-73/+98
2021-10-11s390/debug: fix kernel-doc warningsRandy Dunlap1-1/+1
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev5-13/+20
2021-10-04s390/boot: initialize control registers in decompressorAlexander Gordeev2-18/+17
2021-10-04kprobes: add testcases for s390Sven Schnelle6-0/+145
2021-10-04s390/ftrace: add FTRACE_GEN_NOP_ASM macroSven Schnelle1-0/+28
2021-10-04s390/pci: add simpler s390dbf traces for eventsNiklas Schnelle1-0/+4
2021-10-04s390/pci: tolerate inconsistent handle in recoverNiklas Schnelle1-0/+8
2021-10-04s390/kprobes: add sanity checkSven Schnelle1-1/+47
2021-10-04s390/ftrace: remove dead codeHeiko Carstens1-80/+6
2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle3-7/+44
2021-10-04bpf, s390: Fix potential memory leak about jit_dataTiezhu Yang1-1/+1
2021-10-03kvm: fix objtool relocation warningLinus Torvalds1-1/+0
2021-10-03Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-14/+19
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-32/+91