aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-03-24mips: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-2/+8
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+96
2015-02-17MIPS: kernel: process: Do not allow FR=0 on MIPS R6Markos Chandras1-0/+4
2015-02-12MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton1-0/+92
2015-01-31MIPS: fork: Fix MSA/FPU/DSP context duplication raceJames Hogan1-12/+24
2014-11-24MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song1-0/+18
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-18/+18
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton1-0/+3
2014-08-02MIPS: Remove asm/user.hAlex Smith1-1/+1
2014-08-02MIPS: Remove old core dump functionsAlex Smith1-55/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-7/+0
2014-03-26MIPS: Basic MSA context switching supportPaul Burton1-1/+6
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton1-2/+14
2014-01-24MIPS: replace open-coded init_dspPaul Burton1-2/+1
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-3/+0
2013-07-01MIPS: Fix typos and cleanup commentTony Wu1-3/+0
2013-07-01MIPS: initial stack protector supportGregory Fong1-0/+6
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle1-13/+0
2013-05-17MIPS: Extract schedule_mfi info from __scheduleTony Wu1-2/+32
2013-05-17MIPS: Fix sibling call handling in get_frame_infoTony Wu1-2/+4
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+101
2013-05-09MIPS: microMIPS: Add unaligned access support.Leonid Yegoshin1-0/+101
2013-04-08mips: Use generic idle loopThomas Gleixner1-33/+15
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2013-02-03mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro1-1/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+1
2012-12-13MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen1-3/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-10-14mips: switch to generic kernel_thread()Al Viro1-40/+22
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker1-1/+0
2011-07-26Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+0
2011-07-25MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause1-1/+0
2011-06-15MIPS: Add new unwind_stack variantDaniel Kalmar1-5/+14
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-16MIPS: Don't stomp on caller's ->regs[2] in copy_thread()Al Viro1-1/+0
2010-04-12MIPS: Trace: Don't trace irqsoff for the idle processWu Zhangjin1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-08-03MIPS: Avoid clobbering struct pt_regs in kthreadsDavid Daney1-1/+3
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle1-1/+12
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-9/+10