aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-612/+0
2022-04-28ia64: fix typos in commentsJulia Lawall1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-9/+9
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+3
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman1-105/+39
2018-04-25signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-2/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-3/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19signal/ia64: Document a conflict with SI_USER with SIGFPEEric W. Biederman1-2/+2
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-1/+1
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker1-1/+2
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-05ia64/traps: Silence GCC warning about uninitialised variableMatt Fleming1-0/+1
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-06-03[IA64] Fix trap #45 handlingChen Gang1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells1-0/+1
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-9/+0
2008-02-05[IA64] honor notify_die() returning NOTIFY_STOPJan Beulich1-12/+23
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-3/+3
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-1/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-3/+3
2007-05-08[IA64] SPIN_LOCK_UNLOCKED macro cleanup in arch/ia64Milind Arun Choudhary1-3/+3
2007-05-08move die notifier handling to common codeChristoph Hellwig1-17/+1
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev1-30/+0
2006-12-12[IA64] - Reduce overhead of FP exception logging messagesJack Steiner1-10/+40
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-5/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-3/+3
2006-02-15[IA64] support panic_on_oops sysctlHorms1-0/+8
2006-01-13[IA64] Handle debug traps in fsys modeJason Uhlenkott1-7/+19
2005-11-29[IA64] Remove getting break_num by decoding instructionKeshavamurthy Anil S1-18/+0
2005-11-07[IA64] Extend notify_die() hooks for IA64Keith Owens1-24/+20
2005-09-07[PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi1-2/+3
2005-07-06[IA64] Make ia64 die() preempt safe1-2/+4
2005-06-23[PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy1-1/+32
2005-06-08[PATCH] ia64: fix floating-point preemption problemPeter Chubb1-1/+10
2005-06-08[IA64] Extract correct break number for break.bKeith Owens1-0/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+609