aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1
* kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-271-1/+1
* signal: always clear sa_restorer on execveKees Cook2013-03-201-0/+3
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-02-201-0/+5
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-02-201-10/+4
* exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2012-05-111-0/+9
* 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