aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] sh: task_stack_page()Al Viro2006-01-121-1/+1
* [PATCH] sh: task_thread_info()Al Viro2006-01-121-1/+1
* [PATCH] sh: task_pt_regs()Al Viro2006-01-121-36/+6
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-101-20/+0
* [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-9/+3
* [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-091-0/+2
* [PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman2005-07-261-6/+0