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 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/+0
* 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/+5
* 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/+34
* 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/+19
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-111-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/+4
* mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-41/+25
* Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-261-71/+8
* 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-031-8/+2
* | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-031-13/+0
* | mips: switch to generic sigaltstackAl Viro2013-02-031-18/+3
* | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-031-5/+1
|/
* 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/+0
* 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/+0
* 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/+3
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* new helper: sigsuspend()Al Viro2012-05-211-18/+2
* MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming2012-04-271-22/+5
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-0/+1
OpenPOWER on IntegriCloud