aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu1-2/+2
2022-04-25s390/vdso: add vdso randomizationSven Schnelle1-1/+32
2022-04-25s390/vdso: map vdso above stackSven Schnelle1-1/+1
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle1-5/+19
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev1-1/+1
2022-04-25s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov2-3/+10
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens1-1/+1
2022-04-06s390: add z16 elf platformHeiko Carstens1-0/+4
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-64/+56
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+2
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev5-19/+20
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev1-24/+12
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev1-4/+11
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik1-2/+2
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik1-6/+2
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik1-4/+4
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens1-5/+5
2022-03-27s390/traps: improve panic message for translation-specification exceptionHeiko Carstens1-3/+3
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds38-374/+284
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov1-1/+1
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand1-7/+0
2022-03-10tracehook: Remove tracehook.hEric W. Biederman2-2/+0
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-2/+2
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle3-34/+59
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik2-3/+3
2022-03-10s390: assume stckf is always presentVasily Gorbik2-15/+9
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik12-90/+16
2022-03-08s390: remove unused expoline to BC instructionsVasily Gorbik1-20/+5
2022-03-08s390/irq: use assignment instead of castHeiko Carstens1-1/+1
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens1-1/+1
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens1-1/+1
2022-03-08s390/signal: fix typo in commentsHeiko Carstens2-2/+2
2022-03-08s390/asm-offsets: remove unused definesHeiko Carstens1-5/+0
2022-03-08s390: remove .fixup sectionHeiko Carstens1-1/+0
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens3-17/+4
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens2-17/+19
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens8-0/+8
2022-03-08s390/extable: sort amode31 extable earlyHeiko Carstens2-1/+6
2022-03-01s390/entry: remove unused expoline thunkVasily Gorbik1-1/+0
2022-03-01s390/ftrace: make use of epsw to get psw maskHeiko Carstens1-4/+10
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens1-88/+76
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-03-01s390: always use the packed stack layoutVasily Gorbik1-5/+1
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik3-1/+47
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2-1/+10
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35