aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
AgeCommit message (Expand)Author
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman
2017-04-08ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-20ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-07-03ptrace: add ability to get/set signal-blocked maskAndrey Vagin
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-02-08uprobes: Add exports for module useJosh Stone
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov
2012-11-20userns: Kill task_user_nsEric W. Biederman
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris
2012-01-05capabilities: remove task_ns_* functionsEric Paris