Age | Commit message (Expand) | Author |
2014-03-06 | kernel/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook |
2013-09-11 | __ptrace_may_access() should not deny sub-threads | Mark Grondona |
2013-08-06 | Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" | Oleg Nesterov |
2013-07-09 | ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) | Oleg Nesterov |
2013-07-09 | ptrace: revert "Prepare to fix racy accesses on task breakpoints" | Oleg Nesterov |
2013-07-03 | ptrace: add ability to get/set signal-blocked mask | Andrey Vagin |
2013-06-29 | Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation | Mathieu Desnoyers |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2013-04-30 | ptrace: add ability to retrieve signals without removing from a queue (v4) | Andrey Vagin |
2013-02-08 | uprobes: Add exports for module use | Josh Stone |
2013-01-22 | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL | Oleg Nesterov |
2013-01-22 | ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() | Oleg Nesterov |
2013-01-20 | ia64: kill thread_matches(), unexport ptrace_check_attach() | Oleg Nesterov |
2012-12-17 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-12-17 | ptrace: introduce PTRACE_O_EXITKILL | Oleg Nesterov |
2012-11-20 | userns: Kill task_user_ns | Eric W. Biederman |
2012-08-03 | ptrace: mark __ptrace_may_access() static | Tetsuo Handa |
2012-05-03 | userns: Convert ptrace, kill, set_priority permission checks to work with kui... | Eric W. Biederman |
2012-04-07 | userns: Use cred->user_ns instead of cred->user->user_ns | Eric W. Biederman |
2012-03-23 | ptrace: remove PTRACE_SEIZE_DEVEL bit | Denys Vlasenko |
2012-03-23 | ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter | Denys Vlasenko |
2012-03-23 | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code | Denys Vlasenko |
2012-03-23 | ptrace: don't modify flags on PTRACE_SETOPTIONS failure | Denys Vlasenko |
2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds |
2012-01-05 | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris |
2012-01-05 | capabilities: remove task_ns_* functions | Eric Paris |
2012-01-04 | ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach | Oleg Nesterov |
2011-10-31 | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker |
2011-09-25 | ptrace: PTRACE_LISTEN forgets to unlock ->siglock | Oleg Nesterov |
2011-07-18 | connector: add an event for monitoring process tracers | Vladimir Zapolskiy |
2011-06-27 | do not change dead_task->exit_signal | Oleg Nesterov |
2011-06-27 | __ptrace_detach: avoid task_detached(), check do_notify_parent() | Oleg Nesterov |
2011-06-16 | ptrace: implement PTRACE_LISTEN | Tejun Heo |
2011-06-16 | ptrace: implement PTRACE_INTERRUPT | Tejun Heo |
2011-06-16 | ptrace: implement PTRACE_SEIZE | Tejun Heo |
2011-06-16 | job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap | Tejun Heo |
2011-06-04 | ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit | Tejun Heo |
2011-06-04 | job control: introduce task_set_jobctl_pending() | Tejun Heo |
2011-06-04 | ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments | Tejun Heo |
2011-06-04 | job control: rename signal->group_stop and flags to jobctl and update them | Tejun Heo |
2011-06-04 | ptrace: remove silly wait_trap variable from ptrace_attach() | Tejun Heo |
2011-05-25 | ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread | Oleg Nesterov |
2011-05-20 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds |
2011-04-25 | ptrace: Prepare to fix racy accesses on task breakpoints | Frederic Weisbecker |
2011-04-07 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis... | Oleg Nesterov |
2011-04-04 | ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ | Oleg Nesterov |
2011-03-23 | userns: allow ptrace from non-init user namespaces | Serge E. Hallyn |
2011-03-23 | ptrace: Always put ptracee into appropriate execution state | Tejun Heo |
2011-03-23 | ptrace: Collapse ptrace_untrace() into __ptrace_unlink() | Tejun Heo |