summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2012-01-11ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney
2011-06-27ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov
2011-06-27do not change dead_task->exit_signalOleg Nesterov
2011-06-27make do_notify_parent() return boolOleg Nesterov
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap
2011-06-04signal: remove three noop tracehooksTejun Heo
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo
2011-06-04ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-05-09ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo
2011-05-09signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov
2011-04-28signal: cleanup sys_sigprocmask()Oleg Nesterov
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov
2011-04-28signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov
2011-04-28signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov
2011-04-28signal: cleanup sys_rt_sigprocmask()Oleg Nesterov
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov
2011-04-28signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov
2011-04-28signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov
2011-04-28signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov
2011-04-28signal: introduce retarget_shared_pending()Oleg Nesterov
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn
2011-03-23job control: Don't send duplicate job control stop notification while ptracedTejun Heo
2011-03-23job control: Notify the real parent of job control events regardless of ptraceTejun Heo