Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
a288eecce5253cc1565d400a52b9b476a157e040
/
kernel
/
ptrace.c
544b2c9
ptrace: implement PTRACE_LISTEN
by Tejun Heo
· 15 years ago
fca26f2
ptrace: implement PTRACE_INTERRUPT
by Tejun Heo
· 15 years ago
3544d72
ptrace: implement PTRACE_SEIZE
by Tejun Heo
· 15 years ago
73ddff2
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
by Tejun Heo
· 15 years ago
62c124f
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
by Tejun Heo
· 15 years ago
7dd3db5
job control: introduce task_set_jobctl_pending()
by Tejun Heo
· 15 years ago
755e276
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
by Tejun Heo
· 15 years ago
a8f072c
job control: rename signal->group_stop and flags to jobctl and update them
by Tejun Heo
· 15 years ago
0b1007c
ptrace: remove silly wait_trap variable from ptrace_attach()
by Tejun Heo
· 15 years ago
0666fb5
ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread
by Oleg Nesterov
· 15 years ago
3ed4c05
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 15 years ago
bf26c01
ptrace: Prepare to fix racy accesses on task breakpoints
by Frederic Weisbecker
· 15 years ago
e46bc9b
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace
by Oleg Nesterov
· 15 years ago
321fb56
ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/
by Oleg Nesterov
· 15 years ago
8409cca
userns: allow ptrace from non-init user namespaces
by Serge E. Hallyn
· 15 years ago
0e9f0a4
ptrace: Always put ptracee into appropriate execution state
by Tejun Heo
· 15 years ago
e3bd058
ptrace: Collapse ptrace_untrace() into __ptrace_unlink()
by Tejun Heo
· 15 years ago
d79fdd6
ptrace: Clean transitions between TASK_STOPPED and TRACED
by Tejun Heo
· 15 years ago
9f2bf65
ptrace: Remove the extra wake_up_state() from ptrace_detach()
by Tejun Heo
· 15 years ago
e3e89cc
Mark ptrace_{traceme,attach,detach} static
by Linus Torvalds
· 15 years ago
01e05e9
ptrace: use safer wake up on ptrace_detach()
by Tejun Heo
· 15 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 15 years ago
9fed81d
ptrace: cleanup ptrace_request()
by Namhyung Kim
· 15 years ago
4abf986
ptrace: change signature of sys_ptrace() and friends
by Namhyung Kim
· 15 years ago
c4b5ed2
ptrace: annotate lock context change on exit_ptrace()
by Namhyung Kim
· 15 years ago
c7e49c1
ptrace: optimize exit_ptrace() for the likely case
by Oleg Nesterov
· 16 years ago
e0129ef
ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
by Oleg Nesterov
· 16 years ago
9c1a125
ptrace: unify FDPIC implementations
by Mike Frysinger
· 16 years ago
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b8bc138
ptrace: Cleanup useless header
by Alessio Igor Bogani
· 16 years ago
5534ecb
ptrace: kill BKL in ptrace syscall
by Arnd Bergmann
· 16 years ago
faa4602
x86, perf, bts, mm: Delete the never used BTS-ptrace code
by Peter Zijlstra
· 16 years ago
c6a0dd7
ptrace: Fix ptrace_regset() comments and diagnose errors specifically
by Suresh Siddha
· 16 years ago
2225a12
ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET
by Suresh Siddha
· 16 years ago
a7f0765
ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee
by Oleg Nesterov
· 17 years ago
7d45eca
Merge branch 'master' into next
by James Morris
· 17 years ago
793285f
cred_guard_mutex: do not return -EINTR to user-space
by Oleg Nesterov
· 17 years ago
9e48858
security: rename ptrace_may_access => ptrace_access_check
by Ingo Molnar
· 17 years ago
e496125
ptrace: don't take tasklist to get/set ->last_siginfo
by Oleg Nesterov
· 17 years ago
8053bdd
ptrace_get_task_struct: s/tasklist/rcu/, make it static
by Oleg Nesterov
· 17 years ago
4b105cb
ptrace: do not use task_lock() for attach
by Oleg Nesterov
· 17 years ago
f2f0b00
ptrace: cleanup check/set of PT_PTRACED during attach
by Oleg Nesterov
· 17 years ago
b79b7ba
ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm
by Oleg Nesterov
· 17 years ago
3296ca2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 17 years ago
8623661
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
0b4ec6e
Merge branch 'master' into next
by James Morris
· 17 years ago
edaba2c
ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"
by Oleg Nesterov
· 17 years ago
5e751e9
CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace
by David Howells
· 17 years ago
0ad5d70
Merge branch 'tracing/hw-branch-tracing' into tracing/core
by Ingo Molnar
· 17 years ago
cad81bc
ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
by Oleg Nesterov
· 17 years ago
416dfdc
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
by Ingo Molnar
· 17 years ago
f1671f6
ptrace: fix exit_ptrace() vs ptrace_traceme() race
by Oleg Nesterov
· 17 years ago
3a70970
ptrace: some checkpatch fixes
by Roland McGrath
· 17 years ago
0f48140
x86, ptrace: add bts context unconditionally
by Markus Metzger
· 17 years ago
09f38dc
Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
1ee1184
ptrace_untrace: fix the SIGNAL_STOP_STOPPED check
by Oleg Nesterov
· 17 years ago
95a3540
ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic
by Oleg Nesterov
· 17 years ago
39c626a
forget_original_parent: split out the un-ptrace part
by Oleg Nesterov
· 17 years ago
4576145
ptrace: fix possible zombie leak on PTRACE_DETACH
by Oleg Nesterov
· 17 years ago
95c3eb7
ptrace: kill __ptrace_detach(), fix ->exit_state check
by Oleg Nesterov
· 17 years ago
bbb76b5
ptrace: remove a useless goto
by Américo Wang
· 17 years ago
1e7bfb2
[CVE-2009-0029] System call wrappers part 27
by Heiko Carstens
· 17 years ago
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
· 17 years ago
bf53de9
x86, bts: add fork and exit handling
by Markus Metzger
· 17 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 17 years ago
96b8936
remove __ARCH_WANT_COMPAT_SYS_PTRACE
by Christoph Hellwig
· 17 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 17 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 17 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 17 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 17 years ago
b747c8c
make ptrace_untrace() static
by Adrian Bunk
· 17 years ago
5cd9c58
security: Fix setting of PF_SUPERPRIV by __capable()
by David Howells
· 18 years ago
85ba2d8
tracehook: wait_task_inactive
by Roland McGrath
· 18 years ago
f470021
ptrace children revamp
by Roland McGrath
· 18 years ago
006ebb4
Security: split proc ptrace checking into read vs. attach
by Stephen Smalley
· 18 years ago
bcf35af
make generic sys_ptrace unconditional
by Christoph Hellwig
· 18 years ago
00cd5c3
ptrace: permit ptracing of /sbin/init
by Oleg Nesterov
· 18 years ago
33e9fc7
ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()
by Oleg Nesterov
· 18 years ago
68cb947
ptrace: __ptrace_unlink: use the ptrace_reparented() helper
by Oleg Nesterov
· 18 years ago
9d04d92
ptrace: conditionalize compat_ptrace_request
by Roland McGrath
· 18 years ago
e16b278
ptrace: compat_ptrace_request siginfo
by Roland McGrath
· 18 years ago
c0c0b64
ptrace_check_attach: remove unneeded ->signal != NULL check
by Oleg Nesterov
· 18 years ago
6b39c7b
kill PT_ATTACHED
by Oleg Nesterov
· 18 years ago
f17d30a
kernel/ptrace.c should #include <linux/syscalls.h>
by Adrian Bunk
· 18 years ago
d9ae90a
use __set_task_state() for TRACED/STOPPED tasks
by Oleg Nesterov
· 18 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 18 years ago
c269f19
x86: compat_sys_ptrace
by Roland McGrath
· 18 years ago
032d82d
x86: compat_ptrace_request
by Roland McGrath
· 18 years ago
16c3e38
x86: ptrace_request peekdata/pokedata
by Roland McGrath
· 18 years ago
5b88abb
ptrace: generic PTRACE_SINGLEBLOCK
by Roland McGrath
· 18 years ago
36df29d
ptrace: generic resume
by Roland McGrath
· 18 years ago
6ea6dd9
ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME
by Haavard Skinnemoen
· 18 years ago
b8c9a18
Fix kernel/ptrace.c compile problem (missing "may_attach()")
by Linus Torvalds
· 18 years ago
831830b
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
by Al Viro
· 18 years ago
6618a3e
ptrace: Use task_is_*
by Matthew Wilcox
· 18 years ago
bac0abd
Isolate some explicit usage of task->tgid
by Pavel Emelyanov
· 18 years ago
228ebcb
Uninline find_task_by_xxx set of functions
by Pavel Emelyanov
· 18 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 18 years ago
0ac1555
m32r: convert to generic sys_ptrace
by Christoph Hellwig
· 18 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 18 years ago
Next »