aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
* signal.c: fix kernel-doc notationRandy Dunlap2011-06-14
* signal: sys_pause() should check signal_pending()Oleg Nesterov2011-05-25
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-20
|\
| * ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo2011-05-09
| * signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov2011-05-09
| * signal: cleanup sys_sigprocmask()Oleg Nesterov2011-04-28
| * signal: rename signandsets() to sigandnsets()Oleg Nesterov2011-04-28
| * signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov2011-04-28
| * signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov2011-04-28
| * signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov2011-04-28
| * signal: cleanup sys_rt_sigprocmask()Oleg Nesterov2011-04-28
| * signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov2011-04-28
| * signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov2011-04-28
| * signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov2011-04-28
| * signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov2011-04-28
| * signal: introduce retarget_shared_pending()Oleg Nesterov2011-04-28
| * Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov2011-04-07
| |\
| | * signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov2011-04-03
| | * signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov2011-04-03
| | * signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov2011-04-03
| | * job control: Don't send duplicate job control stop notification while ptracedTejun Heo2011-03-23
| | * job control: Notify the real parent of job control events regardless of ptraceTejun Heo2011-03-23
| | * job control: Job control stop notifications should always go to the real parentTejun Heo2011-03-23
| | * job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo2011-03-23
| | * job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo2011-03-23
| | * ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-23
| | * ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo2011-03-23
| | * ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo2011-03-23
| | * signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-23
| | * signal: Fix premature completion of group stop when interfered by ptraceTejun Heo2011-03-23
| | * ptrace: Add @why to ptrace_stop()Tejun Heo2011-03-23
| | * ptrace: Kill tracehook_notify_jctl()Tejun Heo2011-03-23
| | * signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo2011-03-23
| | * signal: Fix SIGCONT notification codeTejun Heo2011-03-23
* | | signal.c: fix erroneous syscall kernel-docRandy Dunlap2011-04-08
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07
|\ \ \ | |/ / |/| |
| * | Fix common misspellingsLucas De Marchi2011-03-31
* | | kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap2011-04-04
* | | kernel/signal.c: fix typos and coding styleRandy Dunlap2011-04-04
|/ /
* | Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-03-28
* | userns: allow killing tasks in your own or child usernsSerge E. Hallyn2011-03-23
|/
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-21
* signals: annotate lock context change on ptrace_stop()Namhyung Kim2010-10-27
* signals: annotate lock_task_sighand()Namhyung Kim2010-10-27
* HWPOISON: Copy si_addr_lsb to userAndi Kleen2010-10-07
* CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells2010-08-04
* exit: change zap_other_threads() to count sub-threadsOleg Nesterov2010-05-27
* signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov2010-05-27
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-20
* kernel core: use helpers for rlimitsJiri Slaby2010-03-06