summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-061-0/+1
* alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf2023-03-061-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-251-3/+4
|\
| * alpha: in_irq() cleanupChangbin Du2023-02-241-1/+1
| * alpha: lazy FPU switchingAl Viro2023-02-241-2/+3
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming2023-02-021-1/+1
| |/
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
|/
* [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-5/+3
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-1/+1
|\
| * arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | 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-3/+5
|/
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+2
* alpha: convert comma to semicolonZheng Yongjun2021-07-251-1/+1
* 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
* alpha: replace bogus in_interrupt()Thomas Gleixner2020-12-151-1/+1
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+3
* alpha: switch to copy_thread_tls()Christian Brauner2020-07-041-5/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka2018-01-201-1/+2
* alpha: make thread_saved_pc staticTobias Klauser2018-01-201-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-8/+0
* alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-05-261-4/+3
* alpha: Primitive support for CPU power down.Richard Henderson2013-11-161-0/+17
* TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2013-05-201-1/+3
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* alpha: Use generic idle loopThomas Gleixner2013-04-081-19/+0
* alpha: remove stray debris left in copy_process()Al Viro2013-02-031-1/+0
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
* alpha: switch to generic fork/vfork/cloneAl Viro2012-11-281-25/+0
* alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro2012-11-281-21/+14
* alpha: simplify fork and friendsAl Viro2012-11-281-9/+7
* alpha: separate thread-synchronous flagsAl Viro2012-10-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-59/+20
|\
| * alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-09-301-19/+0
| * alpha: switch to generic kernel_thread()Al Viro2012-09-301-19/+20
| * alpha: switch to generic sys_execve()Al Viro2012-09-301-21/+0
* | alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
* | alpha: Fix preemption handling in idle loopFrederic Weisbecker2012-09-231-1/+2
|/
* alpha: take kernel_execve() out of entry.SAl Viro2012-08-191-0/+19