summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2017-06-30MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton-0/+3
2017-06-30MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton-8/+1
2017-06-29MIPS: Add CPU shared FTLB feature detectionPaul Burton-0/+11
2017-06-29MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton-1/+6
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton-3/+24
2017-06-29MIPS: CPS: Prevent multi-core with dcache aliasingPaul Burton-3/+5
2017-06-29MIPS: CM: WARN on attempt to lock invalid VP, not BUGPaul Burton-1/+1
2017-06-29MIPS: CM: Avoid per-core locking with CM3 & higherPaul Burton-6/+32
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton-0/+3
2017-06-29MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'Maciej W. Rozycki-6/+6
2017-06-29MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki-1/+1
2017-06-29MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki-20/+15
2017-06-29MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki-8/+4
2017-06-29MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki-8/+8
2017-06-29MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki-3/+4
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki-0/+1
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton-0/+57
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton-1/+53
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic-74/+100
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic-0/+40
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen-0/+6
2017-06-28MIPS: Branch straight to ll in mips_atomic_set()James Hogan-5/+1
2017-06-28MIPS: Fix mips_atomic_set() with EVAJames Hogan-2/+5
2017-06-28MIPS: Save static registers before sysmipsJames Hogan-4/+10
2017-06-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan-1/+1
2017-06-28MIPS: perf: add I6500 handlingMarcin Nowakowski-4/+10
2017-06-28MIPS: Probe the I6500 CPUPaul Burton-0/+5
2017-06-28MIPS: Give __secure_computing() access to syscall arguments.David Daney-2/+20
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton-248/+150
2017-06-28MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton-12/+16
2017-06-27MIPS: head: Reorder instructions missing a delay slotKarl Beldan-1/+1
2017-06-15MIPS: Fix bnezc/jialc return address calculationPaul Burton-1/+3
2017-06-08MIPS: ftrace: fix init functions tracingMarcin Nowakowski-19/+5
2017-06-08MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski-1/+5
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum-1/+0
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner-2/+0
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-68/+43
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2017-05-08format-security: move static strings to constKees Cook-2/+2
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan-1/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+12
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+10
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+18
2017-04-14MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange-0/+10
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle-24/+42
2017-04-12MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton-8/+12
2017-04-12MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton-45/+4
2017-04-12MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan-15/+33
2017-04-12MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn-2/+1