summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle2016-10-144-0/+12
* mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-112-1/+18
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+9
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-2/+2
|\
| * Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-306-13/+21
| |\
| * | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-2/+2
* | | MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-291-1/+1
* | | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton2016-09-291-2/+1
* | | MIPS: clear execution hazard after changing FTLB enablePaul Burton2016-09-291-2/+1
* | | MIPS: Configure FTLB after probing TLB sizes from config4Paul Burton2016-09-291-15/+28
* | | MIPS: Stop setting I6400 FTLBPPaul Burton2016-09-291-7/+2
* | | MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-09-291-3/+2
* | | MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-09-291-18/+0
* | | MIPS: fix uretprobe implementationMarcin Nowakowski2016-09-291-1/+1
* | | MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn2016-09-291-1/+1
| |/ |/|
* | MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn2016-09-251-4/+3
* | MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton2016-09-231-0/+2
* | MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan2016-09-211-4/+4
* | MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski2016-09-191-4/+4
* | MIPS: Fix memory regions reaching top of physicalJames Hogan2016-09-131-0/+7
* | MIPS: uprobes: fix incorrect uprobe brk handlingMarcin Nowakowski2016-09-131-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-0619-331/+437
|\
| * Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle2016-08-033-8/+7
| |\
| | * MIPS: Don't register r4k sched clock when CPUFREQ enabledHuacai Chen2016-07-241-1/+3
| | * MIPS: Fix r4k clockevents registrationHuacai Chen2016-07-241-6/+1
| | * MIPS: traps: return correct si code for accessing nonmapped addressesPetar Jovanovic2016-07-211-1/+3
| * | MIPS: store the appended dtb address in a variableJonas Gorski2016-08-022-7/+18
| * | MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt2016-08-023-283/+292
| * | MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is presentPaul Burton2016-08-021-0/+19
| * | MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-024-4/+36
| * | MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan2016-07-291-2/+4
| * | MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan2016-07-291-8/+1
| * | MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan2016-07-293-1/+3
| * | MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan2016-07-291-2/+15
| * | KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2016-07-282-2/+2
| * | MIPS: Print segment physical address when EU=1James Hogan2016-07-281-5/+8
| * | MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn2016-07-241-5/+27
| * | MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn2016-07-241-4/+5
| |/
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-048-37/+37
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-023-82/+19
|\ \
| * | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-051-2/+2
| * | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-051-2/+2
| * | MIPS: KVM: Drop now unused asm offsetsJames Hogan2016-07-051-66/+0
| * | MIPS: KVM: Don't hardcode restored HWREnaJames Hogan2016-06-151-1/+4
| * | MIPS: Clean up RDHWR handlingJames Hogan2016-06-151-7/+10
| * | MIPS: KVM: Restore host EBase from ebase variableJames Hogan2016-06-142-1/+1
| * | MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan2016-06-141-1/+0
| * | MIPS: KVM: Drop unused guest_inst from kvm_vcpu_archJames Hogan2016-06-141-2/+0
| |/
* | MIPS/ptrace: run seccomp after ptraceKees Cook2016-06-141-5/+4
OpenPOWER on IntegriCloud