summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal.c
AgeCommit message (Expand)Author
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2020-11-09mips: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-09-07MIPS: Convert ICACHE_REFILLS_WORKAROUND_WAR into a config optionThomas Bogendoerfer
2020-05-08MIPS: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-08-01MIPS: Remove nabi_no_regargsPaul Burton
2018-06-24MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Paul Burton
2018-06-19MIPS: Add support for restartable sequencesPaul Burton
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton
2016-05-28MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan
2016-05-13MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton
2016-05-13MIPS64: signal: Fix o32 sigaction syscallLeonid Yegoshin
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith
2015-09-03MIPS: Add uprobes support.Ralf Baechle
2015-09-03MIPS: Save MSA extended context around signalsPaul Burton
2015-09-03MIPS: Add definitions for extended contextPaul Burton
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton
2015-09-03MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton
2015-09-03MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextPaul Burton
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton
2015-09-03MIPS: Simplify EVA FP context handling codePaul Burton
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-11-24MIPS: signal.c: Fix an invalid cast in ISA mode bit handlingMaciej W. Rozycki
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton
2014-08-06mips: Use sigsp()Richard Weinberger
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton
2014-03-26MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle
2013-05-09MIPS: microMIPS: Add vdso support.Douglas Leung
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro
2013-02-03mips: switch to generic sigaltstackAl Viro
2013-02-03mips: use sane prototype for sys_rt_sigsuspend()Al Viro