index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Commit message (
Expand
)
Author
Age
*
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
*
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
2014-03-06
*
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2013-11-12
*
__ptrace_may_access() should not deny sub-threads
Mark Grondona
2013-09-11
*
Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"
Oleg Nesterov
2013-08-06
*
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
2013-07-09
*
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
2013-07-09
*
ptrace: add ability to get/set signal-blocked mask
Andrey Vagin
2013-07-03
*
Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
Mathieu Desnoyers
2013-06-29
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
*
ptrace: add ability to retrieve signals without removing from a queue (v4)
Andrey Vagin
2013-04-30
*
uprobes: Add exports for module use
Josh Stone
2013-02-08
*
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
2013-01-22
*
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
2013-01-22
*
ia64: kill thread_matches(), unexport ptrace_check_attach()
Oleg Nesterov
2013-01-20
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-12-17
|
\
|
*
ptrace: introduce PTRACE_O_EXITKILL
Oleg Nesterov
2012-12-17
*
|
userns: Kill task_user_ns
Eric W. Biederman
2012-11-20
|
/
*
ptrace: mark __ptrace_may_access() static
Tetsuo Handa
2012-08-03
*
userns: Convert ptrace, kill, set_priority permission checks to work with kui...
Eric W. Biederman
2012-05-03
*
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
2012-04-07
*
ptrace: remove PTRACE_SEIZE_DEVEL bit
Denys Vlasenko
2012-03-23
*
ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter
Denys Vlasenko
2012-03-23
*
ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code
Denys Vlasenko
2012-03-23
*
ptrace: don't modify flags on PTRACE_SETOPTIONS failure
Denys Vlasenko
2012-03-23
*
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-14
|
\
|
*
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
2012-01-05
|
*
capabilities: remove task_ns_* functions
Eric Paris
2012-01-05
*
|
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
Oleg Nesterov
2012-01-04
*
|
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
|
/
*
ptrace: PTRACE_LISTEN forgets to unlock ->siglock
Oleg Nesterov
2011-09-25
*
connector: add an event for monitoring process tracers
Vladimir Zapolskiy
2011-07-18
*
do not change dead_task->exit_signal
Oleg Nesterov
2011-06-27
*
__ptrace_detach: avoid task_detached(), check do_notify_parent()
Oleg Nesterov
2011-06-27
*
ptrace: implement PTRACE_LISTEN
Tejun Heo
2011-06-16
*
ptrace: implement PTRACE_INTERRUPT
Tejun Heo
2011-06-16
*
ptrace: implement PTRACE_SEIZE
Tejun Heo
2011-06-16
*
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
Tejun Heo
2011-06-16
*
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
2011-06-04
*
job control: introduce task_set_jobctl_pending()
Tejun Heo
2011-06-04
*
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
2011-06-04
*
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
2011-06-04
*
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
2011-06-04
*
ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread
Oleg Nesterov
2011-05-25
*
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-05-20
|
\
|
*
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...
Oleg Nesterov
2011-04-07
|
|
\
|
|
*
ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/
Oleg Nesterov
2011-04-03
|
|
*
ptrace: Always put ptracee into appropriate execution state
Tejun Heo
2011-03-23
|
|
*
ptrace: Collapse ptrace_untrace() into __ptrace_unlink()
Tejun Heo
2011-03-23
|
|
*
ptrace: Clean transitions between TASK_STOPPED and TRACED
Tejun Heo
2011-03-23
[next]