summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix address type used for early memory detection.Steven J. Hill2014-11-241-1/+1
* MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras2014-11-241-0/+2
* MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton2014-11-241-4/+4
* MIPS: cpu-probe: Set the FTLB probability bit on supported coresMarkos Chandras2014-11-241-1/+32
* MIPS: BMIPS: Fix ".previous without corresponding .section" warningsKevin Cernekee2014-11-241-3/+0Star
* MIPS: Fix info about plat_setup in arch_mem_init commentRafał Miłecki2014-11-241-1/+1
* MIPS: rtlx: Remove KERN_DEBUG from pr_debug() arguments in rtlx.cMasanari Iida2014-11-241-2/+2
* MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki2014-11-191-9/+31
* MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki2014-11-191-2/+2
* MIPS: Loongson: Set Loongson-3's ISA level to MIPS64R1Huacai Chen2014-11-191-1/+4
* MIPS: Loongson: Fix the write-combine CCA value settingHuacai Chen2014-11-191-1/+1
* MIPS: Fix build with binutils 2.24.51+Manuel Lauss2014-11-077-9/+58
* MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel2014-10-291-1/+2
* MIPS: Wire up bpf syscall.Ralf Baechle2014-10-274-0/+4
* MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras2014-10-231-3/+0Star
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-201-3/+1Star
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-3/+1Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-182-0/+30
|\ \
| * | MIPS: cpu-probe: Set the write-combine CCA value on per core basisMarkos Chandras2014-09-221-0/+21
| * | MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel2014-09-221-0/+9
* | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-11/+11
|\ \ \
| * | | mips: Replace __get_cpu_var usesChristoph Lameter2014-08-263-11/+11
* | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-141-1/+1
|\ \ \ \
| * | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-1/+1
| * | | | MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras2014-08-191-0/+4
| * | | | MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras2014-08-191-4/+8
| * | | | MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei2014-08-181-1/+1
| |/ / /
* | / / MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras2014-09-261-0/+12
| |/ / |/| |
* | | MIPS: Wire up new syscalls getrandom and memfd_create.Ralf Baechle2014-08-264-0/+8
* | | MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras2014-08-261-0/+4
* | | MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras2014-08-261-4/+8
* | | MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei2014-08-261-1/+1
* | | MIPS: kdump: Set correct value to kexec_indirection_page variableYang Wei2014-08-251-2/+6
|/ /
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-094-82/+51Star
|\ \
| * | mips: Use sigsp()Richard Weinberger2014-08-063-9/+7Star
| * | mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-064-78/+49Star
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-0725-206/+501
|\ \
| * \ Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle2014-08-028-12/+71
| |\ \
| | * | MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan2014-08-011-0/+2
| | * | MIPS: N32: Use compat getsockopt syscallSorin Dumitru2014-08-011-1/+1
| | * | MIPS: APRP: Fix an issue when device_create() fails.Sebastien Bourdelin2014-08-012-0/+6
| | * | MIPS: GIC: Prevent array overrunJeffrey Deans2014-07-311-2/+4
| | * | MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen2014-07-301-1/+0Star
| | * | MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther2014-07-302-9/+60
| | * | MIPS: Prevent user from setting FCSR cause bitsPaul Burton2014-07-301-1/+2
| | |/
| * | MIPS: detect presence of MAARsPaul Burton2014-08-021-0/+2
| * | MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton2014-08-021-0/+3
| * | MIPS: disable preemption whilst initialising MSAPaul Burton2014-08-021-3/+11
| * | MIPS: ensure MSA gets disabled during bootPaul Burton2014-08-021-3/+2Star
| * | MIPS: fix MSA context for tasks which don't use FP firstPaul Burton2014-08-021-0/+2