aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal32.c
AgeCommit message (Expand)Author
2015-08-27signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2014-08-06mips: Use sigsp()Richard Weinberger
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-02-03mips: switch to generic compat rt_sigaction()Al Viro
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Al Viro
2013-02-03mips: switch to generic compat rt_sigpending()Al Viro
2013-02-03mips: switch to generic compat rt_sigprocmask()Al Viro
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro
2013-02-03mips: switch to compat_sys_waitid()Al Viro
2013-02-03mips: switch to generic sigaltstackAl Viro
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-04-27MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney
2010-04-12MIPS: Move signal trampolines off of the stack.David Daney
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle
2008-10-11MIPS: Use compat_sys_ptraceThomas Bogendoerfer
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle
2007-07-31[MIPS] remove some duplicate includesJesper Juhl
2007-06-26[MIPS] use compat_siginfo in rt_sigframe_n32Pavel Kiryukhin
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto
2007-03-17[MIPS] FPU ownership management & preemption fixesAtsushi Nemoto
2007-03-17[MIPS] Check FCSR for pending interrupts, alternative versionAtsushi Nemoto
2007-02-20[MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle
2007-02-18[MIPS] signals: Share even more code.Ralf Baechle
2007-02-18[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto
2007-02-13[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle
2007-02-13[MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu
2007-02-13[MIPS] signal: Fix warnings in o32 compat code.Ralf Baechle
2007-02-10[MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu
2007-02-10[MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu
2007-02-10[MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu
2007-02-10[MIPS] signal: factorize debug codeFranck Bui-Huu
2007-02-10[MIPS] signal32: remove duplicate codeFranck Bui-Huu
2007-02-10[MIPS] signal: clean up sigframe structureFranck Bui-Huu
2006-09-27[MIPS] Avoid double signal restarting.Ralf Baechle