summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-10-26MIPS: Always read full 64 bit CM error GCRs for CM3Paul Burton1-34/+36
2015-10-26MIPS: Avoid buffer overrun in mips_cm_error_reportPaul Burton1-0/+2
2015-10-26MIPS: Don't read GCRs when a CM is not presentPaul Burton1-7/+10
2015-10-26MIPS: traps: tidy up ebase calculationPaul Burton1-6/+3
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton5-6/+5
2015-10-04MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras4-73/+42
2015-10-02MIPS: Fix R2300 FP context switch handlingPaul Burton1-27/+1
2015-10-02MIPS: Fix octeon FP context switch handlingPaul Burton1-25/+1
2015-09-30MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton1-4/+4
2015-09-30MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton1-0/+2
2015-09-30MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton1-2/+2
2015-09-30MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle4-0/+8
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton1-0/+2
2015-09-22MIPS: Fix FTLB detection for R6James Hogan1-5/+8
2015-09-22MIPS: cpu-features: Add cpu_has_ftlbJames Hogan1-3/+5
2015-09-22MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin1-1/+9
2015-09-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds28-694/+1652
2015-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2015-09-03Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle1-2/+2
2015-09-03MIPS: Tidy up FPU context switchingPaul Burton1-40/+1
2015-09-03MIPS: Add uprobes support.Ralf Baechle5-0/+446
2015-09-03MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle2-14/+15
2015-09-03MIPS: Advertise MSA support via HWCAP when presentPaul Burton1-0/+1
2015-09-03MIPS: Advertise MIPSr6 via HWCAP when appropriatePaul Burton1-0/+3
2015-09-03MIPS: AT_HWCAP aux vector infrastructurePaul Burton1-0/+3
2015-09-03MIPS: Save MSA extended context around signalsPaul Burton3-15/+333
2015-09-03MIPS: Add definitions for extended contextPaul Burton1-0/+13
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton1-4/+11
2015-09-03MIPS: Remove unused {get,put}_sigset functionsPaul Burton1-51/+0
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton4-271/+8
2015-09-03MIPS: Skip odd double FP registers when copying FP32 sigcontextPaul Burton1-2/+4
2015-09-03MIPS: Move FP usage checks into protected_{save, restore}_fp_contextPaul Burton1-39/+34
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextPaul Burton3-97/+145
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton3-3/+15
2015-09-03MIPS: Simplify EVA FP context handling codePaul Burton1-25/+19
2015-09-03MIPS: cevt-txx9: Migrate to new 'set-state' interfaceViresh Kumar1-30/+51
2015-09-03MIPS: cevt-sb1250: Migrate to new 'set-state' interfaceViresh Kumar1-22/+23
2015-09-03MIPS: cevt-r4k: Migrate to new 'set-state' interfaceViresh Kumar1-7/+0
2015-09-03MIPS: cevt-gt641xx: Migrate to new 'set-state' interfaceViresh Kumar1-18/+39
2015-09-03MIPS: cevt-ds1287: Migrate to new 'set-state' interfaceViresh Kumar1-15/+22
2015-09-03MIPS: cevt-bcm1480: Migrate to new 'set-state' interfaceViresh Kumar1-22/+22
2015-09-03MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Ralf Baechle1-1/+1
2015-09-03MIPS: Probe for small (1KiB) page supportJames Hogan1-0/+2
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2-27/+3
2015-09-03MIPS: MSA unaligned memory access supportLeonid Yegoshin1-0/+72
2015-09-03MIPS: Introduce accessors for MSA vector registersPaul Burton1-0/+67
2015-09-03MIPS: Remove "weak" from get_c0_compare_int() declarationBjorn Helgaas1-4/+7
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-385/+0
2015-08-28MIPS: CPS: use 32b accesses to GCRsPaul Burton1-2/+2