summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov1-6/+7
2011-07-17has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/Oleg Nesterov1-7/+5
2011-07-01ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...Denys Vlasenko1-1/+8
2011-06-27ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/Oleg Nesterov1-2/+1
2011-06-27ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov1-16/+4
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov1-1/+1
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov2-2/+5
2011-06-27do not change dead_task->exit_signalOleg Nesterov2-2/+0
2011-06-27kill task_detached()Oleg Nesterov2-8/+2
2011-06-27reparent_leader: check EXIT_DEAD instead of task_detached()Oleg Nesterov1-1/+1
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov2-22/+9
2011-06-27__ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov1-15/+18
2011-06-27kill tracehook_notify_death()Oleg Nesterov2-42/+13
2011-06-27make do_notify_parent() return boolOleg Nesterov3-13/+17
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo6-23/+23
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo3-131/+38
2011-06-22ptrace: kill trivial tracehooksTejun Heo7-171/+11
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo2-11/+9
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo2-27/+45
2011-06-22ptrace: kill task_ptrace()Tejun Heo5-32/+20
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo5-8/+53
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2-4/+38
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo2-2/+28
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo3-15/+66
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo3-33/+75
2011-06-04signal: remove three noop tracehooksTejun Heo2-82/+14
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2-4/+9
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo3-9/+45
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2-6/+9
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo3-12/+22
2011-06-04ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo1-15/+13
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo2-6/+20
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo4-60/+67
2011-06-04ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo1-3/+1
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-1/+2
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds60-219/+380
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-28/+41
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds1-1/+1
2011-06-04Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-2/+4
2011-06-04Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds9-97/+136
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-4/+4
2011-06-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+141
2011-06-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-45/+39
2011-06-04Revert "ASoC: Update cx20442 for TTY API change"Linus Torvalds1-5/+3
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds20-128/+115
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-70/+155
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5