summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-6/+6
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-4/+4
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-011-1/+1
* signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-29/+4Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-2/+1Star
|\
| * openrisc: Fix conflicting types for _exext and _stextJoel Stanley2018-01-091-2/+1Star
* | signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman2018-01-121-5/+5
|/
* openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne2017-11-031-47/+7Star
* sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-251-0/+183
|\
| * openrisc: add l.lwa/l.swa emulationStefan Kristiansson2017-02-061-0/+183
* | openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-11/+0Star
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Disintegrate asm/system.h for OpenRISCDavid Howells2012-03-281-1/+0Star
* | openrisc: sanitize use of orig_gpr11Jonas Bonn2012-03-061-4/+4
* | OpenRISC: Export dump_stack()Richard Weinberger2012-03-061-0/+1
|/
* OpenRISC: TrapsJonas Bonn2011-07-221-0/+366