aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov1-2/+4
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-224/+454
2011-05-09ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo1-2/+2
2011-05-09signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov1-13/+9
2011-04-28signal: cleanup sys_sigprocmask()Oleg Nesterov1-21/+16
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov1-3/+3
2011-04-28signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov1-12/+17
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov1-45/+65
2011-04-28signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov1-27/+21
2011-04-28signal: cleanup sys_rt_sigprocmask()Oleg Nesterov1-22/+16
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov1-5/+24
2011-04-28signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov1-16/+13
2011-04-28signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov1-4/+15
2011-04-28signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov1-2/+10
2011-04-28signal: introduce retarget_shared_pending()Oleg Nesterov1-9/+17
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap1-2/+2
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptraceOleg Nesterov1-96/+279
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap1-2/+63
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap1-42/+48
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov1-10/+4
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov1-3/+2
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov1-25/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-2/+2
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn1-8/+22
2011-03-23job control: Don't send duplicate job control stop notification while ptracedTejun Heo1-1/+9
2011-03-23job control: Notify the real parent of job control events regardless of ptraceTejun Heo1-3/+50
2011-03-23job control: Job control stop notifications should always go to the real parentTejun Heo1-3/+15
2011-03-23job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo1-7/+24
2011-03-23job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo1-3/+20
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo1-13/+66
2011-03-23ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo1-18/+25
2011-03-23ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stopTejun Heo1-3/+6
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo1-15/+21
2011-03-23signal: Fix premature completion of group stop when interfered by ptraceTejun Heo1-8/+54
2011-03-23ptrace: Add @why to ptrace_stop()Tejun Heo1-4/+4
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo1-20/+14
2011-03-23signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo1-3/+1
2011-03-23signal: Fix SIGCONT notification codeTejun Heo1-2/+7
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim1-0/+2
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim1-1/+2
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen1-0/+8
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov1-8/+9
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-0/+40
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-1/+1
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30