summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal32.c
Commit message (Expand)AuthorAgeFilesLines
* compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+1
* signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-57/+0
* signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-10/+0
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-10/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt2016-08-021-282/+6
* MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn2016-05-131-0/+6
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-111-5/+2
* MIPS: Remove unused {get,put}_sigset functionsPaul Burton2015-09-031-51/+0
* MIPS: Use common FP sigcontext code for O32 compatPaul Burton2015-09-031-144/+6
* MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton2015-09-031-1/+5
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* mips: Use sigsp()Richard Weinberger2014-08-061-2/+2
* mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+15
* Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-261-66/+8
* MIPS: Save/restore MSA context around signalsPaul Burton2014-03-261-8/+66
* MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2014-03-261-2/+2
* MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2014-03-261-8/+14
* MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2014-03-261-5/+38
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-131-4/+6
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-7/+7
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-12/+12
* | mips: switch to generic compat rt_sigaction()Al Viro2013-02-031-52/+2
* | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-031-8/+2
* | mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-16/+0
* | mips: switch to generic compat rt_sigpending()Al Viro2013-02-031-17/+0
* | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-031-22/+0
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-031-17/+0
* | mips: switch to compat_sys_waitid()Al Viro2013-02-031-26/+0
* | mips: switch to generic sigaltstackAl Viro2013-02-031-72/+3
|/
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0
* new helper: sigsuspend()Al Viro2012-05-211-18/+2
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-271-16/+4
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+1
* MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2011-03-141-1/+1
* MIPS: Move signal trampolines off of the stack.David Daney2010-04-121-41/+14
* MIPS: Cleanup signal code initializationRalf Baechle2009-12-171-0/+24
* MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-271-14/+14
* MIPS: Use compat_sys_ptraceThomas Bogendoerfer2008-10-111-0/+12
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-111-22/+22
* [MIPS] remove some duplicate includesJesper Juhl2007-07-311-1/+0
* [MIPS] use compat_siginfo in rt_sigframe_n32Pavel Kiryukhin2007-06-261-62/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto2007-04-201-9/+43
* [MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2007-04-201-5/+5
* [MIPS] FPU ownership management & preemption fixesAtsushi Nemoto2007-03-171-17/+12
* [MIPS] Check FCSR for pending interrupts, alternative versionAtsushi Nemoto2007-03-171-3/+24
* [MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle2007-02-201-8/+1
OpenPOWER on IntegriCloud