summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
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
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