- 201766a ptrace: add PTRACE_GET_SYSCALL_INFO request by Elvira Khabirova · 5 years ago
- dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
- 6994eef ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 5 years ago
- aa72354 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- f6581f5b ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 6 years ago
- 15532fd ptrace: move clearing of TIF_SYSCALL_EMU flag to core by Sudeep Holla · 6 years ago
- f6e2aa9 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- fcfc2aa ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK by Andrei Vagin · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 46f7ecb ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS by Thomas Gleixner · 6 years ago
- ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
- 4cd2e0e signal: Introduce copy_siginfo_from_user and use it's return value by Eric W. Biederman · 7 years ago
- dbfe295 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
- 079b22d signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP by Eric W. Biederman · 6 years ago
- 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
- 3dbc4f5 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- 0752d7b ptrace: Use copy_siginfo in setsiginfo and getsiginfo by Eric W. Biederman · 7 years ago
- eb5346c signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
- 2650047 ptrace, seccomp: add support for retrieving seccomp metadata by Tycho Andersen · 7 years ago
- cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
- c70d9d8 ptrace: Properly initialize ptracer_cred on fork by Eric W. Biederman · 8 years ago
- 5402e97 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
- 64b875f ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 8 years ago
- bfedb58 mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
- f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
- 0a5bf40 ptrace: clear TIF_SYSCALL_TRACE on ptrace detach by Ales Novak · 8 years ago
- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
- 1333ab0 ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock by Oleg Nesterov · 9 years ago
- 5c46521 ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness by Andy Lutomirski · 9 years ago
- caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
- 7c3b00e ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable by Oleg Nesterov · 9 years ago
- f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
- 13c4a90 seccomp: add ptrace options for suspend/resume by Tycho Andersen · 10 years ago
- 64a4096 ptrace: ptrace_detach() can no longer race with SIGKILL by Oleg Nesterov · 10 years ago
- b72c186 ptrace: fix race between ptrace_resume() and wait_task_stopped() by Oleg Nesterov · 10 years ago
- 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 10 years ago
- 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 10 years ago
- 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
- 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
- d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
- 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 11 years ago
- 35114fc Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" by Oleg Nesterov · 11 years ago
- fab840f ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) by Oleg Nesterov · 11 years ago
- 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
- 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 12 years ago
- 706b23b Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation by Mathieu Desnoyers · 12 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 12 years ago
- e8440c1 uprobes: Add exports for module use by Josh Stone · 12 years ago
- 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 12 years ago
- 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 12 years ago
- edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 12 years ago
- 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 992fb6e ptrace: introduce PTRACE_O_EXITKILL by Oleg Nesterov · 12 years ago
- 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
- 9f99798 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
- 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 13 years ago
- c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
- ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 13 years ago
- aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 13 years ago
- 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 13 years ago
- 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 13 years ago
- c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
- 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
- f1c84da capabilities: remove task_ns_* functions by Eric Paris · 13 years ago
- 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 13 years ago
- f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
- d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 14 years ago
- 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 14 years ago
- 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 14 years ago
- fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 14 years ago
- 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 14 years ago
- 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 14 years ago
- 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 14 years ago
- 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 14 years ago
- 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 14 years ago
- a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 14 years ago
- 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 14 years ago
- 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 14 years ago
- 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 14 years ago
- bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 14 years ago
- e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 14 years ago
- 321fb56 ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/ by Oleg Nesterov · 14 years ago
- 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 14 years ago
- 0e9f0a4 ptrace: Always put ptracee into appropriate execution state by Tejun Heo · 14 years ago
- e3bd058 ptrace: Collapse ptrace_untrace() into __ptrace_unlink() by Tejun Heo · 14 years ago
- d79fdd6 ptrace: Clean transitions between TASK_STOPPED and TRACED by Tejun Heo · 14 years ago
- 9f2bf65 ptrace: Remove the extra wake_up_state() from ptrace_detach() by Tejun Heo · 14 years ago
- e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 14 years ago
- 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 14 years ago
- 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
- 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago