summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
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
2002-07-28Since "access_process_vm()" releases pages that can beLinus Torvalds
2002-07-23[PATCH] consolidate task->mm code + fixJohn Levon
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman
2002-05-08[PATCH] ptrace bugDave Jones
2002-03-14[PATCH] wait4() WIFSTOPPED starvation fix #1/2David Howells
2002-02-12[PATCH] flush_icache_user_range (v2.5.4)Paul Mackerras
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds
2002-02-04v2.4.9.11 -> v2.4.9.12Linus Torvalds
2002-02-04v2.4.6.9 -> v2.4.7Linus Torvalds
2002-02-04v2.4.2.4 -> v2.4.2.5Linus Torvalds
2002-02-04v2.4.2.3 -> v2.4.2.4Linus Torvalds
2002-02-04Import changesetLinus Torvalds