aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton5-39/+39
2017-08-29MIPS: CM: Specify register size when generating accessorsPaul Burton1-6/+3
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton1-5/+5
2017-08-29MIPS: Declare various variables & functions staticPaul Burton4-6/+8
2017-08-29MIPS: Remove plat_timer_setup()Paul Burton1-14/+0
2017-08-29MIPS: Include linux/cpu.h for arch_cpu_idle()Paul Burton1-0/+1
2017-08-29MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle1-2/+1
2017-08-29MIPS: Remove unused ST_OFF from r2300_switch.SPaul Burton1-6/+0
2017-08-29MIPS: Move r2300 FP code from r2300_switch.S to r2300_fpu.SPaul Burton2-76/+79
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton4-212/+211
2017-08-29MIPS: Remove unused R6000 supportPaul Burton4-133/+0
2017-08-29MIPS: R6: Constify r2_decoder_tablesMatt Redfearn1-4/+4
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn6-9/+9
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-3/+3
2017-08-17mips/signal: In force_fcr31_sig return in the impossible caseEric W. Biederman1-1/+1
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic1-3/+3
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-10/+9
2017-07-19signal/mips: Document a conflict with SI_USER with SIGFPEEric W. Biederman1-1/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds20-409/+636
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki1-1/+1
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan1-0/+7
2017-07-11MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-11MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki1-0/+1
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2-2/+4
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki1-2/+37
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki1-0/+2
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2017-06-30MIPS: Avoid accidental raw backtraceJames Hogan1-0/+2
2017-06-30MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3
2017-06-30MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton1-8/+1
2017-06-29MIPS: Add CPU shared FTLB feature detectionPaul Burton1-0/+11
2017-06-29MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton1-1/+6
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton1-3/+24
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton1-3/+5
2017-06-29MIPS: CM: WARN on attempt to lock invalid VP, not BUGPaul Burton1-1/+1
2017-06-29MIPS: CM: Avoid per-core locking with CM3 & higherPaul Burton1-6/+32
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton1-0/+3
2017-06-29MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Maciej W. Rozycki1-6/+6
2017-06-29MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki1-1/+1
2017-06-29MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki1-20/+15
2017-06-29MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki1-8/+4
2017-06-29MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki1-8/+8
2017-06-29MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton1-0/+57
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton2-1/+53
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic1-74/+100
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic1-0/+40
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen1-0/+6
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan1-5/+1