summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-1520-409/+636
|\
| * MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki2017-07-111-1/+1
| * MIPS: Traced negative syscalls should return -ENOSYSJames Hogan2017-07-111-0/+7
| * MIPS: Negate error syscall return in traceJames Hogan2017-07-111-1/+1
| * MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki2017-07-111-0/+1
| * MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki2017-07-051-2/+37
| * MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki2017-07-051-0/+2
| * MIPS: Add CPU shared FTLB feature detectionPaul Burton2017-06-291-0/+11
| * MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton2017-06-291-1/+6
| * MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton2017-06-291-3/+24
| * MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton2017-06-291-3/+5
| * MIPS: CM: WARN on attempt to lock invalid VP, not BUGPaul Burton2017-06-291-1/+1
| * MIPS: CM: Avoid per-core locking with CM3 & higherPaul Burton2017-06-291-6/+32
| * MIPS: Skip IPI setup if we only have 1 CPUPaul Burton2017-06-291-0/+3
| * MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-6/+6
| * MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki2017-06-291-1/+1
| * MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-20/+15Star
| * MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-8/+4Star
| * MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-8/+8
| * MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-3/+4
| * MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-06-291-0/+1
| * MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton2017-06-291-0/+57
| * MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton2017-06-292-1/+53
| * MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2017-06-291-74/+100
| * MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic2017-06-291-0/+40
| * MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen2017-06-281-0/+6
| * MIPS: Branch straight to ll in mips_atomic_set()James Hogan2017-06-281-5/+1Star
| * MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-06-281-2/+5
| * MIPS: Save static registers before sysmipsJames Hogan2017-06-285-4/+10
| * MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-06-281-1/+1
| * MIPS: perf: add I6500 handlingMarcin Nowakowski2017-06-281-4/+10
| * MIPS: Probe the I6500 CPUPaul Burton2017-06-281-0/+5
| * MIPS: Give __secure_computing() access to syscall arguments.David Daney2017-06-281-2/+20
| * MIPS: module: Unify rel & rela reloc handlingPaul Burton2017-06-283-248/+150Star
| * MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton2017-06-281-12/+16
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-112-2/+4
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-041-2/+0Star
|\ \
| * | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-2/+0Star
* | | MIPS: Avoid accidental raw backtraceJames Hogan2017-06-301-0/+2
* | | MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-06-301-0/+3
* | | MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-06-301-8/+1Star
* | | MIPS: head: Reorder instructions missing a delay slotKarl Beldan2017-06-271-1/+1
| |/ |/|
* | MIPS: Fix bnezc/jialc return address calculationPaul Burton2017-06-151-1/+3
* | MIPS: ftrace: fix init functions tracingMarcin Nowakowski2017-06-081-19/+5Star
* | MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski2017-06-081-1/+5
* | kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2017-05-291-1/+0Star
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-127-68/+43Star
|\
| * Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle2017-04-136-24/+42
| |\
| * | MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton2017-04-121-8/+12
| * | MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton2017-04-121-45/+4Star