summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-2/+2
|\
| * MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-041-1/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-141-3/+1Star
|\
| * MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen2012-12-131-3/+1Star
* | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+2
* | mips: switch to generic kernel_thread()Al Viro2012-10-151-40/+22Star
|/
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0Star
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-11-011-1/+0Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-07-261-1/+0Star
|\
| * MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause2011-07-251-1/+0Star
* | MIPS: Add new unwind_stack variantDaniel Kalmar2011-06-151-5/+14
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* MIPS: Don't stomp on caller's ->regs[2] in copy_thread()Al Viro2010-12-161-1/+0Star
* MIPS: Trace: Don't trace irqsoff for the idle processWu Zhangjin2010-04-121-1/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* MIPS: Avoid clobbering struct pt_regs in kthreadsDavid Daney2009-08-031-1/+3
* MIPS: Add arch generic CPU hotplugRalf Baechle2009-06-241-1/+12
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-131-9/+10
|\
| * [MIPS] SMTC: Fix holes in SMTC and FPU affinity support.Kevin D. Kissell2008-10-031-10/+9Star
| * [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork.Ralf Baechle2008-09-211-0/+2
* | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-061-1/+0Star
|/
* Merge branch 'linus' into timers/nohzIngo Molnar2008-07-181-7/+0Star
|\
| * [MIPS] IRIX: Goodbye and thanks for all the fishRalf Baechle2008-07-151-7/+0Star
* | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
|/
* [MIPS] Ensure that ST0_FR is never set on a 32 bit kernelChris Dearman2007-12-141-2/+1Star
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-121-2/+2
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-121-0/+3
* [MIPS] R3000 setup for kernel_thread()Maciej W. Rozycki2007-10-121-2/+2
* [MIPS] Fixup secure computing stuff.Ralf Baechle2007-07-311-1/+1
* [MIPS] User stack pointer randomisationFranck Bui-Huu2007-07-201-0/+14
* [MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day2007-07-101-2/+2
* [MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug.Ralf Baechle2007-02-271-2/+2
* [MIPS] Make kernel_thread_helper() staticAtsushi Nemoto2007-02-181-1/+1
* [MIPS] signals: Share even more code.Ralf Baechle2007-02-181-33/+0Star
* [MIPS] SMTC: Cleanup idle hook invocation.Ralf Baechle2007-02-061-4/+2Star
* [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()Franck Bui-Huu2006-10-191-6/+2Star
* [MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto2006-10-101-1/+1
* [MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto2006-10-021-5/+31
* [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto2006-10-021-0/+1
* [MIPS] get_wchan(): remove uses of mfinfo[64]Franck Bui-Huu2006-09-271-82/+50Star
* [MIPS] get_frame_info(): null function size means size is unknownFranck Bui-Huu2006-09-271-2/+10
* [MIPS] unwind_stack(): return ra if an exception occured at the first instruc...Franck Bui-Huu2006-09-271-2/+5
* [MIPS] Improve unwind_stack()Franck Bui-Huu2006-09-271-13/+22