aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ptrace.c
AgeCommit message (Expand)Author
2020-06-30s390/ptrace: fix setting syscall numberSven Schnelle
2017-12-10s390/ptrace: fix guarded storage regset handlingHeiko Carstens
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner
2015-07-22s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner
2015-03-25s390: remove 31 bit supportHeiko Carstens
2014-12-08s390/ptrace: always include vector registers in core filesMartin Schwidefsky
2014-11-19s390: fix ptrace of user area if the inferior uses vector registersMartin Schwidefsky
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-10-09s390: add support for vector extensionMartin Schwidefsky
2014-09-25s390/uprobes: architecture backend for uprobesJan Willeke
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski
2014-07-16s390/ptrace: fix PSW mask checkMartin Schwidefsky
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky
2014-04-09s390: fix control register updateMartin Schwidefsky
2014-03-14s390/ptrace: add support for PTRACE_SINGLEBLOCKMartin Schwidefsky
2013-12-16s390: optimize control register updateMartin Schwidefsky
2013-12-16s390/ptrace: simplify enable/disable single stepMartin Schwidefsky
2013-10-24s390/compat: make psw32_user_bits a constant value againHeiko Carstens
2013-10-24s390: fix handling of runtime instrumentation psw bitHeiko Carstens
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky
2013-08-28s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky
2013-08-22s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens
2013-07-16s390/ptrace: PTRACE_TE_ABORT_RANDMichael Mueller
2012-09-26s390/ptrace: add missing ifdefHeiko Carstens
2012-09-26s390: add support for transactional memoryMartin Schwidefsky
2012-08-08s390/seccomp: add support for system call filtering using BPFHeiko Carstens
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry
2012-03-28Disintegrate asm/system.h for S390David Howells
2012-02-27compat: fix compile breakage on s390Heiko Carstens