aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+2
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-12-12ia64: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-25[ia64] missed cleanups from switch to regset coredumpsAl Viro1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+2
2020-09-11ia64: Remove perfmonChristoph Hellwig1-53/+0
2020-08-20ia64: switch to kernel_clone()Christian Brauner1-2/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-34/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits into the new <asm/xtp.h> headerPeter Zijlstra1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-6/+23
2020-07-27kill unused dump_fpu() instancesAl Viro1-34/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-4/+3
2020-06-23ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner1-7/+25
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-9/+2
2020-06-09ia64: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09ia64: pass log level as arg into ia64_do_show_stack()Dmitry Safonov1-6/+7
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2020-03-25ia64: Replace cpu_down() with smp_shutdown_nonboot_cpus()Qais Yousef1-7/+1
2020-03-21ia64: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-0/+1
2018-01-05ia64: do not use print_symbol()Sergey Senozhatsky1-7/+3
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 <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-7/+7
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-2/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-04-08ia64: Use generic idle loopThomas Gleixner1-62/+16
2013-03-29ia64 idle: delete stale (*idle)() function pointerLen Brown1-4/+1
2013-02-17ia64 idle: delete pm_idleLen Brown1-3/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+2
2012-10-19ia64: switch to generic sys_execve()Al Viro1-19/+0
2012-10-19ia64: switch to generic kernel_thread()/kernel_execve()Al Viro1-71/+58
2012-10-14ia64: don't mess with ar_bspstore in kernel_thread()Al Viro1-5/+4
2012-10-14ia64: dead code in copy_thread() since 2004Al Viro1-9/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-01Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-2/+2
2012-09-23ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney1-0/+3