aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
...
| | * 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
* Prioritize synchronous signals over 'normal' signalsLinus Torvalds2010-03-03
* kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen2010-01-11
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-19
|\
| * signals: Fix more rcu assumptionsThomas Gleixner2009-12-10
| * signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner2009-12-10
* | signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov2009-12-16
* | signals: kill force_sig_specific()Oleg Nesterov2009-12-16
* | signals: cosmetic, collect_signal: use SI_USEROleg Nesterov2009-12-16
* | signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov2009-12-16
* | signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov2009-12-16
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\
| * tracepoint: Add signal loss eventsMasami Hiramatsu2009-11-26
| * tracepoint: Add signal deliver eventMasami Hiramatsu2009-11-26
| * tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2009-11-26
* | signal: Print warning message when dropping signalsNaohiro Ooiwa2009-11-09
|/
* signals: inline __fatal_signal_pendingRoland McGrath2009-09-24
* signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-24
* signals: tracehook_notify_jctl changeRoland McGrath2009-09-24
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-24
* do_sigaltstack: small cleanupsLinus Torvalds2009-08-01
* do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds2009-08-01