aboutsummaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers
2013-05-12sigtimedwait: use freezable blocking callColin Cross
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-13signal: always clear sa_restorer on execveKees Cook
2013-03-12signals: fix new kernel-doc warningsRandy Dunlap
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks
2013-02-27signal: allow to send any siginfo to itselfAndrey Vagin
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-14burying unused conditionalsAl Viro
2013-02-14make do_sigaltstack() staticAl Viro
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro
2013-02-03new helper: signal_setup_done()Al Viro
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-03generic sys_compat_rt_sigaction()Al Viro
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro
2013-02-03generic compat_sys_rt_sigpending()Al Viro
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro
2013-02-03consolidate rt_sigsuspend()Al Viro
2013-02-03sanitize rt_sigaction() situation a bitAl Viro
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-05signals: set_current_blocked() can use __set_current_blocked()Oleg Nesterov
2013-01-05signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov
2012-12-26switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINEAl Viro
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro
2012-12-19generic compat_sys_sigaltstack()Al Viro
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-19new helper: restore_altstack()Al Viro
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro
2012-11-29print_fatal_signal(): get rid of pt_regs argumentAl Viro
2012-11-29ptrace_signal(): get rid of unused argumentsAl Viro
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov