aboutsummaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
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
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov
2009-12-16signals: kill force_sig_specific()Oleg Nesterov
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov
2009-12-10signals: Fix more rcu assumptionsThomas Gleixner
2009-12-10signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds
2009-06-18ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov
2009-06-15signal: fix __send_signal() false positive kmemcheck warningVegard Nossum
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-08Merge branch 'master' into nextJames Morris