summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal32.c
Commit message (Expand)AuthorAgeFilesLines
* mips: Use sigsp()Richard Weinberger2014-08-061-2/+2
* mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+15Star
* Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-261-66/+8Star
* 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-041-52/+2Star
* | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-041-8/+2Star
* | mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-041-16/+0Star
* | mips: switch to generic compat rt_sigpending()Al Viro2013-02-041-17/+0Star
* | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-041-22/+0Star
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-041-17/+0Star
* | mips: switch to compat_sys_waitid()Al Viro2013-02-041-26/+0Star
* | mips: switch to generic sigaltstackAl Viro2013-02-041-72/+3Star
|/
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0Star
* new helper: sigsuspend()Al Viro2012-05-221-18/+2Star
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-271-16/+4Star
* 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/+14Star
* 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-121-22/+22
* [MIPS] remove some duplicate includesJesper Juhl2007-07-311-1/+0Star
* [MIPS] use compat_siginfo in rt_sigframe_n32Pavel Kiryukhin2007-06-261-62/+0Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [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/+12Star
* [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/+1Star
* [MIPS] signals: Share even more code.Ralf Baechle2007-02-181-107/+11Star
* [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto2007-02-181-2/+2
* [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle2007-02-131-4/+7
* [MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu2007-02-131-2/+0Star
* [MIPS] signal: Fix warnings in o32 compat code.Ralf Baechle2007-02-131-3/+23
* [MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu2007-02-101-12/+4Star
* [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-101-1/+0Star
* [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-101-114/+97Star
* [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-101-10/+6Star
* [MIPS] signal32: remove duplicate codeFranck Bui-Huu2007-02-101-46/+4Star
* [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-101-28/+21Star
* [MIPS] Avoid double signal restarting.Ralf Baechle2006-09-271-0/+1
* [MIPS] Add missing returns in signal code.Ralf Baechle2006-09-271-0/+2