aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01sh: remove sh5 supportArnd Bergmann1-2/+0
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar1-0/+1
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker1-1/+1
2012-05-24sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().Paul Mundt1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-0/+7
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-0/+7
2012-05-08sh-use-common-threadinfo-allocatorThomas Gleixner1-44/+2
2012-04-19sh: initial stack protector support.Filippo Arcidiacono1-0/+7
2011-03-24sh: Fix build alloc_thread_info_node functionNobuhiro Iwamatsu1-2/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-7/+9
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