aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-08s390/seccomp: add support for system call filtering using BPFHeiko Carstens1-1/+6
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-1/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-6/+5
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-3/+1
2011-12-01[S390] remove reset of system call restart on psw changesMartin Schwidefsky1-12/+0
2011-12-01[S390] add missing .set function for NT_S390_LAST_BREAK regsetMartin Schwidefsky1-0/+18
2011-10-30[S390] allow all addressing modesMartin Schwidefsky1-15/+10
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-18/+18
2011-10-30[S390] add TIF_SYSCALL thread flagMartin Schwidefsky1-1/+1
2011-10-30[S390] signal race with restarting system callsMartin Schwidefsky1-1/+50
2011-10-30[S390] user per registers vs. ptrace single steppingMartin Schwidefsky1-14/+16
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-119/+187
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-05-17[S390] add breaking event address for user spaceMartin Schwidefsky1-0/+68
2010-05-12[S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer1-3/+2
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-0/+58
2010-02-17s390: Add pt_regs register and stack access APIHeiko Carstens1-0/+58
2010-01-13[S390] fix loading of PER control registers for utrace.Martin Schwidefsky1-0/+8
2009-12-18[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGSMartin Schwidefsky1-1/+1
2009-10-06[S390] 64-bit register support for 31-bit processesHeiko Carstens1-0/+70
2009-09-22[S390] ptrace: use common code for simple peek/poke operationsChristian Borntraeger1-15/+4