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-04-051-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-03-041-0/+5
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-03-041-9/+3
* ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov2011-11-111-3/+1
* 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
| | * job control: Notify the real parent of job control events regardless of ptraceTejun Heo2011-03-231-3/+50
| | * job control: Job control stop notifications should always go to the real parentTejun Heo2011-03-231-3/+15
| | * job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo2011-03-231-7/+24
| | * job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo2011-03-231-3/+20
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-231-13/+66
| | * ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo2011-03-231-18/+25
| | * ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo2011-03-231-3/+6
| | * signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-231-15/+21
| | * signal: Fix premature completion of group stop when interfered by ptraceTejun Heo2011-03-231-8/+54
| | * ptrace: Add @why to ptrace_stop()Tejun Heo2011-03-231-4/+4
| | * ptrace: Kill tracehook_notify_jctl()Tejun Heo2011-03-231-20/+14
| | * signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo2011-03-231-3/+1
| | * signal: Fix SIGCONT notification codeTejun Heo2011-03-231-2/+7
* | | signal.c: fix erroneous syscall kernel-docRandy Dunlap2011-04-081-2/+2
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | | kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap2011-04-041-2/+63
* | | kernel/signal.c: fix typos and coding styleRandy Dunlap2011-04-041-42/+48
|/ /
* | Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-03-281-2/+2
* | userns: allow killing tasks in your own or child usernsSerge E. Hallyn2011-03-231-8/+22
|/
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-211-4/+12
* signals: annotate lock context change on ptrace_stop()Namhyung Kim2010-10-271-0/+2