index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
2021-03-27
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
2021-02-21
kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals
Jens Axboe
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
2020-12-14
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-11-17
ptrace: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
2020-11-16
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
2020-01-18
ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
Christian Brauner
2019-07-16
ptrace: add PTRACE_GET_SYSCALL_INFO request
Elvira Khabirova
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-05
ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
Jann Horn
2019-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2019-06-11
ptrace: restore smp_rmb() in __ptrace_may_access()
Jann Horn
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
2019-05-30
signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO
Eric W. Biederman
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-03-29
ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK
Andrei Vagin
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-11-28
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
Thomas Gleixner
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2018-09-26
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
2018-02-06
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-01-31
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-01-16
ptrace: Use copy_siginfo in setsiginfo and getsiginfo
Eric W. Biederman
2018-01-15
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
Eric W. Biederman
2017-11-28
ptrace, seccomp: add support for retrieving seccomp metadata
Tycho Andersen
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
2017-05-23
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
2017-04-08
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-11-22
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
2016-11-22
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
2016-11-22
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
2016-10-11
ptrace: clear TIF_SYSCALL_TRACE on ptrace detach
Ales Novak
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-03-22
ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock
Oleg Nesterov
2016-03-22
ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness
Andy Lutomirski
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-01-20
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
2015-10-27
seccomp, ptrace: add support for dumping seccomp filters
Tycho Andersen
2015-07-15
seccomp: add ptrace options for suspend/resume
Tycho Andersen
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
[next]