aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal32.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hGravatar Deepa Dinamani 1-1/+1
2018-01-15signal: Unify and correct copy_siginfo_to_user32Gravatar Eric W. Biederman 1-57/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Gravatar Eric W. Biederman 1-10/+0
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 1-10/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-02MIPS: Factor o32 specific code into signal_o32.cGravatar Harvey Hunt 1-282/+6
2016-05-13MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelGravatar Matt Redfearn 1-0/+6
2015-11-11MIPS: Initial implementation of a VDSOGravatar Alex Smith 1-5/+2
2015-09-03MIPS: Remove unused {get,put}_sigset functionsGravatar Paul Burton 1-51/+0
2015-09-03MIPS: Use common FP sigcontext code for O32 compatGravatar Paul Burton 1-144/+6
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiGravatar Paul Burton 1-1/+5
2015-08-07signal: fix information leak in copy_siginfo_from_user32Gravatar Amanieu d'Antras 1-2/+0
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-08-06mips: Use sigsp()Gravatar Richard Weinberger 1-2/+2
2014-08-06mips: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-24/+15
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Gravatar Paul Burton 1-66/+8
2014-03-26MIPS: Save/restore MSA context around signalsGravatar Paul Burton 1-8/+66
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptraceGravatar Paul Burton 1-2/+2
2014-03-26MIPS: Don't require FPU on sigcontext setup/restoreGravatar Paul Burton 1-8/+14
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextGravatar Paul Burton 1-5/+38
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-4/+6
2013-11-09constify copy_siginfo_to_user{,32}()Gravatar Al Viro 1-1/+1
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-7/+7
2013-02-03mips: switch to generic compat rt_sigaction()Gravatar Al Viro 1-52/+2
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereGravatar Al Viro 1-8/+2
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Gravatar Al Viro 1-16/+0
2013-02-03mips: switch to generic compat rt_sigpending()Gravatar Al Viro 1-17/+0
2013-02-03mips: switch to generic compat rt_sigprocmask()Gravatar Al Viro 1-22/+0
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalGravatar Al Viro 1-17/+0
2013-02-03mips: switch to compat_sys_waitid()Gravatar Al Viro 1-26/+0
2013-02-03mips: switch to generic sigaltstackGravatar Al Viro 1-72/+3
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-12/+12
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-2/+0
2012-05-21new helper: sigsuspend()Gravatar Al Viro 1-18/+2
2012-04-27MIPS: Use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-16/+4
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+1
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cGravatar David Daney 1-1/+1
2010-04-12MIPS: Move signal trampolines off of the stack.Gravatar David Daney 1-41/+14
2009-12-17MIPS: Cleanup signal code initializationGravatar Ralf Baechle 1-0/+24
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Gravatar Ralf Baechle 1-14/+14
2008-10-11MIPS: Use compat_sys_ptraceGravatar Thomas Bogendoerfer 1-0/+12
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 1-22/+22
2007-07-31[MIPS] remove some duplicate includesGravatar Jesper Juhl 1-1/+0
2007-06-26[MIPS] use compat_siginfo in rt_sigframe_n32Gravatar Pavel Kiryukhin 1-62/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Gravatar Atsushi Nemoto 1-9/+43
2007-04-20[MIPS] Disallow CpU exception in kernel again.Gravatar Atsushi Nemoto 1-5/+5
2007-03-17[MIPS] FPU ownership management & preemption fixesGravatar Atsushi Nemoto 1-17/+12
2007-03-17[MIPS] Check FCSR for pending interrupts, alternative versionGravatar Atsushi Nemoto 1-3/+24