summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process_32.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* sh: remove CONFIG_SET_FS supportArnd Bergmann2022-02-251-2/+0
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-21/+17
|\
| * sh: switch to copy_thread_tls()Christian Brauner2020-08-141-3/+3
| * sh: process: Fix broken lines in register dumpsGeert Uytterhoeven2020-08-141-21/+17
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-18/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-18/+0
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-3/+2
|\| |
| * | sh: convert to ->regset_get()Al Viro2020-07-271-3/+2
| |/
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | sh: switch to copy_thread_tls()Christian Brauner2020-07-041-3/+3
|/
* sh: add loglvl to show_trace()Dmitry Safonov2020-06-091-1/+1
* sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-281-4/+1
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* sh: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* 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: remove empty bodiesJiri Slaby2016-05-201-7/+0
* sh: move fpu_counter into ARCH specific thread_structVineet Gupta2013-11-131-3/+3
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-5/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
* sh: switch to generic fork/vfork/cloneAl Viro2012-11-281-48/+4
* sh: convert to generic sys_execve()Al Viro2012-10-221-23/+0
* sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-221-45/+19
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-9/+0
|\
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-9/+0
* | sh: initial stack protector support.Filippo Arcidiacono2012-04-191-0/+5
|/
* sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-301-0/+1
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+0
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-121-1/+1
* sh, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-141-2/+0
* sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.Paul Mundt2011-05-241-0/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-01-261-1/+1
* sh: machine_ops based reboot support.Paul Mundt2010-01-201-48/+0
*-. Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt2010-01-131-91/+23
|\ \
| | * sh: Kill off dead UBC headers.Paul Mundt2010-01-051-1/+0
| | * Merge branch 'master' into sh/hw-breakpointsPaul Mundt2009-12-081-10/+33
| | |\ | |_|/ |/| |
| | * sh: hw-breakpoints: Add preliminary support for SH-4A UBC.Paul Mundt2009-12-081-88/+6
| * | sh: Move over to dynamically allocated FPU context.Paul Mundt2010-01-131-2/+4
| * | sh: Move start_thread() out of line.Paul Mundt2010-01-121-0/+12
|/ /