aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
* new helper: signal_delivered()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-01
* pidns: use task_active_pid_ns in do_notify_parentEric W. Biederman2012-05-31
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\
| * Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14
| |\
| * | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-23
|\ \ \
| * | | new helper: sigsuspend()Al Viro2012-05-21
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\ \ \
| * | | userns: signal remove unnecessary map_cred_nsEric W. Biederman2012-05-15
| * | | userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-03
| * | | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-03
| * | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03
| * | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
| |/ /
* / / signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-13
|/ /
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\ \
| * | Disintegrate asm/system.h for SparcDavid Howells2012-03-28
* | | signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov2012-03-23
* | | signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov2012-03-23
|/ /
* / exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2012-03-20
|/
* tracing: send_sigqueue() needs trace_signal_generate() tooOleg Nesterov2012-01-13
* tracing: let trace_signal_generate() report more info, kill overflow_fail/los...Oleg Nesterov2012-01-13
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-10
* signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-10
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-09
|\
| * threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo2011-12-12
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-06
|\ \
| * | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-15
| |/
* / ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-04
|/
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-29
* signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov2011-07-27
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-22
|\
| * ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov2011-07-21
| * ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov2011-06-27
| * do not change dead_task->exit_signalOleg Nesterov2011-06-27
| * make do_notify_parent() return boolOleg Nesterov2011-06-27
| * ptrace: kill trivial tracehooksTejun Heo2011-06-22
| * ptrace: kill task_ptrace()Tejun Heo2011-06-22
| * ptrace: implement PTRACE_LISTENTejun Heo2011-06-16
| * ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2011-06-16
| * ptrace: implement PTRACE_SEIZETejun Heo2011-06-16
| * job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo2011-06-16
| * signal: remove three noop tracehooksTejun Heo2011-06-04
| * ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo2011-06-04
| * job control: introduce task_set_jobctl_pending()Tejun Heo2011-06-04
| * job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo2011-06-04
| * job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo2011-06-04