summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-6/+6
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-9/+9
* | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-041-8/+2Star
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-041-13/+0Star
* | mips: switch to generic sigaltstackAl Viro2013-02-041-18/+3Star
* | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-041-5/+1Star
|/
* MIPS: Fix harmlessly missing else statement.Ralf Baechle2012-12-121-5/+8
* MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro2012-09-221-8/+0Star
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-15/+3Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* new helper: sigsuspend()Al Viro2012-05-221-18/+2Star
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-271-22/+5Star
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-0/+1
* MIPS: Handle __put_user() sleeping.Ralf Baechle2011-09-211-0/+3
* MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2011-03-141-1/+1
* MIPS: do_sigaltstack() expects userland pointersAl Viro2010-10-181-4/+1Star
* MIPS: Sanitize restart logicsAl Viro2010-10-181-19/+18Star
* MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro2010-10-181-0/+3
* MIPS: Move signal trampolines off of the stack.David Daney2010-04-121-67/+19Star
* MIPS: Cleanup signal code initializationRalf Baechle2009-12-171-0/+46
* KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
* MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-271-2/+3
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-121-2/+2
* 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/+43
* [MIPS] Add basic SMARTMIPS ASE supportFranck Bui-Huu2007-02-221-0/+7
* [MIPS] signals: Share even more code.Ralf Baechle2007-02-181-5/+13
* [MIPS] signals: make common _BLOCKABLE macroFranck Bui-Huu2007-02-131-2/+0Star
* [MIPS] signal: Move sigframe definition for native O32/N64 into signal.cRalf Baechle2007-02-131-0/+20
* [MIPS] signal: do not inline handle_signal()Franck Bui-Huu2007-02-101-1/+1
* [MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu2007-02-101-12/+4Star
* [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-101-9/+4Star
* [MIPS] signal: test return value of install_sigtramp()Franck Bui-Huu2007-02-101-3/+3
* [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-101-35/+21Star
* [MIPS] signal: do not inline functions in signal-common.hFranck Bui-Huu2007-02-101-0/+139
* [MIPS] Whitespace cleanups.Ralf Baechle2007-02-061-3/+3
* [MIPS] Avoid double signal restarting.Ralf Baechle2006-09-271-1/+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/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star