summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2014-08-02MIPS: Remove asm/user.hAlex Smith-3/+2
2014-08-02MIPS: Remove old core dump functionsAlex Smith-87/+0
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith-15/+17
2014-08-02MIPS: O32/32-bit: Remove outdated commentAlex Smith-2/+0
2014-08-01MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan-0/+2
2014-08-01MIPS: N32: Use compat getsockopt syscallSorin Dumitru-1/+1
2014-08-01MIPS: APRP: Fix an issue when device_create() fails.Sebastien Bourdelin-0/+6
2014-07-31MIPS: GIC: Prevent array overrunJeffrey Deans-2/+4
2014-07-30MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith-29/+160
2014-07-30MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith-19/+13
2014-07-30MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith-1/+1
2014-07-30MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith-3/+3
2014-07-30MIPS: Add Loongson-3B supportHuacai Chen-0/+6
2014-07-30MIPS: Add numa api supportHuacai Chen-13/+13
2014-07-30MIPS: Add NUMA support for Loongson-3Huacai Chen-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen-1/+26
2014-07-30MIPS: Support hard limit of cpu count (nr_cpu_ids)Huacai Chen-0/+20
2014-07-30MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen-1/+0
2014-07-30MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/OPaul Burton-3/+7
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroPaul Burton-2/+2
2014-07-30MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMPPaul Burton-0/+8
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther-9/+60
2014-07-30MIPS: Prevent user from setting FCSR cause bitsPaul Burton-1/+2
2014-07-18MIPS: add seccomp syscallKees Cook-0/+4
2014-07-18MIPS: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)-7/+0
2014-07-18MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)-0/+3
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras-1/+1
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton-353/+16
2014-06-16MIPS: pm-cps: convert smp_mb__*()Paul Burton-2/+2
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Paul Burton-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2719/+1887
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle-13/+15
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2014-06-03MIPS: Call find_vma with the mmap_sem heldDavidlohr Bueso-0/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-05-30MIPS: Add function get_ebase_cpunumDavid Daney-1/+1
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney-25/+70
2014-05-30MIPS: Implement random_get_entropy with CP0 RandomMaciej W. Rozycki-0/+1
2014-05-30MIPS: Netlogic: Add support for XLP5XXYonghong Song-0/+1
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle-183/+1608
2014-05-28cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton-0/+11
2014-05-28MIPS: cpuidle wait instruction statePaul Burton-0/+11
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton-5/+14
2014-05-28MIPS: smp-cps: set a coherent default CCAPaul Burton-0/+3
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton-2/+28
2014-05-28MIPS: smp-cps: hotplug supportPaul Burton-2/+153
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton-0/+752
2014-05-28MIPS: smp-cps: use CPC core-other lockingPaul Burton-3/+2
2014-05-28MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton-5/+7
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton-0/+6