aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-17signal: use current->state helpersDavidlohr Bueso1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2014-11-18mpx: Extend siginfo structure to include bound violation informationQiaowei Ren1-0/+4
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov1-1/+11
2014-10-29signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney1-16/+14
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-25/+21
2014-08-06Rip out get_signal_to_deliver()Richard Weinberger1-11/+12
2014-08-06Clean up signal_delivered()Richard Weinberger1-13/+8
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger1-1/+1
2014-07-09signal: Explain local_irq_save() callPaul E. McKenney1-0/+4
2014-06-06signals: introduce kernel_sigaction()Oleg Nesterov1-24/+12
2014-06-06signals: disallow_signal() should flush the potentially pending signalOleg Nesterov1-0/+7
2014-06-06signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov1-4/+1
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov1-0/+29
2014-06-06signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov1-8/+7
2014-06-06signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov1-11/+8
2014-06-06signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov1-33/+10
2014-06-06signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov1-1/+1
2014-06-06ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov1-0/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-2/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+3
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-4/+3
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov1-4/+3
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-2/+2
2013-05-12sigtimedwait: use freezable blocking callColin Cross1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-2/+4
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-2/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag1-0/+2
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