index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
ptrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/ptrace: add missing ifdef
Heiko Carstens
2012-09-26
1
-1
/
+2
*
s390: add support for transactional memory
Martin Schwidefsky
2012-09-26
1
-0
/
+69
*
s390/seccomp: add support for system call filtering using BPF
Heiko Carstens
2012-08-08
1
-1
/
+6
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-1
/
+1
*
seccomp: ignore secure_computing return values
Will Drewry
2012-04-18
1
-1
/
+1
*
Disintegrate asm/system.h for S390
David Howells
2012-03-28
1
-1
/
+1
*
compat: fix compile breakage on s390
Heiko Carstens
2012-02-27
1
-1
/
+1
*
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
2012-01-17
1
-6
/
+5
*
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
2012-01-17
1
-3
/
+1
*
[S390] remove reset of system call restart on psw changes
Martin Schwidefsky
2011-12-01
1
-12
/
+0
*
[S390] add missing .set function for NT_S390_LAST_BREAK regset
Martin Schwidefsky
2011-12-01
1
-0
/
+18
*
[S390] allow all addressing modes
Martin Schwidefsky
2011-10-30
1
-15
/
+10
*
[S390] cleanup psw related bits and pieces
Martin Schwidefsky
2011-10-30
1
-18
/
+18
*
[S390] add TIF_SYSCALL thread flag
Martin Schwidefsky
2011-10-30
1
-1
/
+1
*
[S390] signal race with restarting system calls
Martin Schwidefsky
2011-10-30
1
-1
/
+50
*
[S390] user per registers vs. ptrace single stepping
Martin Schwidefsky
2011-10-30
1
-14
/
+16
*
[S390] ptrace cleanup
Martin Schwidefsky
2011-01-05
1
-119
/
+187
*
ptrace: change signature of arch_ptrace()
Namhyung Kim
2010-10-27
1
-1
/
+2
*
[S390] add breaking event address for user space
Martin Schwidefsky
2010-05-17
1
-0
/
+68
*
[S390] ptrace: fix return value of do_syscall_trace_enter()
Gerald Schaefer
2010-05-12
1
-3
/
+2
*
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2010-02-27
1
-0
/
+58
|
\
|
*
s390: Add pt_regs register and stack access API
Heiko Carstens
2010-02-17
1
-0
/
+58
*
|
[S390] fix loading of PER control registers for utrace.
Martin Schwidefsky
2010-01-13
1
-0
/
+8
|
/
*
[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS
Martin Schwidefsky
2009-12-18
1
-1
/
+1
*
[S390] 64-bit register support for 31-bit processes
Heiko Carstens
2009-10-06
1
-0
/
+70
*
[S390] ptrace: use common code for simple peek/poke operations
Christian Borntraeger
2009-09-22
1
-15
/
+4
*
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
2009-08-26
1
-4
/
+4
*
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
2009-08-26
1
-2
/
+2
*
tracing: Rename FTRACE_SYSCALLS for tracepoints
Josh Stone
2009-08-26
1
-2
/
+2
*
[S390] ftrace: update system call tracer support
Ingo Molnar
2009-08-19
1
-2
/
+5
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
[S390] ftrace: add system call tracer support
Heiko Carstens
2009-06-12
1
-0
/
+7
*
[S390] secure computing arch backend
Heiko Carstens
2009-06-12
1
-1
/
+5
*
[S390] implement is_compat_task
Heiko Carstens
2009-06-12
1
-7
/
+5
*
[S390] remove ptrace warning on 31 bit.
Martin Schwidefsky
2008-12-25
1
-6
/
+4
*
[S390] fix system call parameter functions.
Martin Schwidefsky
2008-11-27
1
-1
/
+1
*
[S390] ptrace changes
Martin Schwidefsky
2008-10-10
1
-28
/
+33
*
[S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit mode
Jarod Wilson
2008-09-09
1
-0
/
+28
*
[S390] Introduce user_regset accessors for s390
Martin Schwidefsky
2008-07-14
1
-45
/
+318
*
[S390] compat ptrace cleanup
Roland McGrath
2008-05-07
1
-94
/
+6
*
[S390] use generic sys_ptrace
Martin Schwidefsky
2008-04-30
1
-36
/
+1
*
[S390] Remove self ptrace IEEE_IP hack.
Martin Schwidefsky
2008-04-30
1
-20
/
+0
*
[S390] Fix a lot of sparse warnings.
Heiko Carstens
2008-04-17
1
-0
/
+1
*
[S390] single-step cleanup
Roland McGrath
2008-01-26
1
-9
/
+6
*
Consolidate PTRACE_DETACH
Alexey Dobriyan
2007-10-16
1
-5
/
+0
*
PTRACE_POKEDATA consolidation
Alexey Dobriyan
2007-07-17
1
-4
/
+1
*
PTRACE_PEEKDATA consolidation
Alexey Dobriyan
2007-07-17
1
-5
/
+1
*
[S390] noexec protection
Gerald Schaefer
2007-02-05
1
-5
/
+5
*
[S390] Get rid of a lot of sparse warnings.
Heiko Carstens
2007-02-05
1
-17
/
+19
*
[PATCH] drop task argument of audit_syscall_{entry,exit}
Al Viro
2006-05-01
1
-3
/
+2
[next]