summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process_64.c
Commit message (Expand)AuthorAgeFilesLines
* sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-281-4/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-3/+2
* sh64: kernel: remove useless variable 'regs'Chen Gang2013-11-131-1/+1
* sh64: kernel: use 'usp' instead of 'fn'Chen Gang2013-11-131-1/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-3/+2
* sh: switch to generic fork/vfork/cloneAl Viro2012-11-281-39/+4
* sh: convert to generic sys_execve()Al Viro2012-10-221-25/+0
* sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-221-44/+16
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* sh64: Fix up fallout from generic init_task conversion.Paul Mundt2012-05-241-0/+1
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-0/+1
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-121-1/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+2
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sh64: Remove long unused mid_sched macroAndreas Bombe2010-03-231-7/+0
* Merge branch 'sh/stable-updates'Paul Mundt2010-02-021-1/+1
|\
| * Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-1/+1
* | sh: machine_ops based reboot support.Paul Mundt2010-01-201-24/+1
* | sh64: Fix up the build for the thread_xstate changes.Paul Mundt2010-01-191-1/+1
|/
* sh: Fix up FPU build for SH5Matt Fleming2009-12-151-2/+2
* sh: Clean up more superfluous symbol exports.Paul Mundt2009-10-271-0/+2
* sh: Tidy up NEFF-based sign extension for SH-5.Paul Mundt2009-08-041-14/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-06-181-6/+1
|\
| * sh: remove stray markers.Christoph Hellwig2009-06-181-6/+1
* | ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-5/+0
|/
* Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* sh: Drop the BKL from sys_execve() on SH-5.Paul Mundt2009-01-211-2/+0
* sh: Convert sh64 /proc/asids to debugfs and generic sh.Paul Mundt2008-12-221-39/+0
* sh: Kill off sh64's unused alloc/free_task_struct() definitions.Paul Mundt2008-12-221-12/+0
* sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt2008-12-221-60/+0
* sh: Trivial trace_mark() instrumentation for core events.Paul Mundt2008-09-211-2/+8
* sh: fixup many sparse errors.Paul Mundt2008-09-081-0/+1
* sh/kernel/ cleanupsAdrian Bunk2008-07-281-10/+0
* sh64: add missing #include <asm/fpu.h>'sAdrian Bunk2008-04-161-0/+1
* sh: Shut up some trivial build warnings.Paul Mundt2008-02-141-3/+6
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-281-13/+16
* sh: Bring the SH-5 FPU in line with the SH-4 FPU API.Paul Mundt2008-01-281-2/+2
* sh: Fix up proc ASIDs for CPU-local ASID cache accessors.Paul Mundt2008-01-281-10/+8
* sh: Share bug/debug traps across _32 and _64.Paul Mundt2008-01-281-9/+6
* sh: Kill off SH-5 enter_deep_standby() cruft.Paul Mundt2008-01-281-2/+14
* sh: Move over and enable FPU support for SH-5.Paul Mundt2008-01-281-4/+4
* sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.Paul Mundt2008-01-281-0/+691