aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+1
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-57/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-10/+0
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-10/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-02MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt1-282/+6
2016-05-13MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn1-0/+6
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith1-5/+2
2015-09-03MIPS: Remove unused {get,put}_sigset functionsPaul Burton1-51/+0
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton1-144/+6
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton1-1/+5
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06mips: Use sigsp()Richard Weinberger1-2/+2
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton1-66/+8
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton1-8/+66
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton1-2/+2
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton1-8/+14
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton1-5/+38
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-4/+6
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-7/+7
2013-02-03mips: switch to generic compat rt_sigaction()Al Viro1-52/+2
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro1-8/+2
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Al Viro1-16/+0
2013-02-03mips: switch to generic compat rt_sigpending()Al Viro1-17/+0
2013-02-03mips: switch to generic compat rt_sigprocmask()Al Viro1-22/+0
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro1-17/+0
2013-02-03mips: switch to compat_sys_waitid()Al Viro1-26/+0
2013-02-03mips: switch to generic sigaltstackAl Viro1-72/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-12/+12
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-05-21new helper: sigsuspend()Al Viro1-18/+2
2012-04-27MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming1-16/+4
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+1
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney1-1/+1
2010-04-12MIPS: Move signal trampolines off of the stack.David Daney1-41/+14
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle1-0/+24
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle1-14/+14
2008-10-11MIPS: Use compat_sys_ptraceThomas Bogendoerfer1-0/+12
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-22/+22
2007-07-31[MIPS] remove some duplicate includesJesper Juhl1-1/+0
2007-06-26[MIPS] use compat_siginfo in rt_sigframe_n32Pavel Kiryukhin1-62/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto1-9/+43
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto1-5/+5
2007-03-17[MIPS] FPU ownership management & preemption fixesAtsushi Nemoto1-17/+12
2007-03-17[MIPS] Check FCSR for pending interrupts, alternative versionAtsushi Nemoto1-3/+24