summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-171-1/+1
|\
| * MIPS: Fix typosBjorn Helgaas2024-01-081-1/+1
* | mips: add asm/syscalls.h headerArnd Bergmann2023-12-101-0/+1
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-2/+2
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* | MIPS: remove asm/war.hThomas Bogendoerfer2022-02-221-1/+0
|/
* MIPS: signal: Return immediately if call failsTiezhu Yang2022-01-021-9/+11
* MIPS: signal: Protect against sigaltstack wraparoundTiezhu Yang2022-01-021-0/+7
* entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
* mips: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* MIPS: Convert ICACHE_REFILLS_WORKAROUND_WAR into a config optionThomas Bogendoerfer2020-09-071-1/+7
* MIPS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
* MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-071-1/+1
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-4/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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-131-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-191-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/+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