summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-1/+1
|\
| * mips: convert fdt pointers to opaque pointersRob Herring2014-04-301-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \
| * | arch,mips: Convert smp_mb__*()Peter Zijlstra2014-04-181-2/+2
| |/
* | MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith2014-05-281-7/+7
* | MIPS: Fix typo when reporting cache and ftlb errors for ImgTec coresMarkos Chandras2014-05-251-2/+2
* | MIPS: Fix branch emulation of branch likely instructions.Ralf Baechle2014-05-231-4/+4
* | MIPS: Wire up renameat2 syscall.Ralf Baechle2014-05-134-0/+4
* | Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"Ralf Baechle2014-05-131-8/+1
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-1/+1
|\
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-201-1/+1
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1
|\ \
| * | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
* | | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds2014-04-0236-371/+2010
|\ \ \
| * \ \ Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2014-03-314-11/+16
| |\ \ \
| * | | | MIPS: smp-mt: Use common GIC IPI implementationPaul Burton2014-03-311-22/+1
| * | | | MIPS: smp-cmp: Remove incorrect core number probePaul Burton2014-03-311-2/+1
| * | | | MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-316-11/+11
| * | | | MIPS: Fix core number detection for MT coresPaul Burton2014-03-311-1/+5
| * | | | MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen2014-03-311-3/+9
| * | | | MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle2014-03-313-0/+68
| * | | | MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton2014-03-311-24/+1
| * | | | MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton2014-03-312-76/+6
| * | | | MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin2014-03-311-2/+1
| * | | | MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2Huacai Chen2014-03-311-2/+2
| * | | | MIPS: perf: Add interAptiv supportDeng-Cheng Zhu2014-03-311-2/+36
| * | | | MIPS: perf: Add proAptiv supportDeng-Cheng Zhu2014-03-311-2/+26
| * | | | MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv supportDeng-Cheng Zhu2014-03-311-4/+4
| * | | | MIPS: cpu-probe: Add support for probing M5150 coresLeonid Yegoshin2014-03-261-0/+4
| * | | | MIPS: Add support for the M5150 processorLeonid Yegoshin2014-03-261-0/+1
| * | | | MIPS: malta: Add support for SMP EVAMarkos Chandras2014-03-261-1/+1
| * | | | MIPS: kernel: proc: Add EVA to the list of CPU featuresMarkos Chandras2014-03-261-0/+1
| * | | | MIPS: kernel: cpu-probe: Enable EVA option on supported coresMarkos Chandras2014-03-261-0/+3
| * | | | MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin2014-03-262-1/+21
| * | | | MIPS: kernel: signal: Prevent save/restore FPU context in user memoryLeonid Yegoshin2014-03-261-0/+32
| * | | | MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras2014-03-261-1/+3
| * | | | MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin2014-03-261-1/+85
| * | | | MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras2014-03-261-24/+25
| * | | | MIPS: lib: memcpy: Add EVA supportMarkos Chandras2014-03-261-0/+6
| * | | | MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras2014-03-261-0/+6
| * | | | MIPS: lib: strlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+4
| * | | | MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+4
| * | | | MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin2014-03-261-0/+12
| * | | | MIPS: kernel: traps: Whitespace clean upMarkos Chandras2014-03-261-7/+10
| * | | | MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras2014-03-261-4/+5
| * | | | MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan2014-03-261-5/+7
| * | | | MIPS: Add MIPS P5600 probe supportJames Hogan2014-03-261-0/+4
| * | | | MIPS: Add cases for CPU_P5600James Hogan2014-03-263-0/+3
| * | | | MIPS: Save/restore MSA context around signalsPaul Burton2014-03-264-16/+347
OpenPOWER on IntegriCloud