summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-12-19MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-4/+4
2019-08-13MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2019-05-22MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki1-9/+31
2019-05-22MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki1-2/+2
2019-05-02mips: Use sigsp()Richard Weinberger3-9/+7
2019-05-02mips: Use get_signal() signal_setup_done()Richard Weinberger4-78/+49
2019-05-02MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2018-12-16MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2-2/+2
2018-10-21MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2-2/+2
2018-10-21MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2-4/+4
2018-10-21MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-06-16MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen1-4/+4
2018-06-16MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki1-8/+7
2018-03-03MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan1-3/+10
2018-03-03MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-03-03MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-03-03MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2018-03-03MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-25/+83
2018-03-03mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2018-03-03MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2-33/+38
2018-03-03MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2018-03-03MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2018-03-03MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki1-1/+1
2018-03-03MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki4-13/+66
2018-03-03MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki2-63/+74
2018-03-03MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki1-1/+8
2018-03-03MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki1-1/+10
2018-03-03MIPS: prevent FP context set via ptrace being discardedPaul Burton1-6/+24
2018-03-03MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan2-11/+19
2018-03-03MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton1-1/+10
2018-03-03MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan1-0/+2
2018-02-13MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-2/+2
2017-11-26MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn1-9/+7
2017-11-26MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn1-1/+1
2017-11-26MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn1-3/+7
2017-11-26MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn1-1/+1
2017-11-26MIPS: Handle non word sized instructions when examining frameMatt Redfearn1-3/+6
2017-11-11MIPS: BMIPS: Fix ".previous without corresponding .section" warningsKevin Cernekee1-3/+0
2017-10-12MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-10-12MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-10-12MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-10-12MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-10-12MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-10-12MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-10-12MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton1-12/+16
2017-10-12MIPS: Bail on unsupported module relocsPaul Burton2-6/+32
2017-09-15MIPS: Avoid accidental raw backtraceJames Hogan1-0/+2
2017-09-15MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3