index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-22
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
1
-6
/
+36
2016-11-22
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
1
-5
/
+7
2016-11-22
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
1
-15
/
+11
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-6
/
+10
2016-10-11
ptrace: clear TIF_SYSCALL_TRACE on ptrace detach
Ales Novak
1
-1
/
+2
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-2
/
+2
2016-03-22
ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock
Oleg Nesterov
1
-2
/
+1
2016-03-22
ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness
Andy Lutomirski
1
-1
/
+1
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
1
-8
/
+31
2016-01-20
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
1
-2
/
+8
2015-10-27
seccomp, ptrace: add support for dumping seccomp filters
Tycho Andersen
1
-0
/
+5
2015-07-15
seccomp: add ptrace options for suspend/resume
Tycho Andersen
1
-0
/
+13
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
1
-10
/
+9
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
1
-0
/
+20
2015-02-17
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Fabian Frederick
1
-1
/
+0
2014-12-10
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...
Oleg Nesterov
1
-20
/
+3
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-7
/
+1
2014-03-06
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
1
-2
/
+2
2013-11-13
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
1
-1
/
+2
2013-09-11
__ptrace_may_access() should not deny sub-threads
Mark Grondona
1
-1
/
+1
2013-08-06
Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"
Oleg Nesterov
1
-1
/
+0
2013-07-09
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
1
-0
/
+1
2013-07-09
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
1
-16
/
+0
2013-07-03
ptrace: add ability to get/set signal-blocked mask
Andrey Vagin
1
-2
/
+42
2013-06-29
Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
Mathieu Desnoyers
1
-9
/
+11
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-04-30
ptrace: add ability to retrieve signals without removing from a queue (v4)
Andrey Vagin
1
-0
/
+80
2013-02-08
uprobes: Add exports for module use
Josh Stone
1
-0
/
+6
2013-01-22
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
1
-10
/
+54
2013-01-22
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
1
-4
/
+4
2013-01-20
ia64: kill thread_matches(), unexport ptrace_check_attach()
Oleg Nesterov
1
-1
/
+1
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-0
/
+3
2012-12-17
ptrace: introduce PTRACE_O_EXITKILL
Oleg Nesterov
1
-0
/
+3
2012-11-20
userns: Kill task_user_ns
Eric W. Biederman
1
-2
/
+8
2012-08-03
ptrace: mark __ptrace_may_access() static
Tetsuo Handa
1
-1
/
+2
2012-05-03
userns: Convert ptrace, kill, set_priority permission checks to work with kui...
Eric W. Biederman
1
-7
/
+6
2012-04-07
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
1
-2
/
+2
2012-03-23
ptrace: remove PTRACE_SEIZE_DEVEL bit
Denys Vlasenko
1
-15
/
+0
2012-03-23
ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter
Denys Vlasenko
1
-10
/
+21
2012-03-23
ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code
Denys Vlasenko
1
-23
/
+8
2012-03-23
ptrace: don't modify flags on PTRACE_SETOPTIONS failure
Denys Vlasenko
1
-1
/
+4
2012-01-14
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-3
/
+11
2012-01-05
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
1
-2
/
+10
2012-01-05
capabilities: remove task_ns_* functions
Eric Paris
1
-2
/
+2
2012-01-04
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
Oleg Nesterov
1
-1
/
+12
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-25
ptrace: PTRACE_LISTEN forgets to unlock ->siglock
Oleg Nesterov
1
-13
/
+10
2011-07-18
connector: add an event for monitoring process tracers
Vladimir Zapolskiy
1
-1
/
+6
2011-06-27
do not change dead_task->exit_signal
Oleg Nesterov
1
-1
/
+0
2011-06-27
__ptrace_detach: avoid task_detached(), check do_notify_parent()
Oleg Nesterov
1
-15
/
+18
[next]