aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-9/+16
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-31/+20
2012-05-21new helper: sigsuspend()Al Viro1-9/+16
2012-05-15userns: signal remove unnecessary map_cred_nsEric W. Biederman1-15/+5
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgidsEric W. Biederman1-9/+6
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-1/+1
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-6/+8
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-9/+19
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry1-1/+8
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-2/+2
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-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+4
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