aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2-1/+18
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-2/+9
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner6-13/+21
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton1-1/+1
2016-09-29MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton1-2/+1
2016-09-29MIPS: clear execution hazard after changing FTLB enablePaul Burton1-2/+1
2016-09-29MIPS: Configure FTLB after probing TLB sizes from config4Paul Burton1-15/+28
2016-09-29MIPS: Stop setting I6400 FTLBPPaul Burton1-7/+2
2016-09-29MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski1-3/+2
2016-09-29MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski1-18/+0
2016-09-29MIPS: fix uretprobe implementationMarcin Nowakowski1-1/+1
2016-09-29MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn1-1/+1
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-09-23MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-09-21MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan1-4/+4
2016-09-19MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski1-4/+4
2016-09-13MIPS: Fix memory regions reaching top of physicalJames Hogan1-0/+7
2016-09-13MIPS: uprobes: fix incorrect uprobe brk handlingMarcin Nowakowski1-1/+1
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-2/+2
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds19-331/+437
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada8-37/+37
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle3-8/+7
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-82/+19
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski2-7/+18
2016-08-02MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt3-283/+292
2016-08-02MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is presentPaul Burton1-0/+19
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton4-4/+36
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan1-2/+4
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan1-8/+1
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan3-1/+3
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan1-2/+15
2016-07-28KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-07-28MIPS: Print segment physical address when EU=1James Hogan1-5/+8
2016-07-24MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn1-5/+27
2016-07-24MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn1-4/+5
2016-07-24MIPS: Don't register r4k sched clock when CPUFREQ enabledHuacai Chen1-1/+3
2016-07-24MIPS: Fix r4k clockevents registrationHuacai Chen1-6/+1
2016-07-21MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic1-1/+3
2016-07-05MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton1-2/+2
2016-07-05MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton1-2/+2
2016-07-05MIPS: KVM: Drop now unused asm offsetsJames Hogan1-66/+0
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan1-1/+4
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan1-7/+10
2016-06-14MIPS/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan2-1/+1
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan1-1/+0
2016-06-14MIPS: KVM: Drop unused guest_inst from kvm_vcpu_archJames Hogan1-2/+0