summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-18/+30
2016-05-28MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan1-8/+0
2016-05-28MIPS: Spelling fix lets -> let'sRalf Baechle3-4/+4
2016-05-28MIPS: kernel: Fix typoAndrea Gelmini1-1/+1
2016-05-28MIPS: R6: Fix typoAndrea Gelmini1-1/+1
2016-05-28MIPS: CPS: Copy EVA configuration when starting secondary VPs.Matt Redfearn1-0/+15
2016-05-28MIPS: Fix incomplete separation of XPA CPU featureJames Hogan1-3/+1
2016-05-28MIPS: smp-cps: Clear Status IPL field when using EICPaul Burton1-2/+6
2016-05-28MIPS: Clear Status IPL field when using EICPaul Burton1-0/+3
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds41-443/+2530
2016-05-17MIPS: perf: Fix I6400 event numbersJames Hogan1-2/+52
2016-05-17MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo1-2/+2
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-6/+6
2016-05-13MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-05-13MIPS: cevt-r4k: Dynamically calculate min_delta_nsJames Hogan1-2/+80
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton1-23/+17
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4