index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-07-22
17
-708
/
+674
|
\
|
*
ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever
Oleg Nesterov
2011-07-22
1
-0
/
+8
|
*
ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction
Oleg Nesterov
2011-07-21
1
-6
/
+11
|
*
connector: add an event for monitoring process tracers
Vladimir Zapolskiy
2011-07-18
3
-1
/
+54
|
*
ptrace: dont send SIGSTOP on auto-attach if PT_SEIZED
Oleg Nesterov
2011-07-17
1
-1
/
+5
|
*
ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()
Oleg Nesterov
2011-07-17
2
-12
/
+3
|
*
ptrace_init_task: initialize child->jobctl explicitly
Oleg Nesterov
2011-07-17
1
-6
/
+7
|
*
has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/
Oleg Nesterov
2011-07-17
1
-7
/
+5
|
*
ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...
Denys Vlasenko
2011-07-01
1
-1
/
+8
|
*
ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/
Oleg Nesterov
2011-06-27
1
-2
/
+1
|
*
ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()
Oleg Nesterov
2011-06-27
1
-16
/
+4
|
*
ptrace: ptrace_reparented() should check same_thread_group()
Oleg Nesterov
2011-06-27
1
-1
/
+1
|
*
redefine thread_group_leader() as exit_signal >= 0
Oleg Nesterov
2011-06-27
2
-2
/
+5
|
*
do not change dead_task->exit_signal
Oleg Nesterov
2011-06-27
2
-2
/
+0
|
*
kill task_detached()
Oleg Nesterov
2011-06-27
2
-8
/
+2
|
*
reparent_leader: check EXIT_DEAD instead of task_detached()
Oleg Nesterov
2011-06-27
1
-1
/
+1
|
*
make do_notify_parent() __must_check, update the callers
Oleg Nesterov
2011-06-27
2
-22
/
+9
|
*
__ptrace_detach: avoid task_detached(), check do_notify_parent()
Oleg Nesterov
2011-06-27
1
-15
/
+18
|
*
kill tracehook_notify_death()
Oleg Nesterov
2011-06-27
2
-42
/
+13
|
*
make do_notify_parent() return bool
Oleg Nesterov
2011-06-27
3
-13
/
+17
|
*
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
Tejun Heo
2011-06-22
6
-23
/
+23
|
*
ptrace: kill clone/exec tracehooks
Tejun Heo
2011-06-22
3
-131
/
+38
|
*
ptrace: kill trivial tracehooks
Tejun Heo
2011-06-22
7
-171
/
+11
|
*
ptrace: move SIGTRAP on exec(2) logic to ptrace_event()
Tejun Heo
2011-06-22
2
-11
/
+9
|
*
ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...
Tejun Heo
2011-06-22
2
-27
/
+45
|
*
ptrace: kill task_ptrace()
Tejun Heo
2011-06-22
5
-32
/
+20
|
*
ptrace: implement PTRACE_LISTEN
Tejun Heo
2011-06-16
5
-8
/
+53
|
*
ptrace: implement TRAP_NOTIFY and use it for group stop events
Tejun Heo
2011-06-16
2
-4
/
+38
|
*
ptrace: implement PTRACE_INTERRUPT
Tejun Heo
2011-06-16
2
-2
/
+28
|
*
ptrace: implement PTRACE_SEIZE
Tejun Heo
2011-06-16
3
-15
/
+66
|
*
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
Tejun Heo
2011-06-16
3
-33
/
+75
|
*
signal: remove three noop tracehooks
Tejun Heo
2011-06-04
2
-82
/
+14
|
*
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
2011-06-04
2
-4
/
+9
|
*
job control: introduce task_set_jobctl_pending()
Tejun Heo
2011-06-04
3
-9
/
+45
|
*
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
2011-06-04
2
-6
/
+9
|
*
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
2011-06-04
3
-12
/
+22
|
*
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
Tejun Heo
2011-06-04
1
-15
/
+13
|
*
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
2011-06-04
2
-6
/
+20
|
*
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
2011-06-04
4
-60
/
+67
|
*
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
2011-06-04
1
-3
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-07-22
31
-136
/
+1397
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'roccat', 'upstream' and 'wiimote' into for-linus
Jiri Kosina
2011-07-22
3523
-57471
/
+138258
|
|
\
\
\
|
|
|
*
|
HID: wiimote: Add sysfs support to wiimote driver
David Herrmann
2011-07-11
2
-0
/
+84
|
|
|
*
|
HID: wiimote: Cache wiimote led state
David Herrmann
2011-07-11
1
-0
/
+26
|
|
|
*
|
HID: wiimote: Add wiimote led request
David Herrmann
2011-07-11
1
-0
/
+26
|
|
|
*
|
HID: wiimote: Add wiimote input button parser
David Herrmann
2011-07-11
1
-0
/
+66
|
|
|
*
|
HID: wiimote: Add wiimote event handler
David Herrmann
2011-07-11
1
-0
/
+18
|
|
|
*
|
HID: wiimote: Add output queue for wiimote driver
David Herrmann
2011-07-11
1
-0
/
+78
|
|
|
*
|
HID: wiimote: Add wiimote send function
David Herrmann
2011-07-11
1
-0
/
+19
|
|
|
*
|
HID: wiimote: Synchronize wiimote input and hid event handling
David Herrmann
2011-07-11
1
-0
/
+19
[next]