summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-30MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2-4/+4
2018-05-30MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-03-18MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen1-4/+4
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-24/+82
2017-11-30MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2017-11-21MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski1-0/+4
2017-10-08MIPS: Ensure bss section ends on a long-aligned addressPaul Burton1-1/+1
2017-07-27MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-07-27MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-07-27MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-07-27MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-27MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-07-27MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-07-05MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3
2017-07-05MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton1-8/+1
2017-07-05MIPS: Avoid accidental raw backtraceJames Hogan1-0/+2
2017-05-08MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-08MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-04-22mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2016-08-22KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-08-01Revert "MIPS: Reserve nosave data for hibernation"Sasha Levin1-3/+0
2016-07-12MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-06-06MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3
2016-06-03MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-03MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-03-13MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki1-7/+6
2015-09-17MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras2-2/+2
2015-08-27signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-19MIPS: show_stack: Fix stack trace with EVAJames Hogan1-0/+7
2015-08-19MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan1-0/+6
2015-08-19MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-07-03MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-05-17MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel1-0/+6
2015-05-17MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras1-1/+2
2015-03-06MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras1-1/+3
2015-03-06MIPS: Export MSA functions used by lose_fpu(1) for KVMJames Hogan1-0/+4
2015-03-06MIPS: Export FP functions used by lose_fpu(1) for KVMJames Hogan1-0/+6
2015-03-06MIPS: kernel: cps-vec: Replace "addi" with "addiu"Markos Chandras1-8/+8
2015-02-11MIPS: traps: Fix inline asm ctc1 missing .set hardfloatJames Hogan1-1/+2
2015-02-11MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-02-11MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2014-11-24MIPS: Fix address type used for early memory detection.Steven J. Hill1-1/+1
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras1-0/+2
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton1-4/+4
2014-11-24MIPS: cpu-probe: Set the FTLB probability bit on supported coresMarkos Chandras1-1/+32