summaryrefslogtreecommitdiff
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAge
* MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic2018-03-22
* MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin2018-03-22
* MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen2018-03-18
* MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2018-01-17
* MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2018-01-17
* MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2018-01-17
* MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2018-01-17
* MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2018-01-17
* MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2018-01-17
* MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2018-01-17
* MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki2017-11-30
* MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski2017-11-21
* MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski2017-11-21
* MIPS: SMP: Fix deadlock & online raceMatt Redfearn2017-11-15
* MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-11-15
* MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2017-11-15
* MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-10-08
* MIPS: Ensure bss section ends on a long-aligned addressPaul Burton2017-10-08
* MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki2017-07-27
* MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-27
* MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-27
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-27
* MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-27
* MIPS: Save static registers before sysmipsJames Hogan2017-07-27
* MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki2017-07-27
* MIPS: Negate error syscall return in traceJames Hogan2017-07-27
* MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-07-27
* MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-07-27
* MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-07-05
* MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-07-05
* MIPS: Avoid accidental raw backtraceJames Hogan2017-07-05
* MIPS: Fix bnezc/jialc return address calculationPaul Burton2017-06-26
* MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin2017-05-14
* MIPS: Avoid BUG warning in arch_check_elfJames Cowgill2017-05-02
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-05-02
* MIPS: Fix crash registers on non-crashing CPUsCorey Minyard2017-05-02
* MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn2017-04-18
* MIPS: Switch to the irq_stack in interruptsMatt Redfearn2017-04-18
* MIPS: Stack unwinding while on IRQ stackMatt Redfearn2017-04-18
* MIPS: Introduce irq_stackMatt Redfearn2017-04-18
* mips/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-31
* MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton2017-03-12
* MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton2017-03-12
* MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton2017-03-12
* MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton2017-03-12
* MIPS: Prevent unaligned accesses during stack unwindingPaul Burton2017-03-12
* MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton2017-03-12
* MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-10-07
* MIPS: fix uretprobe implementationMarcin Nowakowski2016-10-07
* MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-10-07