aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven1-0/+1
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-2/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko1-3/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig1-2/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-08-20m68k: switch to kernel_clone()Christian Brauner1-5/+5
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+2
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-3/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-14m68k: Implement copy_thread_tls()Geert Uytterhoeven1-9/+22
2020-01-12m68k: Wire up clone3() syscallKars de Jong1-1/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-14/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven1-10/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-26m68k: always make available dump_fpu()Greg Ungerer1-28/+28
2013-04-08m68k: Use generic idle loopThomas Gleixner1-28/+4
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro1-54/+32
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-80/+24
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro1-20/+0
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro1-60/+24
2012-09-23m68k: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2012-03-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-2/+375
2012-03-05m68k: merge the MMU and non-MMU versions of process.cGreg Ungerer1-2/+377
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-352/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-02-27m68k: Add NPTL supportMaxim Kuvyrkov1-0/+4
2009-12-06m68k: Remove the BKL from sys_execveJohn Kacur1-4/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+3
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk1-1/+1
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-47/+0
2008-02-07m68k: correct setting of struct user.u_ar0Geert Uytterhoeven1-1/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2006-10-11[PATCH] clean m68k ksymsAl Viro1-0/+3
2006-10-11[PATCH] misc m68k __user annotationsAl Viro1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+1
2006-02-18[PATCH] m68k: pm_power_off() breakageAl Viro1-0/+3
2006-01-12[PATCH] m68k: task_stack_page()Al Viro1-4/+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-rc2v2.6.12-rc2Linus Torvalds1-0/+405