Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
471d8d49a752a8ee3caf606dca83f7d7b99355f7
/
kernel
/
ptrace.c
b0f4b28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
bf53de9
x86, bts: add fork and exit handling
by Markus Metzger
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
96b8936
remove __ARCH_WANT_COMPAT_SYS_PTRACE
by Christoph Hellwig
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 16 years ago
b747c8c
make ptrace_untrace() static
by Adrian Bunk
· 16 years ago
5cd9c58
security: Fix setting of PF_SUPERPRIV by __capable()
by David Howells
· 16 years ago
85ba2d8
tracehook: wait_task_inactive
by Roland McGrath
· 16 years ago
f470021
ptrace children revamp
by Roland McGrath
· 17 years ago
006ebb4
Security: split proc ptrace checking into read vs. attach
by Stephen Smalley
· 17 years ago
bcf35af
make generic sys_ptrace unconditional
by Christoph Hellwig
· 17 years ago
00cd5c3
ptrace: permit ptracing of /sbin/init
by Oleg Nesterov
· 17 years ago
33e9fc7
ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()
by Oleg Nesterov
· 17 years ago
68cb947
ptrace: __ptrace_unlink: use the ptrace_reparented() helper
by Oleg Nesterov
· 17 years ago
9d04d92
ptrace: conditionalize compat_ptrace_request
by Roland McGrath
· 17 years ago
e16b278
ptrace: compat_ptrace_request siginfo
by Roland McGrath
· 17 years ago
c0c0b64
ptrace_check_attach: remove unneeded ->signal != NULL check
by Oleg Nesterov
· 17 years ago
6b39c7b
kill PT_ATTACHED
by Oleg Nesterov
· 17 years ago
f17d30a
kernel/ptrace.c should #include <linux/syscalls.h>
by Adrian Bunk
· 17 years ago
d9ae90a
use __set_task_state() for TRACED/STOPPED tasks
by Oleg Nesterov
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
c269f19
x86: compat_sys_ptrace
by Roland McGrath
· 17 years ago
032d82d
x86: compat_ptrace_request
by Roland McGrath
· 17 years ago
16c3e38
x86: ptrace_request peekdata/pokedata
by Roland McGrath
· 17 years ago
5b88abb
ptrace: generic PTRACE_SINGLEBLOCK
by Roland McGrath
· 17 years ago
36df29d
ptrace: generic resume
by Roland McGrath
· 17 years ago
6ea6dd9
ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME
by Haavard Skinnemoen
· 17 years ago
b8c9a18
Fix kernel/ptrace.c compile problem (missing "may_attach()")
by Linus Torvalds
· 17 years ago
831830b
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
by Al Viro
· 17 years ago
6618a3e
ptrace: Use task_is_*
by Matthew Wilcox
· 17 years ago
bac0abd
Isolate some explicit usage of task->tgid
by Pavel Emelyanov
· 17 years ago
228ebcb
Uninline find_task_by_xxx set of functions
by Pavel Emelyanov
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
0ac1555
m32r: convert to generic sys_ptrace
by Christoph Hellwig
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
7d94143
Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH
by Roland McGrath
· 17 years ago
6c5d523
coredump masking: reimplementation of dumpable using two flags
by Kawai, Hidehiro
· 17 years ago
f284ce7
PTRACE_POKEDATA consolidation
by Alexey Dobriyan
· 17 years ago
7664732
PTRACE_PEEKDATA consolidation
by Alexey Dobriyan
· 17 years ago
6175ecf
Use write_trylock_irqsave in ptrace_attach
by Sripathi Kodi
· 17 years ago
a5cb013
[PATCH] auditing ptrace
by Al Viro
· 18 years ago
f400e19
[PATCH] pidspace: is_init()
by Sukadev Bhattiprolu
· 18 years ago
0ec76a1
[PATCH] NOMMU: Check that access_process_vm() has a valid target
by David Howells
· 18 years ago
36c8b58
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
by Ingo Molnar
· 18 years ago
d5f70c0
[PATCH] coredump: kill ptrace related stuff
by Oleg Nesterov
· 18 years ago
df26c40
[PATCH] proc: Cleanup proc_fd_access_allowed
by Eric W. Biederman
· 18 years ago
f358166
ptrace_attach: fix possible deadlock schenario with irqs
by Linus Torvalds
· 19 years ago
f5b40e3
Fix ptrace_attach()/ptrace_traceme()/de_thread() race
by Linus Torvalds
· 19 years ago
e57a505
[PATCH] fix non-leader exec under ptrace
by Roland McGrath
· 19 years ago
524223c
BUG_ON() Conversion in kernel/ptrace.c
by Eric Sesterhenn
· 19 years ago
9b678ec
[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting
by Oleg Nesterov
· 19 years ago
5ecfbae
[PATCH] fix zap_thread's ptrace related problems
by Oleg Nesterov
· 19 years ago
16bf134
[PATCH] compound page: no access_process_vm check
by Hugh Dickins
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
6b9c7ed
[PATCH] use ptrace_get_task_struct in various places
by Christoph Hellwig
· 19 years ago
5bd0190
[PATCH] Fix crash when ptrace poking hugepage areas
by David Gibson
· 19 years ago
005f18d
[PATCH] fix task_struct leak in ptrace
by Christoph Hellwig
· 19 years ago
28d838c
Fix ptrace self-attach rule
by Linus Torvalds
· 19 years ago
481bed4
[PATCH] consolidate sys_ptrace()
by Christoph Hellwig
· 19 years ago
30e0fca6
[PATCH] ptrace/coredump/exit_group deadlock
by Andrea Arcangeli
· 19 years ago
ab8d11b
[PATCH] remove duplicated code from proc and ptrace
by Miklos Szeredi
· 19 years ago
7ed20e1
[PATCH] convert that currently tests _NSIG directly to use valid_signal()
by Jesper Juhl
· 20 years ago
d59dd46
[PATCH] use smp_mb/wmb/rmb where possible
by akpm@osdl.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago