summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/process.c
AgeCommit message (Expand)AuthorLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-3/+2
2021-07-25alpha: convert comma to semicolonZheng Yongjun-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2020-12-15alpha: replace bogus in_interrupt()Thomas Gleixner-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+3
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner-5/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2018-01-20alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka-1/+2
2018-01-20alpha: make thread_saved_pc staticTobias Klauser-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby-8/+0
2015-05-26alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad-4/+3
2013-11-16alpha: Primitive support for CPU power down.Richard Henderson-0/+17
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing-1/+3
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+1
2013-04-08alpha: Use generic idle loopThomas Gleixner-19/+0
2013-02-03alpha: remove stray debris left in copy_process()Al Viro-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-1/+1
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro-25/+0
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro-21/+14
2012-11-28alpha: simplify fork and friendsAl Viro-9/+7
2012-10-24alpha: separate thread-synchronous flagsAl Viro-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-59/+20
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro-19/+0
2012-09-30alpha: switch to generic kernel_thread()Al Viro-19/+20
2012-09-30alpha: switch to generic sys_execve()Al Viro-21/+0
2012-09-23alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker-0/+3
2012-09-23alpha: Fix preemption handling in idle loopFrederic Weisbecker-1/+2
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro-0/+19
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells-1/+0
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause-1/+0
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro-1/+1
2010-09-25alpha: fix usp value in multithreaded coredumpsAl Viro-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan-1/+1
2009-02-16cpumask: Use cpu_*_mask accessors code: alphaRusty Russell-4/+4
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell-0/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells-1/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells-62/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0