summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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-06-26MIPS: Fix bnezc/jialc return address calculationPaul Burton1-1/+3
2017-05-14MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin1-6/+6
2017-05-02MIPS: Avoid BUG warning in arch_check_elfJames Cowgill1-1/+1
2017-05-02MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-02MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-04-18MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn1-1/+1
2017-04-18MIPS: Switch to the irq_stack in interruptsMatt Redfearn1-5/+76
2017-04-18MIPS: Stack unwinding while on IRQ stackMatt Redfearn1-1/+14
2017-04-18MIPS: Introduce irq_stackMatt Redfearn2-0/+12
2017-03-31mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-12MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton1-0/+2
2017-03-12MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton1-20/+63
2017-03-12MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton1-3/+8
2017-03-12MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton1-7/+5
2017-03-12MIPS: Prevent unaligned accesses during stack unwindingPaul Burton1-35/+35
2017-03-12MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton1-5/+2
2016-10-07MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski1-3/+2
2016-10-07MIPS: fix uretprobe implementationMarcin Nowakowski1-1/+1
2016-10-07MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski1-18/+0
2016-09-30MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski1-4/+4
2016-09-30MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan1-4/+4
2016-09-30MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-09-30MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-08-20MIPS: Don't register r4k sched clock when CPUFREQ enabledHuacai Chen1-1/+3
2016-08-16KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-06-07MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan1-8/+0
2016-06-07MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-06-07MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-06-07MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-06-07MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-06-07MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-5/+5
2016-06-07MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-06-07MIPS: Fix watchpoint restorationJames Hogan2-4/+3
2016-06-07MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-07MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-06-07MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3
2016-06-07MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-04-20MIPS: Fix MSA ld unaligned failure casesPaul Burton1-21/+30
2016-03-16MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan1-0/+1
2016-03-09MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki1-7/+6
2015-12-22MIPS: CPS: drop .set mips64r2 directivesPaul Burton1-2/+0
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan1-0/+2
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds22-173/+618
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle3-3/+14
2015-11-12MIPS: idle: add case for CPU_5KEAurelien Jarno1-0/+1
2015-11-12MIPS: vmlinux: create a section for appended DTBAaro Koskinen2-0/+9
2015-11-11MIPS: Make the kernel arguments from dtb availableJonas Gorski1-7/+17