Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / ptrace.c
2012-03-23 Denys Vlasenkoptrace: remove PTRACE_SEIZE_DEVEL bit
2012-03-23 Denys Vlasenkoptrace: make PTRACE_SEIZE set ptrace options specified...
2012-03-23 Denys Vlasenkoptrace: simplify PTRACE_foo constants and PTRACE_SETOPT...
2012-03-23 Denys Vlasenkoptrace: don't modify flags on PTRACE_SETOPTIONS failure
2012-01-15 Linus TorvaldsMerge branch 'for-linus' of git://selinuxproject.org...
2012-01-05 Eric Parisptrace: do not audit capability check when outputing...
2012-01-05 Eric Pariscapabilities: remove task_ns_* functions
2012-01-04 Oleg Nesterovptrace: ensure JOBCTL_STOP_SIGMASK is not zero after...
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-25 Oleg Nesterovptrace: PTRACE_LISTEN forgets to unlock ->siglock
2011-07-18 Vladimir Zapolskiyconnector: add an event for monitoring process tracers
2011-06-27 Oleg Nesterovdo not change dead_task->exit_signal
2011-06-27 Oleg Nesterov__ptrace_detach: avoid task_detached(), check do_notify...
2011-06-16 Tejun Heoptrace: implement PTRACE_LISTEN
2011-06-16 Tejun Heoptrace: implement PTRACE_INTERRUPT
2011-06-16 Tejun Heoptrace: implement PTRACE_SEIZE
2011-06-16 Tejun Heojob control: introduce JOBCTL_TRAP_STOP and use it...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-04 Tejun Heoptrace: use bit_waitqueue for TRAPPING instead of wait_...
2011-06-04 Tejun Heojob control: introduce task_set_jobctl_pending()
2011-06-04 Tejun Heoptrace: ptrace_check_attach(): rename @kill to @ignore_...
2011-06-04 Tejun Heojob control: rename signal->group_stop and flags to...
2011-06-04 Tejun Heoptrace: remove silly wait_trap variable from ptrace_att...
2011-05-25 Oleg Nesterovptrace: ptrace_resume() shouldn't wake up !TASK_TRACED...
2011-05-20 Linus TorvaldsMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-04-27 Jeff Mahoney- Delete patches.trace/utrace-core.
2011-04-25 Frederic Weisbeckerptrace: Prepare to fix racy accesses on task breakpoints
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-04-07 Oleg NesterovMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-04-04 Oleg Nesterovptrace: ptrace_check_attach() should not do s/STOPPED...
2011-03-24 Serge E. Hallynuserns: allow ptrace from non-init user namespaces
2011-03-23 Tejun Heoptrace: Always put ptracee into appropriate execution...
2011-03-23 Tejun Heoptrace: Collapse ptrace_untrace() into __ptrace_unlink()
2011-03-23 Tejun Heoptrace: Clean transitions between TASK_STOPPED and...
2011-03-23 Tejun Heoptrace: Remove the extra wake_up_state() from ptrace_de...
2011-03-14 Jeff Mahoney- Linux: 2.6.38-rc8.
2011-03-04 Linus TorvaldsMark ptrace_{traceme,attach,detach} static
2011-02-17 Jeff Mahoney- Update to 2.6.38-rc5.
2011-02-12 Tejun Heoptrace: use safer wake up on ptrace_detach()
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-28 KOSAKI Motohirosignals: move cred_guard_mutex from task_struct to...
2010-10-28 Namhyung Kimptrace: cleanup ptrace_request()
2010-10-28 Namhyung Kimptrace: change signature of sys_ptrace() and friends
2010-10-28 Namhyung Kimptrace: annotate lock context change on exit_ptrace()
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-11 Oleg Nesterovptrace: optimize exit_ptrace() for the likely case
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-27 Oleg Nesterovptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
2010-05-27 Mike Frysingerptrace: unify FDPIC implementations
2010-05-18 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-04-26 Alessio Igor Boganiptrace: Cleanup useless header
2010-04-10 Arnd Bergmannptrace: kill BKL in ptrace syscall
2010-03-26 Peter Zijlstrax86, perf, bts, mm: Delete the never used BTS-ptrace...
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
2010-02-23 Suresh Siddhaptrace: Fix ptrace_regset() comments and diagnose error...
2010-02-11 Suresh Siddhaptrace: Add support for generic PTRACE_GETREGSET/PTRACE...
2009-11-20 John Jolly- patches.suse/perfmon2.patch: Refresh.
2009-10-29 Tony Jones- patches.trace/utrace-core: Update for SP1 (FATE#...
2009-10-08 Jeff Mahoney- Updated to 2.6.32-rc3.
2009-09-24 Oleg Nesterovptrace: __ptrace_detach: do __wake_up_parent() if we...
2009-07-15 Jeff Mahoney- Update to 2.6.31-rc3.
2009-07-13 James MorrisMerge branch 'master' into next
2009-07-06 Oleg Nesterovcred_guard_mutex: do not return -EINTR to user-space
2009-07-03 Jeff Mahoney- Update to 2.6.31-rc1-git10.
2009-06-24 Ingo Molnarsecurity: rename ptrace_may_access => ptrace_access_check
2009-06-18 Oleg Nesterovptrace: don't take tasklist to get/set ->last_siginfo
2009-06-18 Oleg Nesterovptrace_get_task_struct: s/tasklist/rcu/, make it static
2009-06-18 Oleg Nesterovptrace: do not use task_lock() for attach
2009-06-18 Oleg Nesterovptrace: cleanup check/set of PT_PTRACED during attach
2009-06-18 Oleg Nesterovptrace: ptrace_attach: check PF_KTHREAD + exit_state...
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-10 Jeff Mahoney- Update to 2.6.30-final.
2009-06-08 James MorrisMerge branch 'master' into next
2009-06-05 Oleg Nesterovptrace: revert "ptrace_detach: the wrong wakeup breaks...
2009-05-10 David HowellsCRED: Rename cred_exec_mutex to reflect that it's a...
2009-05-07 Ingo MolnarMerge branch 'tracing/hw-branch-tracing' into tracing...
2009-05-01 Jeff Mahoney- Update to 2.6.30-rc4.
2009-04-27 Oleg Nesterovptrace: ptrace_attach: fix the usage of ->cred_exec_mutex
2009-04-24 Ingo MolnarMerge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
2009-04-15 Jeff Mahoney- Update to 2.6.30-rc2.
2009-04-13 Oleg Nesterovptrace: fix exit_ptrace() vs ptrace_traceme() race
2009-04-08 Roland McGrathptrace: some checkpatch fixes
2009-04-07 Markus Metzgerx86, ptrace: add bts context unconditionally
2009-04-04 Linus TorvaldsMerge branch 'core-cleanups-for-linus' of git://git...
2009-04-03 Oleg Nesterovptrace_untrace: fix the SIGNAL_STOP_STOPPED check
2009-04-03 Oleg Nesterovptrace_detach: the wrong wakeup breaks the ERESTARTxxx...
2009-04-03 Oleg Nesterovforget_original_parent: split out the un-ptrace part
2009-04-03 Oleg Nesterovptrace: fix possible zombie leak on PTRACE_DETACH
2009-04-03 Oleg Nesterovptrace: kill __ptrace_detach(), fix ->exit_state check
2009-03-10 Américo Wangptrace: remove a useless goto
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2009-01-18 Heiko CarstensSystem call wrappers part 27
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-20 Markus Metzgerx86, bts: add fork and exit handling
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-30 Christoph Hellwigremove __ARCH_WANT_COMPAT_SYS_PTRACE
2008-11-13 David HowellsCRED: Inaugurate COW credentials
next