aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-0/+1
2010-04-21sh: __cpuinit annotate the CPU init path.Paul Mundt1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt1-0/+54
2010-01-12sh: Use SLAB_PANIC for thread_info slab cache.Paul Mundt1-2/+1
2010-01-12sh: Always provide thread_info allocators.Paul Mundt1-0/+47
2008-01-28sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.Paul Mundt1-558/+0
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-09-28sh: Conditionalize gUSA support.Paul Mundt1-1/+1
2007-09-28sh: Follow gUSA preempt changes in __switch_to().Paul Mundt1-3/+3
2007-07-31sh: Fix fs.h removal from mm.h regressions.Paul Mundt1-0/+1
2007-07-26sh: fix get_wchan() for SH kernels without framepointersDavid McCullough1-2/+4
2007-06-11sh: Tidy up dependencies for SH-2 build.Paul Mundt1-3/+1
2007-06-08sh: Shut up SH2-DSP compile warnings.Paul Mundt1-1/+1
2007-06-08sh: __user annotations for __get/__put_user().Paul Mundt1-7/+5
2007-05-21sh: sr.bl toggling around idle sleep.Paul Mundt1-6/+27
2007-05-09sh: clockevent/clocksource/hrtimers/nohz TMU support.Paul Mundt1-0/+3
2007-05-09sh: Convert to common die chain.Paul Mundt1-3/+3
2007-05-09sh: Fix PC adjustments for varying opcode length.Paul Mundt1-2/+2
2007-05-09sh: Support for SH-2A 32-bit opcodes.Paul Mundt1-2/+3
2007-05-09sh: generic quicklist support.Paul Mundt1-0/+2
2007-05-07sh: Add die chain notifiers.Paul Mundt1-3/+12
2007-05-07sh: MS7712SE01 board support.Nobuhiro Iwamatsu1-1/+2
2007-03-05sh: Fix kernel thread stack corruption with preempt.Hideo Saito1-3/+2
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt1-2/+3
2007-02-13sh: Use a per-cpu ASID cache.Paul Mundt1-38/+28
2007-02-13sh: Use a jump call table for debug trap handlers.Paul Mundt1-3/+21
2006-12-12sh: Fix get_wchan().Paul Mundt1-2/+3
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt1-0/+10
2006-12-06sh: gcc4 support.Stuart Menefy1-14/+18
2006-10-19sh: Proper show_stack/show_trace() implementation.Paul Mundt1-10/+2
2006-10-12sh: SH-4A UBC supportRyusuke Sakato1-0/+30
2006-09-27sh: Initial vsyscall page support.Paul Mundt1-1/+1
2006-09-27sh: Update kexec support for API changes.Paul Mundt1-10/+0
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt1-1/+1
2006-09-27sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato1-4/+9
2006-09-27sh: Fixup __strnlen_user() behaviour.Paul Mundt1-0/+3
2006-09-21Fix 'make headers_check' on shPaul Mundt1-0/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+0
2006-02-01[PATCH] sh: machine_halt()/machine_power_off() cleanupsPaul Mundt1-28/+26
2006-01-16[PATCH] sh: kexec() supportkogiidena1-0/+10
2006-01-12[PATCH] sh: task_stack_page()Al Viro1-1/+1
2006-01-12[PATCH] sh: task_thread_info()Al Viro1-1/+1
2006-01-12[PATCH] sh: task_pt_regs()Al Viro1-36/+6
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-20/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-9/+3
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+2
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+531