summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* signals: annotate lock_task_sighand()Namhyung Kim2010-10-271-1/+2
* HWPOISON: Copy si_addr_lsb to userAndi Kleen2010-10-071-0/+8
* CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells2010-08-041-3/+6
* exit: change zap_other_threads() to count sub-threadsOleg Nesterov2010-05-271-8/+9
* signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov2010-05-271-2/+4
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+40
* kernel core: use helpers for rlimitsJiri Slaby2010-03-061-1/+1
* Prioritize synchronous signals over 'normal' signalsLinus Torvalds2010-03-031-13/+30
* kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen2010-01-111-1/+2
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-191-11/+14
|\
| * signals: Fix more rcu assumptionsThomas Gleixner2009-12-101-4/+4
| * signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner2009-12-101-7/+10
* | signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov2009-12-161-5/+4
* | signals: kill force_sig_specific()Oleg Nesterov2009-12-161-6/+0
* | signals: cosmetic, collect_signal: use SI_USEROleg Nesterov2009-12-161-1/+1
* | signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov2009-12-161-3/+2
* | signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov2009-12-161-3/+13
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-7/+20
|\
| * tracepoint: Add signal loss eventsMasami Hiramatsu2009-11-261-5/+14
| * tracepoint: Add signal deliver eventMasami Hiramatsu2009-11-261-0/+3
| * tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2009-11-261-2/+3
* | signal: Print warning message when dropping signalsNaohiro Ooiwa2009-11-091-13/+33
|/
* signals: inline __fatal_signal_pendingRoland McGrath2009-09-241-6/+0
* signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-241-29/+27
* signals: tracehook_notify_jctl changeRoland McGrath2009-09-241-50/+47
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-241-9/+0
* do_sigaltstack: small cleanupsLinus Torvalds2009-08-011-4/+6
* do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds2009-08-011-7/+8