aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal32.c
Commit message (Expand)AuthorAge
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-02
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-01
* | mips: switch to generic compat rt_sigaction()Al Viro2013-02-03
* | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-03
* | mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-03
* | mips: switch to generic compat rt_sigpending()Al Viro2013-02-03
* | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-03
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-03
* | mips: switch to compat_sys_waitid()Al Viro2013-02-03
* | mips: switch to generic sigaltstackAl Viro2013-02-03
|/
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* new helper: sigsuspend()Al Viro2012-05-21
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-26
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-28
* MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2011-03-14
* MIPS: Move signal trampolines off of the stack.David Daney2010-04-12
* MIPS: Cleanup signal code initializationRalf Baechle2009-12-16
* MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-27
* MIPS: Use compat_sys_ptraceThomas Bogendoerfer2008-10-11
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-11
* [MIPS] remove some duplicate includesJesper Juhl2007-07-31
* [MIPS] use compat_siginfo in rt_sigframe_n32Pavel Kiryukhin2007-06-26
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto2007-04-20
* [MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2007-04-20
* [MIPS] FPU ownership management & preemption fixesAtsushi Nemoto2007-03-16
* [MIPS] Check FCSR for pending interrupts, alternative versionAtsushi Nemoto2007-03-16
* [MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle2007-02-20
* [MIPS] signals: Share even more code.Ralf Baechle2007-02-18
* [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto2007-02-18
* [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Ralf Baechle2007-02-13
* [MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu2007-02-13
* [MIPS] signal: Fix warnings in o32 compat code.Ralf Baechle2007-02-13
* [MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu2007-02-10
* [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-10
* [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-10
* [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-10
* [MIPS] signal32: remove duplicate codeFranck Bui-Huu2007-02-10
* [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-10
* [MIPS] Avoid double signal restarting.Ralf Baechle2006-09-27
* [MIPS] Add missing returns in signal code.Ralf Baechle2006-09-27
* [MIPS] Don't call try_to_freeze in do_signal & co.Ralf Baechle2006-09-27
* [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-21
* [MIPS] Signal cleanupAtsushi Nemoto2006-03-21
* [MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr2006-03-21
* [MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.Ralf Baechle2006-02-21
* [MIPS] Make do_signal32 return void.Martin Michlmayr2006-02-21
* [MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr2006-02-21
* [MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn.Atsushi Nemoto2006-02-14
* [MIPS] Add support for TIF_RESTORE_SIGMASK.Ralf Baechle2006-02-08