summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-101-3/+40
* signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-101-0/+21
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-0/+10
|\
| * threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo2011-12-121-0/+10
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-4/+2
|\ \
| * | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-4/+2
| |/
* / ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-041-2/+0
|/
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-8/+16
* signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov2011-07-271-12/+5
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-158/+267
|\
| * ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov2011-07-211-6/+11
| * ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov2011-06-271-16/+4
| * do not change dead_task->exit_signalOleg Nesterov2011-06-271-1/+0
| * make do_notify_parent() return boolOleg Nesterov2011-06-271-8/+9
| * ptrace: kill trivial tracehooksTejun Heo2011-06-221-4/+4
| * ptrace: kill task_ptrace()Tejun Heo2011-06-221-7/+7
| * ptrace: implement PTRACE_LISTENTejun Heo2011-06-161-4/+9
| * ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2011-06-161-3/+35
| * ptrace: implement PTRACE_SEIZETejun Heo2011-06-161-9/+30
| * job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2011-06-161-29/+61
| * signal: remove three noop tracehooksTejun Heo2011-06-041-30/+14
| * ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2011-06-041-2/+1
| * job control: introduce task_set_jobctl_pending()Tejun Heo2011-06-041-6/+40
| * job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2011-06-041-5/+8
| * job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-041-10/+17
| * ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo2011-06-041-15/+13
| * job control: rename signal->group_stop and flags to jobctl and update themTejun Heo2011-06-041-45/+46
* | signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney2011-07-201-6/+13
* | signal.c: fix kernel-doc notationRandy Dunlap2011-06-141-1/+1
|/
* signal: sys_pause() should check signal_pending()Oleg Nesterov2011-05-251-2/+4
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-224/+454
|\
| * ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo2011-05-091-2/+2
| * signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov2011-05-091-13/+9
| * signal: cleanup sys_sigprocmask()Oleg Nesterov2011-04-281-21/+16
| * signal: rename signandsets() to sigandnsets()Oleg Nesterov2011-04-281-3/+3
| * signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov2011-04-281-12/+17
| * signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov2011-04-281-45/+65
| * signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov2011-04-281-27/+21
| * signal: cleanup sys_rt_sigprocmask()Oleg Nesterov2011-04-281-22/+16
| * signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov2011-04-281-5/+24
| * signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov2011-04-281-16/+13
| * signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov2011-04-281-4/+15
| * signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov2011-04-281-2/+10
| * signal: introduce retarget_shared_pending()Oleg Nesterov2011-04-281-9/+17
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-071-96/+279
| |\
| | * signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov2011-04-041-10/+4
| | * signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov2011-04-041-3/+2
| | * signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov2011-04-041-25/+2
| | * job control: Don't send duplicate job control stop notification while ptracedTejun Heo2011-03-231-1/+9