summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ptrace.c
AgeCommit message (Expand)Author
2024-01-11s390/ptrace: remove leftover commentHeiko Carstens
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens
2023-12-11s390/fpu: get rid of test_fp_ctl()Heiko Carstens
2023-12-11s390/ptrace: handle setting of fpc register correctlyHeiko Carstens
2023-09-19s390: use control register bit definesHeiko Carstens
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle
2021-01-19s390: convert to generic entrySven Schnelle
2020-08-17s390/ptrace: fix storage key handlingHeiko Carstens
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-07-27s390: switch to ->regset_get()Al Viro
2020-06-16s390/ptrace: fix setting syscall numberSven Schnelle
2020-06-16s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle
2020-06-16s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle
2020-06-16s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-06s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada
2019-10-10seccomp: simplify secure_computing()Christian Brauner
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig
2017-11-28s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky
2017-09-28s390/ptrace: add runtime instrumention register get/setAlice Frosi
2017-09-28s390/ptrace: fix guarded storage regset handlingHeiko Carstens
2017-06-12s390/ptrace: guarded storage regset for the current taskMartin Schwidefsky
2017-04-21s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-24s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-15s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky
2016-11-11s390: move system_call field from thread_info to thread_structMartin Schwidefsky
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-06-22s390: ensure that syscall arguments are properly masked on s390Paul Moore
2016-06-14s390/ptrace: run seccomp after ptraceKees Cook
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens
2015-11-03s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky