summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-08-19MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras1-0/+4
2014-08-19MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras1-4/+8
2014-08-18MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei1-1/+1
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-82/+51
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-206/+501
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-0/+4
2014-08-06mips: Use sigsp()Richard Weinberger3-9/+7
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger4-78/+49
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle8-12/+71
2014-08-02MIPS: detect presence of MAARsPaul Burton1-0/+2
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton1-0/+3
2014-08-02MIPS: disable preemption whilst initialising MSAPaul Burton1-3/+11
2014-08-02MIPS: ensure MSA gets disabled during bootPaul Burton1-3/+2
2014-08-02MIPS: fix MSA context for tasks which don't use FP firstPaul Burton1-0/+2
2014-08-02MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton2-9/+35
2014-08-02MIPS: preserve scalar FP CSR when switching vector contextPaul Burton2-1/+8
2014-08-02MIPS: save/restore MSACSR register on context switchPaul Burton1-0/+1
2014-08-02MIPS: GIC: Generalise check for pending interruptsJeffrey Deans1-2/+11
2014-08-02MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-08-02MIPS: GIC: Remove GIC_FLAG_IPIJeffrey Deans1-4/+3
2014-08-02MIPS: GIC: move GIC interrupt bitmap declarationsJeffrey Deans1-0/+12
2014-08-02MIPS: kernel: cpu-probe: Detect unique RI/XI exceptionsLeonid Yegoshin1-0/+9
2014-08-02MIPS: Use dedicated exception handler if CPU supports RI/XI exceptionsLeonid Yegoshin1-0/+7
2014-08-02MIPS: kernel: cpu-probe: Add support for the HardWare Table WalkerMarkos Chandras1-0/+23
2014-08-02MIPS: cpu: Add new cpu option for Hardware Table Walker.Markos Chandras1-0/+1
2014-08-02MIPS: perf: Add hardware events for P5600James Hogan1-0/+21
2014-08-02MIPS: perf: Allow for more perf eventsJames Hogan1-8/+13
2014-08-02MIPS: Remove asm/user.hAlex Smith3-3/+2
2014-08-02MIPS: Remove old core dump functionsAlex Smith2-87/+0
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith2-15/+17
2014-08-02MIPS: O32/32-bit: Remove outdated commentAlex Smith1-2/+0
2014-08-01MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan1-0/+2
2014-08-01MIPS: N32: Use compat getsockopt syscallSorin Dumitru1-1/+1
2014-08-01MIPS: APRP: Fix an issue when device_create() fails.Sebastien Bourdelin2-0/+6
2014-07-31MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-07-30MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith1-29/+160
2014-07-30MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith1-19/+13
2014-07-30MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith1-1/+1
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith2-3/+3
2014-07-30MIPS: Add Loongson-3B supportHuacai Chen1-0/+6
2014-07-30MIPS: Add numa api supportHuacai Chen4-13/+13
2014-07-30MIPS: Add NUMA support for Loongson-3Huacai Chen1-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen2-1/+26
2014-07-30MIPS: Support hard limit of cpu count (nr_cpu_ids)Huacai Chen1-0/+20
2014-07-30MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-07-30MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OPaul Burton1-3/+7
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroPaul Burton2-2/+2
2014-07-30MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMPPaul Burton1-0/+8
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther2-9/+60
2014-07-30MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2