aboutsummaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-10-20make ptrace_untrace() staticAdrian Bunk
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells
2008-07-26tracehook: wait_task_inactiveRoland McGrath
2008-07-16ptrace children revampRoland McGrath
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov
2008-04-28ptrace: conditionalize compat_ptrace_requestRoland McGrath
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov
2008-02-08kill PT_ATTACHEDOleg Nesterov
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30x86: compat_sys_ptraceRoland McGrath
2008-01-30x86: compat_ptrace_requestRoland McGrath
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath
2008-01-30ptrace: generic resumeRoland McGrath
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2007-12-06ptrace: Use task_is_*Matthew Wilcox
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi
2007-05-11[PATCH] auditing ptraceAl Viro
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman
2006-05-11ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds