aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [MIPS] signals: Share even more code.Ralf Baechle2007-02-181-107/+11
* [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/+0
* [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/+4
* [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-101-1/+0
* [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-101-114/+97
* [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-101-10/+6
* [MIPS] signal32: remove duplicate codeFranck Bui-Huu2007-02-101-46/+4
* [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-101-28/+21
* [MIPS] Avoid double signal restarting.Ralf Baechle2006-09-271-0/+1
* [MIPS] Add missing returns in signal code.Ralf Baechle2006-09-271-0/+2
* [MIPS] Don't call try_to_freeze in do_signal & co.Ralf Baechle2006-09-271-4/+0
* [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-211-5/+5
* [MIPS] Signal cleanupAtsushi Nemoto2006-03-211-12/+12
* [MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr2006-03-211-6/+6
* [MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.Ralf Baechle2006-02-211-1/+1
* [MIPS] Make do_signal32 return void.Martin Michlmayr2006-02-211-5/+3
* [MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr2006-02-211-27/+41
* [MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn.Atsushi Nemoto2006-02-141-1/+1
* [MIPS] Add support for TIF_RESTORE_SIGMASK.Ralf Baechle2006-02-081-4/+4
* [MIPS] Fix minor sparse warningsAtsushi Nemoto2006-02-071-1/+1
* [MIPS] Sparse: Add some __user tags to signal functions.Atsushi Nemoto2006-02-071-27/+30
* MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.Ralf Baechle2006-01-101-1/+1
* [MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.Ralf Baechle2005-12-011-2/+0
* Fix return type of setup_frame variantsAtsushi Nemoto2005-11-071-5/+8
* Setup_frame is now returning a success value.Ralf Baechle2005-10-291-7/+9
* Redo RM9000 workaround which along with other DSP ASE changes wasRalf Baechle2005-10-291-0/+16
* Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle2005-10-291-9/+25
* We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, soRalf Baechle2005-10-291-0/+4
* Use compat_sigval_t in struct compat_siginfo.Ralf Baechle2005-10-291-1/+1
* Gcc 4.0 fixes.Ralf Baechle2005-10-291-4/+6
* Update to match the native siginfo structure and code.Ralf Baechle2005-10-291-2/+9
* Implement 32-bit compatibility for waitid(2).Ralf Baechle2005-10-291-0/+27
* [PATCH] mips: nuke trailing whitespaceRalf Baechle2005-09-051-1/+1