aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry1-1/+8
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-0/+1
2012-03-28Disintegrate asm/system.h for SparcDavid Howells1-0/+1
2012-03-23signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov1-8/+7
2012-03-23signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov1-1/+2
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov1-0/+9
2012-01-13tracing: send_sigqueue() needs trace_signal_generate() tooOleg Nesterov1-1/+5
2012-01-13tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_infoOleg Nesterov1-8/+14
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn1-3/+40
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-0/+21
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+10
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov1-2/+0
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-4/+2
2011-12-12threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo1-0/+10
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-8/+16
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov1-12/+5
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-158/+267
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov1-6/+11
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-06-27ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov1-16/+4
2011-06-27do not change dead_task->exit_signalOleg Nesterov1-1/+0
2011-06-27make do_notify_parent() return boolOleg Nesterov1-8/+9
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-4/+4
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-7/+7
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo1-4/+9
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo1-3/+35
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo1-9/+30
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo1-29/+61
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-04signal: remove three noop tracehooksTejun Heo1-30/+14
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo1-2/+1
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo1-6/+40
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo1-5/+8
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo1-10/+17
2011-06-04ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo1-15/+13
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo1-45/+46
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov1-2/+4
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-224/+454
2011-05-09ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo1-2/+2
2011-05-09signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov1-13/+9
2011-04-28signal: cleanup sys_sigprocmask()Oleg Nesterov1-21/+16
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov1-3/+3
2011-04-28signal: do_sigtimedwait() needs retarget_shared_pending()Oleg Nesterov1-12/+17
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov1-45/+65
2011-04-28signal: sys_rt_sigtimedwait: simplify the timeout logicOleg Nesterov1-27/+21
2011-04-28signal: cleanup sys_rt_sigprocmask()Oleg Nesterov1-22/+16
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov1-5/+24
2011-04-28signal: sigprocmask: narrow the scope of ->siglockOleg Nesterov1-16/+13