Age | Commit message (Expand) | Author | Files | Lines |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra | 1 | -1/+1 |
2022-07-09 | ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced() | Sven Schnelle | 1 | -1/+1 |
2022-06-04 | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -59/+28 |
2022-05-11 | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state | Peter Zijlstra | 1 | -3/+13 |
2022-05-11 | ptrace: Always take siglock in ptrace_resume | Eric W. Biederman | 1 | -11/+2 |
2022-05-11 | ptrace: Don't change __state | Eric W. Biederman | 1 | -13/+8 |
2022-05-11 | ptrace: Document that wait_task_inactive can't fail | Eric W. Biederman | 1 | -11/+3 |
2022-05-11 | ptrace: Reimplement PTRACE_KILL by always sending SIGKILL | Eric W. Biederman | 1 | -3/+2 |
2022-05-11 | ptrace: Remove arch_ptrace_attach | Eric W. Biederman | 1 | -18/+0 |
2022-04-30 | ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEP | Tiezhu Yang | 1 | -6/+0 |
2022-03-22 | ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE | Jann Horn | 1 | -15/+32 |
2022-01-08 | ptrace: Remove second setting of PT_SEIZED in ptrace_attach | Eric W. Biederman | 1 | -2/+0 |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra | 1 | -6/+6 |
2021-05-12 | ptrace: make ptrace() fail if the tracee changed its pid unexpectedly | Oleg Nesterov | 1 | -1/+17 |
2021-04-20 | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2021-03-27 | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals" | Jens Axboe | 1 | -1/+1 |
2021-03-17 | rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request | Piotr Figiel | 1 | -0/+25 |
2021-02-22 | kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals | Jens Axboe | 1 | -1/+1 |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2020-12-15 | mm: cleanup: remove unused tsk arg from __access_remote_vm | John Hubbard | 1 | -1/+1 |
2020-12-15 | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+8 |
2020-11-17 | ptrace: Set PF_SUPERPRIV when checking capability | Mickaël Salaün | 1 | -11/+5 |
2020-11-16 | ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -5/+5 |
2020-11-16 | ptrace: Migrate to use SYSCALL_TRACE flag | Gabriel Krisman Bertazi | 1 | -3/+3 |
2020-01-18 | ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() | Christian Brauner | 1 | -5/+10 |
2019-07-17 | ptrace: add PTRACE_GET_SYSCALL_INFO request | Elvira Khabirova | 1 | -1/+100 |
2019-07-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+3 |
2019-07-04 | ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME | Jann Horn | 1 | -3/+1 |
2019-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+18 |
2019-06-11 | ptrace: restore smp_rmb() in __ptrace_may_access() | Jann Horn | 1 | -0/+10 |
2019-06-05 | ptrace: move clearing of TIF_SYSCALL_EMU flag to core | Sudeep Holla | 1 | -0/+3 |
2019-05-30 | signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO | Eric W. Biederman | 1 | -2/+8 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-03-29 | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK | Andrei Vagin | 1 | -2/+13 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2018-11-28 | ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS | Thomas Gleixner | 1 | -10/+0 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+12 |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 1 | -5/+5 |
2018-10-03 | signal: Introduce copy_siginfo_from_user and use it's return value | Eric W. Biederman | 1 | -7/+5 |
2018-09-26 | x86/speculation: Apply IBPB more strictly to avoid cross-process data leak | Jiri Kosina | 1 | -0/+10 |
2018-09-11 | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP | Eric W. Biederman | 1 | -2/+2 |
2018-02-07 | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 1 | -21/+6 |
2018-02-01 | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2018-01-16 | ptrace: Use copy_siginfo in setsiginfo and getsiginfo | Eric W. Biederman | 1 | -2/+2 |
2018-01-16 | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 | Eric W. Biederman | 1 | -1/+0 |
2017-11-29 | ptrace, seccomp: add support for retrieving seccomp metadata | Tycho Andersen | 1 | -0/+4 |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman | 1 | -4/+2 |
2017-05-23 | ptrace: Properly initialize ptracer_cred on fork | Eric W. Biederman | 1 | -7/+13 |
2017-04-08 | ptrace: fix PTRACE_LISTEN race corrupting task->state | bsegall@google.com | 1 | -4/+10 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |