summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * 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
* | m68k: Switch to new sys-off handler APIDmitry Osipenko2022-05-191-3/+2
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
* m68k: Remove set_fs()Christoph Hellwig2021-09-241-2/+2
* 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
* m68k: switch to kernel_clone()Christian Brauner2020-08-201-5/+5
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-3/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* m68k: Implement copy_thread_tls()Geert Uytterhoeven2020-01-141-9/+22
* m68k: Wire up clone3() syscallKars de Jong2020-01-121-1/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-14/+0
* 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
* m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven2017-02-121-10/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* m68k: always make available dump_fpu()Greg Ungerer2016-09-261-28/+28
* m68k: Use generic idle loopThomas Gleixner2013-04-081-28/+4
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-1/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
* m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro2012-11-281-54/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-80/+24
|\
| * m68k: switch to generic sys_execve()/kernel_execve()Al Viro2012-10-011-20/+0
| * m68k: split ret_from_fork(), simplify kernel_thread()Al Viro2012-10-011-60/+24
* | m68k: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* Disintegrate asm/system.h for M68KDavid Howells2012-03-281-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-03-211-2/+375
|\
| * m68k: merge the MMU and non-MMU versions of process.cGreg Ungerer2012-03-051-2/+377
|/
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-251-352/+3
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* 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-1/+1
* m68k: Add NPTL supportMaxim Kuvyrkov2010-02-271-0/+4
* m68k: Remove the BKL from sys_execveJohn Kacur2009-12-061-4/+1
* Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+3
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* take init_fs to saner placeAl Viro2008-12-311-1/+0
* m68k: Remove the broken Hades supportAdrian Bunk2008-10-141-1/+1
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-081-47/+0
* m68k: correct setting of struct user.u_ar0Geert Uytterhoeven2008-02-071-1/+1
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1