summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal.c (follow)
Commit message (Expand)AuthorAge
* UPSTREAM: MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2018-02-05
* MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan2016-06-07
* MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton2016-06-07
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-11
* MIPS: Add uprobes support.Ralf Baechle2015-09-03
* MIPS: Save MSA extended context around signalsPaul Burton2015-09-03
* MIPS: Add definitions for extended contextPaul Burton2015-09-03
* MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton2015-09-03
* MIPS: Use common FP sigcontext code for O32 compatPaul Burton2015-09-03
* MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton2015-09-03
* MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton2015-09-03
* MIPS: Use struct mips_abi offsets to save FP contextPaul Burton2015-09-03
* MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton2015-09-03
* MIPS: Simplify EVA FP context handling codePaul Burton2015-09-03
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-11
|\
| * MIPS: signal.c: Fix an invalid cast in ISA mode bit handlingMaciej W. Rozycki2014-11-24
* | MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton2014-11-24
|/
* mips: Use sigsp()Richard Weinberger2014-08-06
* mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-06
* Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-26
* MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin2014-03-26
* MIPS: Save/restore MSA context around signalsPaul Burton2014-03-26
* MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2014-03-26
* MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2014-03-26
* MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton2014-03-26
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-13
* MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-10
* MIPS: microMIPS: Add vdso support.Douglas Leung2013-05-09
* 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: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-03
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-03
* | mips: switch to generic sigaltstackAl Viro2013-02-03
* | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-03
|/
* MIPS: Fix harmlessly missing else statement.Ralf Baechle2012-12-12
* MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro2012-09-22
* new helper: signal_delivered()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* new helper: sigmask_to_save()Al Viro2012-06-01
* new helper: restore_saved_sigmask()Al Viro2012-06-01
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-23
* new helper: sigsuspend()Al Viro2012-05-21
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-27
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-28
* MIPS: Handle __put_user() sleeping.Ralf Baechle2011-09-21
* MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney2011-03-14
* MIPS: do_sigaltstack() expects userland pointersAl Viro2010-10-18