aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-21/+21
2025-05-17s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register()Heiko Carstens1-33/+0
2025-03-18s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()Vasily Gorbik1-1/+2
2025-03-04s390: Use system header file variant of include directiveHeiko Carstens1-1/+1
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens1-4/+5
2025-03-04s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()Heiko Carstens1-5/+6
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens1-48/+10
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens1-39/+39
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-1/+1
2024-02-12s390/switch_to: use generic header fileHeiko Carstens1-1/+1
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens1-0/+1
2024-01-11s390/ptrace: remove leftover commentHeiko Carstens1-1/+0
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens1-10/+11
2023-12-11s390/fpu: get rid of test_fp_ctl()Heiko Carstens1-8/+5
2023-12-11s390/ptrace: handle setting of fpc register correctlyHeiko Carstens1-3/+3
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-19/+19
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens1-3/+10
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens1-2/+2
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens1-4/+4
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-7/+7
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens1-6/+2
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens1-3/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens1-88/+76
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle1-1/+3
2021-01-19s390: convert to generic entrySven Schnelle1-105/+12
2020-08-17s390/ptrace: fix storage key handlingHeiko Carstens1-2/+5
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-141/+58
2020-07-27s390: switch to ->regset_get()Al Viro1-141/+58
2020-06-16s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-16s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle1-4/+2
2020-06-16s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle1-6/+13
2020-06-16s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle1-5/+26
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-06s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada1-1/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2017-11-28s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+8
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-26/+146
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky1-15/+15
2017-09-28s390/ptrace: add runtime instrumention register get/setAlice Frosi1-0/+109
2017-09-28s390/ptrace: fix guarded storage regset handlingHeiko Carstens1-11/+22
2017-06-12s390/ptrace: guarded storage regset for the current taskMartin Schwidefsky1-2/+13
2017-04-21s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+46
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-14/+72