aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>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-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+8
2016-06-22s390: ensure that syscall arguments are properly masked on s390Paul Moore1-3/+7
2016-06-14s390/ptrace: run seccomp after ptraceKees Cook1-12/+9
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-4/+2
2015-11-03s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky1-4/+4
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner1-29/+15
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner1-6/+6
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner1-37/+16
2015-07-22s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner1-69/+62
2015-03-25s390: remove 31 bit supportHeiko Carstens1-41/+5
2014-12-08s390/ptrace: always include vector registers in core filesMartin Schwidefsky1-10/+8
2014-11-19s390: fix ptrace of user area if the inferior uses vector registersMartin Schwidefsky1-22/+75
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+1
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-52/+202
2014-10-09s390: add support for vector extensionMartin Schwidefsky1-51/+198
2014-09-25s390/uprobes: architecture backend for uprobesJan Willeke1-1/+4
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-3/+1
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski1-1/+1
2014-07-16s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+10
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky1-2/+2
2014-04-09s390: fix control register updateMartin Schwidefsky1-1/+1
2014-03-14s390/ptrace: add support for PTRACE_SINGLEBLOCKMartin Schwidefsky1-1/+12
2013-12-16s390: optimize control register updateMartin Schwidefsky1-11/+12
2013-12-16s390/ptrace: simplify enable/disable single stepMartin Schwidefsky1-4/+0
2013-10-24s390/compat: make psw32_user_bits a constant value againHeiko Carstens1-2/+2
2013-10-24s390: fix handling of runtime instrumentation psw bitHeiko Carstens1-10/+20
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky1-18/+22
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky1-2/+2
2013-08-28s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky1-3/+3
2013-08-22s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens1-1/+1
2013-07-16s390/ptrace: PTRACE_TE_ABORT_RANDMichael Mueller1-11/+39
2012-09-26s390/ptrace: add missing ifdefHeiko Carstens1-1/+2
2012-09-26s390: add support for transactional memoryMartin Schwidefsky1-0/+69