aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/process.c
AgeCommit message (Expand)Author
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-19ia64: Use do_kernel_power_off()Dmitry Osipenko
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-12ia64: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-25[ia64] missed cleanups from switch to regset coredumpsAl Viro
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-11ia64: Remove perfmonChristoph Hellwig
2020-08-20ia64: switch to kernel_clone()Christian Brauner
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-23ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09ia64: add show_stack_loglvl()Dmitry Safonov
2020-06-09ia64: pass log level as arg into ia64_do_show_stack()Dmitry Safonov
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-25ia64: Replace cpu_down() with smp_shutdown_nonboot_cpus()Qais Yousef
2020-03-21ia64: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior
2018-01-05ia64: do not use print_symbol()Sergey Senozhatsky
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
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: accept a task parameter to be exitedJiri Slaby
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-08ia64: Use generic idle loopThomas Gleixner
2013-03-29ia64 idle: delete stale (*idle)() function pointerLen Brown
2013-02-17ia64 idle: delete pm_idleLen Brown
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-10-19ia64: switch to generic sys_execve()Al Viro