summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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-08MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan1-8/+0
2016-06-08MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-06-08MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-06-08MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-06-08MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-06-08MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-5/+5
2016-06-08MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-06-08MIPS: Fix watchpoint restorationJames Hogan2-4/+3
2016-06-08MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-08MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-06-08MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3
2016-06-08MIPS64: 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-10MIPS: 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
2015-11-11MIPS: Add LATENCYTOP supportAaro Koskinen1-12/+15
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2-6/+109
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith4-98/+86
2015-11-11MIPS: Extend hardware table walking support to MIPS64Paul Burton1-2/+1
2015-11-11MIPS: Always use r4k_wait_irqoff for MIPSr6Paul Burton1-1/+10
2015-11-11MIPS: CM, CPC: Ensure core-other GCRs reflect the correct corePaul Burton2-0/+12
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton2-2/+7
2015-11-11MIPS: CM: Introduce core-other locking functionsPaul Burton1-0/+39
2015-11-11MIPS: CPS: Warn if a core doesn't startPaul Burton1-1/+25
2015-11-11MIPS: CPS: Skip Config1 presence checkPaul Burton1-3/+1
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton2-6/+8
2015-11-11MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton3-0/+223
2015-11-10MIPS: OCTEON: omit ELF NOTE segmentsDavid Daney1-1/+8
2015-11-10MIPS: vmlinux: discard .MIPS.abiflagsAaro Koskinen1-0/+1
2015-11-10mips: add entry for new mlock2 syscallEric B Munson4-0/+4
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther1-2/+3
2015-11-09MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther1-0/+2
2015-10-26MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton1-1/+7
2015-10-26MIPS: CPS: Set Status.BEV bit during early bootPaul Burton1-1/+1