index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
Sven Schnelle
2022-07-09
1
-1
/
+1
*
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-03
1
-59
/
+28
|
\
|
*
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
2022-05-11
1
-3
/
+13
|
*
ptrace: Always take siglock in ptrace_resume
Eric W. Biederman
2022-05-11
1
-11
/
+2
|
*
ptrace: Don't change __state
Eric W. Biederman
2022-05-11
1
-13
/
+8
|
*
ptrace: Document that wait_task_inactive can't fail
Eric W. Biederman
2022-05-11
1
-11
/
+3
|
*
ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
Eric W. Biederman
2022-05-11
1
-3
/
+2
|
*
ptrace: Remove arch_ptrace_attach
Eric W. Biederman
2022-05-11
1
-18
/
+0
*
|
ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEP
Tiezhu Yang
2022-04-29
1
-6
/
+0
|
/
*
ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
Jann Horn
2022-03-22
1
-15
/
+32
*
ptrace: Remove second setting of PT_SEIZED in ptrace_attach
Eric W. Biederman
2022-01-08
1
-2
/
+0
*
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
1
-6
/
+6
*
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
Oleg Nesterov
2021-05-12
1
-1
/
+17
*
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
2021-04-20
1
-1
/
+1
|
\
|
*
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
2021-03-27
1
-1
/
+1
*
|
rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request
Piotr Figiel
2021-03-17
1
-0
/
+25
|
/
*
kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals
Jens Axboe
2021-02-21
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
1
-1
/
+1
|
\
|
*
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
2020-12-15
1
-1
/
+1
*
|
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-14
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
1
-5
/
+5
|
*
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
2020-11-16
1
-3
/
+3
*
|
ptrace: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
2020-11-17
1
-11
/
+5
|
/
*
ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
Christian Brauner
2020-01-18
1
-5
/
+10
*
ptrace: add PTRACE_GET_SYSCALL_INFO request
Elvira Khabirova
2019-07-16
1
-1
/
+100
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-08
1
-0
/
+3
|
\
|
*
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
2019-06-05
1
-0
/
+3
*
|
ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
Jann Horn
2019-07-05
1
-3
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2019-06-11
1
-2
/
+18
|
\
\
|
|
/
|
/
|
|
*
ptrace: restore smp_rmb() in __ptrace_may_access()
Jann Horn
2019-06-11
1
-0
/
+10
|
*
signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO
Eric W. Biederman
2019-05-30
1
-2
/
+8
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK
Andrei Vagin
2019-03-29
1
-2
/
+13
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
*
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
Thomas Gleixner
2018-11-28
1
-10
/
+0
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-24
1
-14
/
+12
|
\
|
*
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-5
/
+5
|
*
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2018-10-03
1
-7
/
+5
|
*
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
2018-09-11
1
-2
/
+2
*
|
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
2018-09-26
1
-0
/
+10
|
/
*
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-02-06
1
-21
/
+6
*
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-01-31
1
-0
/
+4
|
\
|
*
ptrace, seccomp: add support for retrieving seccomp metadata
Tycho Andersen
2017-11-28
1
-0
/
+4
*
|
ptrace: Use copy_siginfo in setsiginfo and getsiginfo
Eric W. Biederman
2018-01-16
1
-2
/
+2
*
|
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
Eric W. Biederman
2018-01-15
1
-1
/
+0
|
/
*
signal: Remove kernel interal si_code magic
Eric W. Biederman
2017-07-24
1
-4
/
+2
*
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
2017-05-23
1
-7
/
+13
*
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-04-08
1
-4
/
+10
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
[next]