aboutsummaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
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
2011-03-23job control: Job control stop notifications should always go to the real parentTejun Heo
2011-03-23job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo
2011-03-23job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo
2011-03-23ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo
2011-03-23ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo
2011-03-23signal: Fix premature completion of group stop when interfered by ptraceTejun Heo
2011-03-23ptrace: Add @why to ptrace_stop()Tejun Heo
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo
2011-03-23signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo
2011-03-23signal: Fix SIGCONT notification codeTejun Heo
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds