aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-06alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-06alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf1-0/+1
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds1-3/+4
2023-02-24alpha: in_irq() cleanupChangbin Du1-1/+1
2023-02-24alpha: lazy FPU switchingAl Viro1-2/+3
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-02arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-5/+3
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-06-03arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
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-3/+5
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+2
2021-07-25alpha: convert comma to semicolonZheng Yongjun1-1/+1
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-12-15alpha: replace bogus in_interrupt()Thomas Gleixner1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+3
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner1-5/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2018-01-20alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2018-01-20alpha: make thread_saved_pc staticTobias Klauser1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-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-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-8/+0
2015-05-26alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-4/+3
2013-11-16alpha: Primitive support for CPU power down.Richard Henderson1-0/+17
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-1/+3
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-08alpha: Use generic idle loopThomas Gleixner1-19/+0
2013-02-03alpha: remove stray debris left in copy_process()Al Viro1-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro1-25/+0
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro1-21/+14
2012-11-28alpha: simplify fork and friendsAl Viro1-9/+7
2012-10-24alpha: separate thread-synchronous flagsAl Viro1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-59/+20
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro1-19/+0
2012-09-30alpha: switch to generic kernel_thread()Al Viro1-19/+20
2012-09-30alpha: switch to generic sys_execve()Al Viro1-21/+0
2012-09-23alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-09-23alpha: Fix preemption handling in idle loopFrederic Weisbecker1-1/+2
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro1-0/+19
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+0
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro1-1/+1
2010-09-25alpha: fix usp value in multithreaded coredumpsAl Viro1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+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
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-02-16cpumask: Use cpu_*_mask accessors code: alphaRusty Russell1-4/+4
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-0/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
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-62/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-01-30[PATCH] missing exports of pm_power_off() on alpha and sparc32Al Viro1-0/+1
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro1-0/+5
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-0/+1
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-05[PATCH] alpha: SMP IRQ routing fixIvan Kokshaysky1-3/+3
2006-01-12[PATCH] alpha: task_pt_regs()akpm@osdl.org1-17/+2
2006-01-12[PATCH] alpha: task_stack_page()Al Viro1-3/+3
2006-01-12[PATCH] alpha: task_thread_info()Al Viro1-2/+2
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+5
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-7/+3
2005-09-22[PATCH] alpha: fix kernel panic during SysRq-bIvan Kokshaysky1-0/+4
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-3/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+528