aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-3/+3
2021-11-09alpha: use is_kernel_text() helperGravatar Kefeng Wang 1-3/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-13/+13
2021-07-25alpha: fix spelling mistakesGravatar gushengxian 1-1/+1
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKGravatar Eric W. Biederman 1-13/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09alpha: add show_stack_loglvl()Gravatar Dmitry Safonov 1-11/+17
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2018-04-25signal/alpha: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateGravatar Eric W. Biederman 1-54/+17
2018-04-25signal/alpha: Replace TRAP_FIXME with TRAP_UNKGravatar Eric W. Biederman 1-2/+2
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKGravatar Eric W. Biederman 1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+5
2018-01-20alpha: fix formating of stack contentGravatar Mikulas Patocka 1-4/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+3
2017-09-04alpha: math-emu: Fix modular buildGravatar Ben Hutchings 1-0/+2
2017-07-19signal/alpha: Document a conflict with SI_USER for SIGTRAPGravatar Eric W. Biederman 1-3/+3
2017-03-28alpha: add a helper for emitting exception table entriesGravatar Al Viro 1-108/+40
2017-03-28alpha: don't bother with __access_ok() in traps.cGravatar Al Viro 1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-01-24alpha: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-05-26alpha: delete non-required instances of <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-16alpha: Primitive support for CPU power down.Gravatar Richard Henderson 1-0/+15
2013-07-19alpha: Convert print_symbol to %pSRGravatar Joe Perches 1-5/+3
2013-07-14alpha: delete __cpuinit usage from all usersGravatar Paul Gortmaker 1-2/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-7/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2012-10-24alpha: separate thread-synchronous flagsGravatar Al Viro 1-3/+3
2012-03-28Disintegrate asm/system.h for AlphaGravatar David Howells 1-0/+1
2010-09-18alpha: kill big kernel lockGravatar Arnd Bergmann 1-3/+0
2010-03-18alpha: use __ratelimitGravatar Akinobu Mita 1-7/+3
2009-04-01alpha: convert u64 to unsigned long longGravatar Randy Dunlap 1-1/+1
2008-11-30false __cpuinit positives on alphaGravatar Al Viro 1-2/+2
2008-06-20alpha: fix compile failures with gcc-4.3 (bug #10438)Gravatar Ivan Kokshaysky 1-1/+2
2008-04-28arch/alpha/kernel/traps.c: use time_* macrosGravatar S.Caglar Onur 1-2/+3
2007-10-19Use helpers to obtain task pid in printks (arch code)Gravatar Alexey Dobriyan 1-3/+3
2007-07-17Report that kernel is tainted if there was an OOPSGravatar Pavel Emelianov 1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-10-02[PATCH] alpha: fix kernel alignment trapsGravatar Richard Henderson 1-8/+7
2005-06-30[PATCH] alpha smp fixGravatar Ivan Kokshaysky 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1092