summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* alpha: drop pre-EV56 supportArnd Bergmann2024-05-061-64/+0
* arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
* alpha: fix FEN fault handlingAl Viro2023-01-111-15/+15
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-3/+3
* alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
* Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-13/+13
|\
| * signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-13/+13
* | alpha: fix spelling mistakesgushengxian2021-07-251-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* alpha: add show_stack_loglvl()Dmitry Safonov2020-06-091-11/+17
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal/alpha: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-8/+1
* signal/alpha: Use send_sig_fault where appropriateEric W. Biederman2018-04-251-54/+17
* signal/alpha: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman2018-04-251-2/+2
* signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-1/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+5
* alpha: fix formating of stack contentMikulas Patocka2018-01-201-4/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-3/+3
|\
| * signal/alpha: Document a conflict with SI_USER for SIGTRAPEric W. Biederman2017-07-191-3/+3
* | alpha: math-emu: Fix modular buildBen Hutchings2017-09-041-0/+2
|/
* alpha: add a helper for emitting exception table entriesAl Viro2017-03-281-108/+40
* alpha: don't bother with __access_ok() in traps.cAl Viro2017-03-281-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* alpha: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* alpha: delete non-required instances of <linux/init.h>Paul Gortmaker2015-05-261-1/+0
* alpha: Primitive support for CPU power down.Richard Henderson2013-11-161-0/+15
* alpha: Convert print_symbol to %pSRJoe Perches2013-07-191-5/+3
* alpha: delete __cpuinit usage from all usersPaul Gortmaker2013-07-141-2/+2
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* alpha: separate thread-synchronous flagsAl Viro2012-10-241-3/+3
* Disintegrate asm/system.h for AlphaDavid Howells2012-03-281-0/+1
* alpha: kill big kernel lockArnd Bergmann2010-09-181-3/+0
* alpha: use __ratelimitAkinobu Mita2010-03-181-7/+3
* alpha: convert u64 to unsigned long longRandy Dunlap2009-04-011-1/+1
* false __cpuinit positives on alphaAl Viro2008-11-301-2/+2
* alpha: fix compile failures with gcc-4.3 (bug #10438)Ivan Kokshaysky2008-06-201-1/+2
* arch/alpha/kernel/traps.c: use time_* macrosS.Caglar Onur2008-04-281-2/+3
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-3/+3
* Report that kernel is tainted if there was an OOPSPavel Emelianov2007-07-171-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] alpha: fix kernel alignment trapsRichard Henderson2005-10-021-8/+7
* [PATCH] alpha smp fixIvan Kokshaysky2005-06-301-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1092