summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* make generic sys_ptrace unconditionalChristoph Hellwig2008-05-011-2/+0
* ptrace: permit ptracing of /sbin/initOleg Nesterov2008-04-301-8/+0
* ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov2008-04-301-2/+1
* ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov2008-04-301-1/+1
* ptrace: conditionalize compat_ptrace_requestRoland McGrath2008-04-281-5/+2
* ptrace: compat_ptrace_request siginfoRoland McGrath2008-04-211-13/+35
* ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov2008-02-081-2/+5
* kill PT_ATTACHEDOleg Nesterov2008-02-081-4/+2
* kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-061-6/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+4
|\
| * ptrace: Use task_is_*Matthew Wilcox2007-12-061-4/+4
* | x86: compat_sys_ptraceRoland McGrath2008-01-301-0/+46
* | x86: compat_ptrace_requestRoland McGrath2008-01-301-0/+38
* | x86: ptrace_request peekdata/pokedataRoland McGrath2008-01-301-0/+7
* | ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath2008-01-301-1/+14
* | ptrace: generic resumeRoland McGrath2008-01-301-0/+61
* | ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen2008-01-251-0/+2
* | Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds2008-01-021-1/+1
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-021-2/+2
|/
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* m32r: convert to generic sys_ptraceChristoph Hellwig2007-10-161-0/+10
* Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-0/+3
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-101-0/+1
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-191-1/+1
* PTRACE_POKEDATA consolidationAlexey Dobriyan2007-07-171-0/+8
* PTRACE_PEEKDATA consolidationAlexey Dobriyan2007-07-171-0/+11
* Use write_trylock_irqsave in ptrace_attachSripathi Kodi2007-07-161-4/+3
* [PATCH] auditing ptraceAl Viro2007-05-111-0/+3
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-0/+1
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-271-54/+0
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-3/+3
* [PATCH] coredump: kill ptrace related stuffOleg Nesterov2006-06-261-1/+2
* [PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman2006-06-261-3/+17
* ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds2006-05-111-1/+19
* Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds2006-05-071-18/+21
* [PATCH] fix non-leader exec under ptraceRoland McGrath2006-04-141-5/+2
* BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn2006-04-021-2/+1
* [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov2006-03-281-4/+4
* [PATCH] fix zap_thread's ptrace related problemsOleg Nesterov2006-02-151-10/+15
* [PATCH] compound page: no access_process_vm checkHugh Dickins2006-02-141-2/+1
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig2006-01-081-31/+46
* [PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson2005-11-291-1/+2
* [PATCH] fix task_struct leak in ptraceChristoph Hellwig2005-11-131-1/+1
* Fix ptrace self-attach ruleLinus Torvalds2005-11-091-1/+1
* [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-071-0/+82
* [PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli2005-10-301-2/+5