aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-03-13signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-12signals: fix new kernel-doc warningsRandy Dunlap1-1/+1
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks1-4/+4
2013-02-27signal: allow to send any siginfo to itselfAndrey Vagin1-2/+4
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-39/+293
2013-02-14burying unused conditionalsAl Viro1-12/+0
2013-02-14make do_sigaltstack() staticAl Viro1-1/+1
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-4/+8
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro1-2/+0
2013-02-03new helper: signal_setup_done()Al Viro1-0/+9
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro1-0/+78
2013-02-03generic sys_compat_rt_sigaction()Al Viro1-0/+49
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro1-1/+16
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro1-0/+17
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro1-13/+32
2013-02-03generic compat_sys_rt_sigpending()Al Viro1-17/+35
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro1-0/+41
2013-02-03consolidate rt_sigsuspend()Al Viro1-1/+23
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-2/+2
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-4/+8
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov1-0/+5
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-10/+4
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2013-01-05signals: set_current_blocked() can use __set_current_blocked()Oleg Nesterov1-6/+2
2013-01-05signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov1-0/+1
2012-12-26switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINEAl Viro1-2/+3
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+74
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-0/+16
2012-12-19generic compat_sys_sigaltstack()Al Viro1-0/+45
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-19new helper: restore_altstack()Al Viro1-0/+7
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+7
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-1/+1
2012-11-29print_fatal_signal(): get rid of pt_regs argumentAl Viro1-2/+3
2012-11-29ptrace_signal(): get rid of unused argumentsAl Viro1-4/+2
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov1-14/+6
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+1
2012-09-13task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov1-14/+4
2012-07-22signal: make sure we don't get stopped with pending task_workAl Viro1-0/+15
2012-06-01new helper: signal_delivered()Al Viro1-9/+13
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-6/+12
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-0/+6
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro1-2/+0
2012-05-31pidns: use task_active_pid_ns in do_notify_parentEric W. Biederman1-6/+5
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+16
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus 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 kui...Eric 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...Linus 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/los...Oleg 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/cg...Linus Torvalds1-0/+10
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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
2011-04-28signal: retarget_shared_pending: optimize while_each_thread() loopOleg Nesterov1-4/+15
2011-04-28signal: retarget_shared_pending: consider shared/unblocked signals onlyOleg Nesterov1-2/+10
2011-04-28signal: introduce retarget_shared_pending()Oleg Nesterov1-9/+17
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap1-2/+2
2011-04-07Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Oleg Nesterov1-96/+279
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-04kernel/signal.c: add kernel-doc notation to syscallsRandy Dunlap1-2/+63
2011-04-04kernel/signal.c: fix typos and coding styleRandy Dunlap1-42/+48
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov1-10/+4
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov1-3/+2
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov1-25/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-2/+2
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn1-8/+22
2011-03-23job control: Don't send duplicate job control stop notification while ptracedTejun Heo1-1/+9
2011-03-23job control: Notify the real parent of job control events regardless of ptraceTejun Heo1-3/+50
2011-03-23job control: Job control stop notifications should always go to the real parentTejun Heo1-3/+15
2011-03-23job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo1-7/+24
2011-03-23job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo1-3/+20
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo1-13/+66
2011-03-23ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo1-18/+25
2011-03-23ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo1-3/+6
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo1-15/+21
2011-03-23signal: Fix premature completion of group stop when interfered by ptraceTejun Heo1-8/+54
2011-03-23ptrace: Add @why to ptrace_stop()Tejun Heo1-4/+4
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo1-20/+14
2011-03-23signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo1-3/+1
2011-03-23signal: Fix SIGCONT notification codeTejun Heo1-2/+7
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim1-0/+2
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim1-1/+2
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen1-0/+8
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov1-8/+9
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-0/+40
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-1/+1
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+14
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov1-5/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-6/+0
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov1-1/+1
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov1-3/+2
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-3/+13
2009-12-10signals: Fix more rcu assumptionsThomas Gleixner1-4/+4
2009-12-10signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner1-7/+10
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+20
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-5/+14
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu1-0/+3
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu1-2/+3
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa1-13/+33
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath1-6/+0
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov1-29/+27
2009-09-24signals: tracehook_notify_jctl changeRoland McGrath1-50/+47
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov1-9/+0
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds1-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-06-18ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov1-1/+1
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov1-5/+5
2009-06-15signal: fix __send_signal() false positive kmemcheck warningVegard Nossum1-3/+8
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+8
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2009-05-08Merge branch 'master' into nextJames Morris1-14/+49
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner1-0/+26
2009-04-30signals: split do_tkillThomas Gleixner1-12/+18
2009-04-30SELinux: Don't flush inherited SIGKILL during execve()David Howells1-3/+8
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-2/+0
2009-04-02signals: SI_USER: Masquerade si_pid when crossing pid ns boundarySukadev Bhattiprolu1-0/+2
2009-04-02signals: protect cinit from blocked fatal signalsSukadev Bhattiprolu1-1/+8
2009-04-02signals: protect cinit from unblocked SIG_DFL signalsSukadev Bhattiprolu1-9/+19
2009-04-02signals: add from_ancestor_ns parameter to send_signal()Sukadev Bhattiprolu1-3/+9
2009-04-02signals: protect init from unwanted signals moreOleg Nesterov1-3/+13
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-3/+3
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-02-05signal: re-add dead task accumulation stats.Peter Zijlstra1-4/+4
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk1-0/+2
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-6/+5
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens1-13/+8
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens1-11/+7
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens1-4/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-06SEND_SIG_NOINFO: set si_pid to tgid instead of pidSukadev Bhattiprolu1-1/+1
2009-01-06SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundarySukadev Bhattiprolu1-1/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+2