aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-611/+0
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-06ia64/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+9
2022-05-19ia64: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-3/+3
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-1/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
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/g...Linus 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/gi...Linus 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/k...Linus 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...Peter Zijlstra1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus 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/...Linus 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 <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
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: 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/ke...Linus Torvalds1-2/+2
2012-09-23ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney1-0/+3
2012-09-20[IA64] Must enable interrupts in do_notify_resume_user before calling traceho...Tony Luck1-2/+2
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-08ia64: Remove unused cpu_idle_wait()Thomas Gleixner1-20/+0
2012-03-29Fix ia64 build errors (fallout from system.h disintegration)Luck, Tony1-0/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-01-12ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger1-5/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+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
2010-02-26Pull alex into release branchTony Luck1-0/+4
2010-02-25[IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang1-0/+4
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-52/+3
2009-09-14cleanup console_print()Anirban Sinha1-0/+7
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-10-17Pull pv_ops-xen into release branchTony Luck1-1/+0
2008-10-17ia64: move function declaration, ia64_cpu_local_tick() from .c to .hIsaku Yamahata1-1/+0
2008-10-06[IA64] utrace use generic trace hookShaohua Li1-15/+6
2008-07-16ACPI : Create "idle=nomwait" bootparamZhao Yakui1-0/+2
2008-07-16ACPI: Create "idle=halt" bootparamZhao Yakui1-0/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-05-14[IA64] fix interrupt masking for pending works on kernel leaveHidetoshi Seto1-4/+21
2008-04-30signals: ia64 renumber TIF_RESTORE_SIGMASKakpm@linux-foundation.org1-1/+1
2008-03-12[IA64] use CORE_DUMP_USE_REGSETShaohua Li1-30/+0
2008-02-08[IA64] Simplify cpu_idle_waitTony Luck1-29/+15
2008-02-08[IA64] Synchronize kernel RSE to user-space and backPetr Tesarik1-0/+6
2008-02-08[IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUMEPetr Tesarik1-0/+9
2007-12-19[IA64] set_thread_area fails in IA32 chrootIan Wienand1-0/+1
2007-12-18[IA64] print kernel release in OOPS to make kerneloops.org happyLuck, Tony1-2/+4
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+2
2007-08-13[IA64] disable irq's and check need_resched before safe_haltDimitri Sivanich1-3/+7
2007-07-25[IA64] rename partial_pageakpm@linux-foundation.org1-3/+4
2007-07-11[IA64] silence GCC ia64 unused variable warningsJes Sorensen1-1/+2
2007-05-22[IA64] Only unwind non-running tasks.Robin Holt1-0/+5
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-3/+5
2007-05-08[IA64] Add TIF_RESTORE_SIGMASKAlexey Dobriyan1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-05-08[IA64] save and restore cpus_allowed in cpu_idle_waitSiddha, Suresh B1-0/+2
2007-02-05[IA64] kexec: Move machine_shutdown from machine_kexec.c to process.cHorms1-0/+16
2006-12-22[PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM...Ingo Molnar1-2/+8
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-2/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen1-2/+2
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao1-8/+0
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-6/+6
2005-12-14[IA64] fix for SET_PERSONALITY when CONFIG_IA32_SUPPORT is not set.Robin Holt1-0/+2
2005-12-06[IA64] Change SET_PERSONALITY to comply with comment in binfmt_elf.c.Robin Holt1-1/+4
2005-11-23[PATCH] kprobes: Fix return probes on sys_execveJim Keniston1-7/+0
2005-11-15[PATCH] ia64: cpu_idle performance bug fixChen, Kenneth W1-7/+8
2005-11-10Pull extend-notify-die into release branchTony Luck1-0/+6
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-15/+17
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+2
2005-11-07[IA64] Extend notify_die() hooks for IA64Keith Owens1-0/+6
2005-08-08[IA64] fix nohalt boot optionKen Chen1-1/+1
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-5/+0
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-0/+1
2005-07-12[ACPI] fix C1 patch for IA64Venkatesh Pallipadi1-0/+1
2005-06-27[PATCH] Return probe redesign: ia64 specific implementationRusty Lynch1-0/+16
2005-05-03[IA64] Fix two warnings introduced by perfmon patches.Tony Luck1-3/+1
2005-05-03[IA64] perfmon & PAL_HALT againStephane Eranian1-3/+11
2005-05-03[IA64] reduce cacheline bouncing in cpu_idle_waitZwane Mwaikambo1-15/+26
2005-04-22[IA64] cpu hotplug: return offlined cpus to SALAshok Raj1-14/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+800