summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-6/+6
* MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-5/+34
* Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-141-10/+14
|\
| * MIPS: Remove nabi_no_regargsPaul Burton2018-08-011-10/+14
* | MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Paul Burton2018-06-241-2/+2
|/
* MIPS: Add support for restartable sequencesPaul Burton2018-06-201-0/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-0/+8
|\
| * MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-021-0/+8
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-5/+5
|/
* MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan2016-05-281-8/+0Star
* MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton2016-05-131-2/+5
* MIPS64: signal: Fix o32 sigaction syscallLeonid Yegoshin2016-05-131-1/+1
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-111-7/+5Star
* MIPS: Add uprobes support.Ralf Baechle2015-09-031-0/+4
* MIPS: Save MSA extended context around signalsPaul Burton2015-09-031-15/+212
* MIPS: Add definitions for extended contextPaul Burton2015-09-031-0/+13
* MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton2015-09-031-4/+11
* MIPS: Use common FP sigcontext code for O32 compatPaul Burton2015-09-031-2/+2
* MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton2015-09-031-2/+4
* MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton2015-09-031-39/+34Star
* MIPS: Use struct mips_abi offsets to save FP contextPaul Burton2015-09-031-27/+58
* MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton2015-09-031-1/+5
* MIPS: Simplify EVA FP context handling codePaul Burton2015-09-031-25/+19Star
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-121-1/+1
|\
| * MIPS: signal.c: Fix an invalid cast in ISA mode bit handlingMaciej W. Rozycki2014-11-241-1/+1
* | MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton2014-11-241-4/+4
|/
* mips: Use sigsp()Richard Weinberger2014-08-061-6/+4Star
* mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-41/+25Star
* Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-261-71/+8Star
* MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin2014-03-261-0/+32
* MIPS: Save/restore MSA context around signalsPaul Burton2014-03-261-8/+65
* 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-7/+38
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-131-4/+6
* MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-101-0/+5
* MIPS: microMIPS: Add vdso support.Douglas Leung2013-05-091-0/+9
* 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