summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-141-1/+1
* sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().Paul Mundt2012-05-241-0/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-0/+7
|\
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-0/+7
* | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-05-231-0/+7
|\ \
| * | sh: initial stack protector support.Filippo Arcidiacono2012-04-191-0/+7
| |/
* / sh-use-common-threadinfo-allocatorThomas Gleixner2012-05-081-44/+2
|/
* sh: Fix build alloc_thread_info_node functionNobuhiro Iwamatsu2011-03-241-2/+2
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-7/+9
* Merge branch 'sh/stable-updates'Paul Mundt2010-04-261-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | sh: __cpuinit annotate the CPU init path.Paul Mundt2010-04-211-1/+1
|/
* sh: Move over to dynamically allocated FPU context.Paul Mundt2010-01-131-0/+54
* sh: Use SLAB_PANIC for thread_info slab cache.Paul Mundt2010-01-121-2/+1
* sh: Always provide thread_info allocators.Paul Mundt2010-01-121-0/+47
* sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.Paul Mundt2008-01-281-558/+0
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-1/+1
* sh: Conditionalize gUSA support.Paul Mundt2007-09-281-1/+1
* sh: Follow gUSA preempt changes in __switch_to().Paul Mundt2007-09-281-3/+3
* sh: Fix fs.h removal from mm.h regressions.Paul Mundt2007-07-311-0/+1
* sh: fix get_wchan() for SH kernels without framepointersDavid McCullough2007-07-261-2/+4
* sh: Tidy up dependencies for SH-2 build.Paul Mundt2007-06-111-3/+1
* sh: Shut up SH2-DSP compile warnings.Paul Mundt2007-06-081-1/+1
* sh: __user annotations for __get/__put_user().Paul Mundt2007-06-081-7/+5
* sh: sr.bl toggling around idle sleep.Paul Mundt2007-05-211-6/+27
* sh: clockevent/clocksource/hrtimers/nohz TMU support.Paul Mundt2007-05-091-0/+3
* sh: Convert to common die chain.Paul Mundt2007-05-091-3/+3
* sh: Fix PC adjustments for varying opcode length.Paul Mundt2007-05-091-2/+2
* sh: Support for SH-2A 32-bit opcodes.Paul Mundt2007-05-091-2/+3
* sh: generic quicklist support.Paul Mundt2007-05-091-0/+2
* sh: Add die chain notifiers.Paul Mundt2007-05-071-3/+12
* sh: MS7712SE01 board support.Nobuhiro Iwamatsu2007-05-071-1/+2
* sh: Fix kernel thread stack corruption with preempt.Hideo Saito2007-03-051-3/+2
* sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt2007-02-131-2/+3
* sh: Use a per-cpu ASID cache.Paul Mundt2007-02-131-38/+28
* sh: Use a jump call table for debug trap handlers.Paul Mundt2007-02-131-3/+21
* sh: Fix get_wchan().Paul Mundt2006-12-121-2/+3
* sh: BUG() handling through trapa vector.Paul Mundt2006-12-121-0/+10
* sh: gcc4 support.Stuart Menefy2006-12-061-14/+18
* sh: Proper show_stack/show_trace() implementation.Paul Mundt2006-10-191-10/+2
* sh: SH-4A UBC supportRyusuke Sakato2006-10-121-0/+30
* sh: Initial vsyscall page support.Paul Mundt2006-09-271-1/+1
* sh: Update kexec support for API changes.Paul Mundt2006-09-271-10/+0
* sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt2006-09-271-1/+1
* sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato2006-09-271-4/+9
* sh: Fixup __strnlen_user() behaviour.Paul Mundt2006-09-271-0/+3
* Fix 'make headers_check' on shPaul Mundt2006-09-211-0/+1
* [PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk2006-03-241-1/+0
* [PATCH] sh: machine_halt()/machine_power_off() cleanupsPaul Mundt2006-02-011-28/+26
* [PATCH] sh: kexec() supportkogiidena2006-01-161-0/+10