summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2015-11-09mips: add entry for new mlock2 syscallEric B Munson-0/+4
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther-2/+3
2015-11-09MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()Petri Gynther-0/+2
2015-10-26MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton-1/+7
2015-10-26MIPS: CPS: Set Status.BEV bit during early bootPaul Burton-1/+1
2015-10-26MIPS: Always read full 64 bit CM error GCRs for CM3Paul Burton-34/+36
2015-10-26MIPS: Avoid buffer overrun in mips_cm_error_reportPaul Burton-0/+2
2015-10-26MIPS: Don't read GCRs when a CM is not presentPaul Burton-7/+10
2015-10-26MIPS: traps: tidy up ebase calculationPaul Burton-6/+3
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton-6/+5
2015-10-04MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras-73/+42
2015-10-02MIPS: Fix R2300 FP context switch handlingPaul Burton-27/+1
2015-10-02MIPS: Fix octeon FP context switch handlingPaul Burton-25/+1
2015-09-30MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton-4/+4
2015-09-30MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton-0/+2
2015-09-30MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton-2/+2
2015-09-30MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle-0/+8
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton-0/+2
2015-09-22MIPS: Fix FTLB detection for R6James Hogan-5/+8
2015-09-22MIPS: cpu-features: Add cpu_has_ftlbJames Hogan-3/+5
2015-09-22MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin-1/+9
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-694/+1652
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2015-09-03Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle-2/+2
2015-09-03MIPS: Tidy up FPU context switchingPaul Burton-40/+1
2015-09-03MIPS: Add uprobes support.Ralf Baechle-0/+446
2015-09-03MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle-14/+15
2015-09-03MIPS: Advertise MSA support via HWCAP when presentPaul Burton-0/+1
2015-09-03MIPS: Advertise MIPSr6 via HWCAP when appropriatePaul Burton-0/+3
2015-09-03MIPS: AT_HWCAP aux vector infrastructurePaul Burton-0/+3
2015-09-03MIPS: Save MSA extended context around signalsPaul Burton-15/+333
2015-09-03MIPS: Add definitions for extended contextPaul Burton-0/+13
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton-4/+11
2015-09-03MIPS: Remove unused {get,put}_sigset functionsPaul Burton-51/+0
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton-271/+8
2015-09-03MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton-2/+4
2015-09-03MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton-39/+34
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextPaul Burton-97/+145
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton-3/+15
2015-09-03MIPS: Simplify EVA FP context handling codePaul Burton-25/+19
2015-09-03MIPS: cevt-txx9: Migrate to new 'set-state' interfaceViresh Kumar-30/+51
2015-09-03MIPS: cevt-sb1250: Migrate to new 'set-state' interfaceViresh Kumar-22/+23
2015-09-03MIPS: cevt-r4k: Migrate to new 'set-state' interfaceViresh Kumar-7/+0
2015-09-03MIPS: cevt-gt641xx: Migrate to new 'set-state' interfaceViresh Kumar-18/+39
2015-09-03MIPS: cevt-ds1287: Migrate to new 'set-state' interfaceViresh Kumar-15/+22
2015-09-03MIPS: cevt-bcm1480: Migrate to new 'set-state' interfaceViresh Kumar-22/+22
2015-09-03MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Ralf Baechle-1/+1
2015-09-03MIPS: Probe for small (1KiB) page supportJames Hogan-0/+2
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan-27/+3
2015-09-03MIPS: MSA unaligned memory access supportLeonid Yegoshin-0/+72