summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
2006-05-11ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds
2006-05-07Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath
2006-04-02BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov
2006-02-14[PATCH] compound page: no access_process_vm checkHugh Dickins
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig
2005-11-29[PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson
2005-11-13[PATCH] fix task_struct leak in ptraceChristoph Hellwig
2005-11-09Fix ptrace self-attach ruleLinus Torvalds
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig
2005-10-30[PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org
2005-02-01[PATCH] ptrace: last_siginfo also needs tasklist_lockPrasanna Meda
2005-01-14[PATCH] ptrace: unlocked access to last_siginfo (resending)Prasanna Meda
2005-01-10[PATCH] let SIGKILL wake TASK_TRACEDRoland McGrath
2005-01-09[PATCH] fix __ptrace_unlink TASK_TRACED recovery for real parentRoland McGrath
2004-10-25[PATCH] Wake up signalled tasks when exiting ptraceRoland McGrath
2004-10-22[PATCH] Fix ptrace problemRoland McGrath
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath
2004-09-22[PATCH] fix problematic flush_cache_page in kernel/ptrace.cRussell King
2004-09-07[PATCH] ptrace userspace API preservationRoland McGrath
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath
2004-03-28[PATCH] Pass correct task to get_user_pages in ptraceAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-10-01[PATCH] memory writeback/invalidation fixesAndrew Morton
2003-08-14[PATCH] access_process_vm() needs to dirty the pageAndrew Morton
2003-04-12[PATCH] Remove flush_page_to_ram()Andrew Morton
2003-04-09Annotate kernel/ptrace.c with user pointer informationLinus Torvalds
2003-03-22[PATCH] ptrace_notify() lockingAndrew Morton
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz
2003-02-13[PATCH] Ctrl-C-ing straceRoland McGrath
2003-02-06Add PTRACE_O_TRACEVFORKDONE and PTRACE_O_TRACEEXIT facilities.Daniel Jacobowitz
2003-01-18Add PTRACE_GETSIGINFO and PTRACE_SETSIGINFODaniel Jacobowitz
2003-01-10[PATCH] ptrace-fix-2.5.56-A0Ingo Molnar
2002-11-26LSM: change if statements into something more readable for the kernel.* files.Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman
2002-10-17LSM: change all usages of security_ops->ptrace() to security_ptrace()Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman
2002-09-17Add new ptrace event tracing mechanismDaniel Jacobowitz
2002-09-17Factor out common ptrace code and PTRACE_SETOPTIONSDaniel Jacobowitz
2002-09-15[PATCH] Remove CONFIG_SMP around wait_task_inactive()David Gibson
2002-09-04[PATCH] ptrace-fix-2.5.33-A1Ingo Molnar
2002-08-18[PATCH] O(1) sys_exit(), threading, scalable-exit-2.5.31-B4Ingo Molnar
2002-07-28[PATCH] put_page() uses auditedAndrew Morton