index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-06-16
ptrace: implement PTRACE_LISTEN
Tejun Heo
1
-3
/
+39
2011-06-16
ptrace: implement PTRACE_INTERRUPT
Tejun Heo
1
-2
/
+27
2011-06-16
ptrace: implement PTRACE_SEIZE
Tejun Heo
1
-6
/
+29
2011-06-16
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
Tejun Heo
1
-3
/
+9
2011-06-04
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
1
-2
/
+8
2011-06-04
job control: introduce task_set_jobctl_pending()
Tejun Heo
1
-3
/
+3
2011-06-04
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
1
-5
/
+19
2011-06-04
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
1
-6
/
+6
2011-06-04
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
1
-3
/
+1
2011-05-25
ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread
Oleg Nesterov
1
-1
/
+1
2011-05-20
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
1
-37
/
+81
2011-04-25
ptrace: Prepare to fix racy accesses on task breakpoints
Frederic Weisbecker
1
-0
/
+17
2011-04-07
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...
Oleg Nesterov
1
-37
/
+81
2011-04-04
ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/
Oleg Nesterov
1
-5
/
+3
2011-03-23
userns: allow ptrace from non-init user namespaces
Serge E. Hallyn
1
-12
/
+15
2011-03-23
ptrace: Always put ptracee into appropriate execution state
Tejun Heo
1
-20
/
+39
2011-03-23
ptrace: Collapse ptrace_untrace() into __ptrace_unlink()
Tejun Heo
1
-25
/
+15
2011-03-23
ptrace: Clean transitions between TASK_STOPPED and TRACED
Tejun Heo
1
-5
/
+44
2011-03-23
ptrace: Remove the extra wake_up_state() from ptrace_detach()
Tejun Heo
1
-2
/
+0
2011-03-04
Mark ptrace_{traceme,attach,detach} static
Linus Torvalds
1
-3
/
+3
2011-02-11
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
1
-1
/
+1
2010-10-27
signals: move cred_guard_mutex from task_struct to signal_struct
KOSAKI Motohiro
1
-2
/
+2
2010-10-27
ptrace: cleanup ptrace_request()
Namhyung Kim
1
-7
/
+7
2010-10-27
ptrace: change signature of sys_ptrace() and friends
Namhyung Kim
1
-6
/
+10
2010-10-27
ptrace: annotate lock context change on exit_ptrace()
Namhyung Kim
1
-0
/
+2
2010-08-11
ptrace: optimize exit_ptrace() for the likely case
Oleg Nesterov
1
-3
/
+9
2010-05-27
ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
Oleg Nesterov
1
-2
/
+8
[next]