aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2018-07-01openrisc: entry: Fix delay slot exception detectionStafford Horne1-1/+1
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman1-29/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+4
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+1
2018-01-12signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-01-09openrisc: Fix conflicting types for _exext and _stextJoel Stanley1-2/+1
2017-11-03openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne1-47/+7
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> 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/debug.h>Ingo Molnar1-0/+1
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+183
2017-02-06openrisc: add l.lwa/l.swa emulationStefan Kristiansson1-0/+183
2017-01-26openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-11/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells1-1/+0
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn1-4/+4
2012-03-06OpenRISC: Export dump_stack()Richard Weinberger1-0/+1
2011-07-22OpenRISC: TrapsJonas Bonn1-0/+366