summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2014-11-24MIPS: Fix address type used for early memory detection.Steven J. Hill
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton
2014-11-24MIPS: cpu-probe: Set the FTLB probability bit on supported coresMarkos Chandras
2014-11-24MIPS: BMIPS: Fix ".previous without corresponding .section" warningsKevin Cernekee
2014-11-24MIPS: Fix info about plat_setup in arch_mem_init commentRafał Miłecki
2014-11-24MIPS: rtlx: Remove KERN_DEBUG from pr_debug() arguments in rtlx.cMasanari Iida
2014-11-19MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki
2014-11-19MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki
2014-11-19MIPS: Loongson: Set Loongson-3's ISA level to MIPS64R1Huacai Chen
2014-11-19MIPS: Loongson: Fix the write-combine CCA value settingHuacai Chen
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss
2014-10-29MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel
2014-10-27MIPS: Wire up bpf syscall.Ralf Baechle
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-09-26MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-22MIPS: cpu-probe: Set the write-combine CCA value on per core basisMarkos Chandras
2014-09-22MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski
2014-08-26mips: Replace __get_cpu_var usesChristoph Lameter
2014-08-26MIPS: Wire up new syscalls getrandom and memfd_create.Ralf Baechle
2014-08-26MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras
2014-08-26MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras
2014-08-26MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei
2014-08-25MIPS: kdump: Set correct value to kexec_indirection_page variableYang Wei
2014-08-19MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras
2014-08-19MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras
2014-08-18MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-06mips: Use sigsp()Richard Weinberger
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger
2014-08-01Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle
2014-08-01MIPS: detect presence of MAARsPaul Burton
2014-08-01MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton
2014-08-01MIPS: disable preemption whilst initialising MSAPaul Burton
2014-08-01MIPS: ensure MSA gets disabled during bootPaul Burton
2014-08-01MIPS: fix MSA context for tasks which don't use FP firstPaul Burton
2014-08-01MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton
2014-08-01MIPS: preserve scalar FP CSR when switching vector contextPaul Burton
2014-08-01MIPS: save/restore MSACSR register on context switchPaul Burton
2014-08-01MIPS: GIC: Generalise check for pending interruptsJeffrey Deans
2014-08-01MIPS: GIC: Prevent array overrunJeffrey Deans
2014-08-01MIPS: GIC: Remove GIC_FLAG_IPIJeffrey Deans