aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09mips: 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
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-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds28-694/+1652
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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