aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-03[MIPS] SMTC: Fix holes in SMTC and FPU affinity support.Kevin D. Kissell1-10/+9
2008-09-21[MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork.Ralf Baechle1-0/+2
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar1-7/+0
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-07-15[MIPS] IRIX: Goodbye and thanks for all the fishRalf Baechle1-7/+0
2007-12-14[MIPS] Ensure that ST0_FR is never set on a 32 bit kernelChris Dearman1-2/+1
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-2/+2
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-0/+3
2007-10-11[MIPS] R3000 setup for kernel_thread()Maciej W. Rozycki1-2/+2
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle1-1/+1
2007-07-20[MIPS] User stack pointer randomisationFranck Bui-Huu1-0/+14
2007-07-10[MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day1-2/+2
2007-02-26[MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug.Ralf Baechle1-2/+2
2007-02-18[MIPS] Make kernel_thread_helper() staticAtsushi Nemoto1-1/+1
2007-02-18[MIPS] signals: Share even more code.Ralf Baechle1-33/+0
2007-02-06[MIPS] SMTC: Cleanup idle hook invocation.Ralf Baechle1-4/+2
2006-10-19[MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()Franck Bui-Huu1-6/+2
2006-10-09[MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto1-1/+1
2006-10-01[MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto1-5/+31
2006-10-01[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto1-0/+1
2006-09-27[MIPS] get_wchan(): remove uses of mfinfo[64]Franck Bui-Huu1-82/+50
2006-09-27[MIPS] get_frame_info(): null function size means size is unknownFranck Bui-Huu1-2/+10
2006-09-27[MIPS] unwind_stack(): return ra if an exception occured at the first instructionFranck Bui-Huu1-2/+5
2006-09-27[MIPS] Improve unwind_stack()Franck Bui-Huu1-13/+22
2006-09-27[MIPS] Make get_frame_info() more robustFranck Bui-Huu1-8/+6
2006-09-27[MIPS] Make frame_info_init() more readable.Franck Bui-Huu1-9/+9
2006-09-27[MIPS] Make get_frame_info() more readable.Franck Bui-Huu1-31/+36
2006-09-27[MIPS] dump_stack() based on prologue code analysisAtsushi Nemoto1-11/+55
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle1-0/+11
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-1/+9