summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* s390/fpu: remove anonymous union from struct fpuHeiko Carstens2024-02-161-48/+10
* s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens2024-02-161-39/+39
* s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-1/+1
* s390/switch_to: use generic header fileHeiko Carstens2024-02-121-1/+1
* s390/acrs: cleanup access register handlingHeiko Carstens2024-02-121-0/+1
* s390/ptrace: remove leftover commentHeiko Carstens2024-01-111-1/+0
* s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-10/+11
* s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-8/+5
* s390/ptrace: handle setting of fpc register correctlyHeiko Carstens2023-12-111-3/+3
* s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-19/+19
* s390/kprobes,ptrace: open code struct per_regHeiko Carstens2023-09-191-3/+10
* s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-2/+2
* s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-191-4/+4
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-7/+7
* s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens2023-03-271-6/+2
* s390/vx: use simple assignments to access __vector128 membersHeiko Carstens2023-02-091-3/+3
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | s390/ptrace: remove opencoded offsetofHeiko Carstens2022-03-011-88/+76
|/
* s390/traps: add struct to access transactional diagnostic blockSven Schnelle2021-06-071-1/+3
* s390: convert to generic entrySven Schnelle2021-01-191-105/+12
* s390/ptrace: fix storage key handlingHeiko Carstens2020-08-171-2/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-141/+58
|\ \ | |/ |/|
| * s390: switch to ->regset_get()Al Viro2020-07-271-141/+58
* | s390/ptrace: fix setting syscall numberSven Schnelle2020-06-161-1/+30
* | s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle2020-06-161-4/+2
* | s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle2020-06-161-6/+13
* | s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle2020-06-161-5/+26
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada2020-05-061-1/+1
* seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky2017-11-281-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-26/+146
|\
| * s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky2017-10-191-15/+15
| * s390/ptrace: add runtime instrumention register get/setAlice Frosi2017-09-281-0/+109
| * s390/ptrace: fix guarded storage regset handlingHeiko Carstens2017-09-281-11/+22
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* s390/ptrace: guarded storage regset for the current taskMartin Schwidefsky2017-06-121-2/+13
* s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky2017-04-211-0/+46
* s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-14/+72
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky2017-01-241-0/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky2016-11-151-5/+5
* s390: move system_call field from thread_info to thread_structMartin Schwidefsky2016-11-111-2/+2
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-291-3/+8
|\