aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-02-22MIPS: remove asm/war.hGravatar Thomas Bogendoerfer 1-1/+0
2022-01-02MIPS: signal: Return immediately if call failsGravatar Tiezhu Yang 1-9/+11
2022-01-02MIPS: signal: Protect against sigaltstack wraparoundGravatar Tiezhu Yang 1-0/+7
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Gravatar Sean Christopherson 1-3/+1
2020-11-09mips: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+0
2020-09-07MIPS: Convert ICACHE_REFILLS_WORKAROUND_WAR into a config optionGravatar Thomas Bogendoerfer 1-1/+7
2020-05-08MIPS: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-4/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-6/+6
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nGravatar Paul Burton 1-5/+34
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-10/+14
2018-08-01MIPS: Remove nabi_no_regargsGravatar Paul Burton 1-10/+14
2018-06-24MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Gravatar Paul Burton 1-2/+2
2018-06-19MIPS: Add support for restartable sequencesGravatar Paul Burton 1-0/+3
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+8
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-5/+5
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsGravatar Paul Burton 1-0/+8
2016-05-28MIPS: Fix sigreturn via VDSO on microMIPS kernelGravatar James Hogan 1-8/+0
2016-05-13MIPS: Prevent "restoration" of MSA context in non-MSA kernelsGravatar Paul Burton 1-2/+5
2016-05-13MIPS64: signal: Fix o32 sigaction syscallGravatar Leonid Yegoshin 1-1/+1
2015-11-11MIPS: Initial implementation of a VDSOGravatar Alex Smith 1-7/+5
2015-09-03MIPS: Add uprobes support.Gravatar Ralf Baechle 1-0/+4
2015-09-03MIPS: Save MSA extended context around signalsGravatar Paul Burton 1-15/+212
2015-09-03MIPS: Add definitions for extended contextGravatar Paul Burton 1-0/+13
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathGravatar Paul Burton 1-4/+11
2015-09-03MIPS: Use common FP sigcontext code for O32 compatGravatar Paul Burton 1-2/+2
2015-09-03MIPS: Skip odd double FP registers when copying FP32 sigcontextGravatar Paul Burton 1-2/+4
2015-09-03MIPS: Move FP usage checks into protected_{save, restore}_fp_contextGravatar Paul Burton 1-39/+34
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextGravatar Paul Burton 1-27/+58
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiGravatar Paul Burton 1-1/+5
2015-09-03MIPS: Simplify EVA FP context handling codeGravatar Paul Burton 1-25/+19
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2014-11-24MIPS: signal.c: Fix an invalid cast in ISA mode bit handlingGravatar Maciej W. Rozycki 1-1/+1
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingGravatar Paul Burton 1-4/+4
2014-08-06mips: Use sigsp()Gravatar Richard Weinberger 1-6/+4
2014-08-06mips: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-41/+25
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Gravatar Paul Burton 1-71/+8
2014-03-26MIPS: kernel: signal: Prevent save/restore FPU context in user memoryGravatar Leonid Yegoshin 1-0/+32
2014-03-26MIPS: Save/restore MSA context around signalsGravatar Paul Burton 1-8/+65
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptraceGravatar Paul Burton 1-2/+2
2014-03-26MIPS: Don't require FPU on sigcontext setup/restoreGravatar Paul Burton 1-8/+14
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextGravatar Paul Burton 1-7/+38
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-4/+6
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Gravatar Ralf Baechle 1-0/+5
2013-05-09MIPS: microMIPS: Add vdso support.Gravatar Douglas Leung 1-0/+9