summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
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-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2022-03-11tracehook: 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/v...Linus 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-11seccomp: 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/s39...Linus 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
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-01-24s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky1-0/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-15s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky1-5/+5
2016-11-11s390: move system_call field from thread_info to thread_structMartin Schwidefsky1-2/+2
2016-07-30Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+8