summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2019-08-13MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2019-05-22MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki
2019-05-22MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki
2019-05-02mips: Use sigsp()Richard Weinberger
2019-05-02mips: Use get_signal() signal_setup_done()Richard Weinberger
2019-05-02MIPS: Remove function size check in get_frame_info()Jun-Ru Chang
2018-12-16MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki
2018-10-21MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki
2018-10-21MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki
2018-10-21MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki
2018-06-16MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen
2018-06-16MIPS: Normalise code flow in the CpU exception handlerMaciej W. Rozycki
2018-03-03MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan
2018-03-03MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2018-03-03MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2018-03-03MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2018-03-03MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2018-03-03mips/ptrace: Preserve previous registers for short regset writeDave Martin
2018-03-03MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2018-03-03MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki
2018-03-03MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki
2018-03-03MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki
2018-03-03MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki
2018-03-03MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki
2018-03-03MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki
2018-03-03MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki
2018-03-03MIPS: prevent FP context set via ptrace being discardedPaul Burton
2018-03-03MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan
2018-03-03MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton
2018-03-03MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan
2018-02-13MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2017-11-26MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn
2017-11-26MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn
2017-11-26MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn
2017-11-26MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn
2017-11-26MIPS: Handle non word sized instructions when examining frameMatt Redfearn
2017-11-11MIPS: BMIPS: Fix ".previous without corresponding .section" warningsKevin Cernekee
2017-10-12MIPS: Negate error syscall return in traceJames Hogan
2017-10-12MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-10-12MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki
2017-10-12MIPS: Fix mips_atomic_set() with EVAJames Hogan
2017-10-12MIPS: Save static registers before sysmipsJames Hogan
2017-10-12MIPS: Fix mips_atomic_set() retry conditionJames Hogan
2017-10-12MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton
2017-10-12MIPS: Bail on unsupported module relocsPaul Burton
2017-09-15MIPS: Avoid accidental raw backtraceJames Hogan
2017-09-15MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton
2017-09-15MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton