aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/process.c
AgeCommit message (Expand)Author
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-06alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf
2023-03-06alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2023-02-24alpha: in_irq() cleanupChangbin Du
2023-02-24alpha: lazy FPU switchingAl Viro
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-02arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-06-03arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-07-25alpha: convert comma to semicolonZheng Yongjun
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-12-15alpha: replace bogus in_interrupt()Thomas Gleixner
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2018-01-20alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka
2018-01-20alpha: make thread_saved_pc staticTobias Klauser
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2015-05-26alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad
2013-11-16alpha: Primitive support for CPU power down.Richard Henderson
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-08alpha: Use generic idle loopThomas Gleixner
2013-02-03alpha: remove stray debris left in copy_process()Al Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro
2012-11-28alpha: simplify fork and friendsAl Viro
2012-10-24alpha: separate thread-synchronous flagsAl Viro
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-30alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-09-30alpha: switch to generic kernel_thread()Al Viro
2012-09-30alpha: switch to generic sys_execve()Al Viro
2012-09-23alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-09-23alpha: Fix preemption handling in idle loopFrederic Weisbecker
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro