summaryrefslogtreecommitdiff
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAge
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-06
* Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-31
|\
| * ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen2017-11-28
* | ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman2018-01-16
* | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-15
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-24
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-05-23
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-08
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-22
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-22
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-22
* mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
* ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-11
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
* ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2016-03-22
* ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski2016-03-22
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-20
* ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2016-01-20
* seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-27
* seccomp: add ptrace options for suspend/resumeTycho Andersen2015-07-15
* ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-17
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-17
* ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick2015-02-17
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-10
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-06
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-13
* __ptrace_may_access() should not deny sub-threadsMark Grondona2013-09-11
* Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov2013-08-06
* ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov2013-07-09
* ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-09
* ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-03
* Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers2013-06-29
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2013-04-30
* uprobes: Add exports for module useJosh Stone2013-02-08
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-22
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-22
* ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-20
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-17
|\
| * ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-17
* | userns: Kill task_user_nsEric W. Biederman2012-11-20
|/
* ptrace: mark __ptrace_may_access() staticTetsuo Handa2012-08-03
* userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-03
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
* ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-23
* ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-23