summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne2022-05-231-1/+1
* openrisc/traps: Remove die_if_kernel functionStafford Horne2022-05-231-9/+0
* openrisc/traps: Declare file scope symbols as staticStafford Horne2022-05-231-3/+3
* openrisc: Pretty print show_registers memory dumpsStafford Horne2022-05-231-13/+33
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* openrisc: fix trap for debugger breakpoint signallingStafford Horne2020-11-121-3/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+2
* openrisc: add show_stack_loglvl()Dmitry Safonov2020-06-091-4/+12
* openrisc: Remove obsolete show_trace_task functionStafford Horne2020-03-181-7/+0
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+1
|/
* arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* 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/+4
* 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/+1
|\
| * openrisc: Fix conflicting types for _exext and _stextJoel Stanley2018-01-091-2/+1
* | 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/+7
* 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-241-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-04-301-11/+0
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Disintegrate asm/system.h for OpenRISCDavid Howells2012-03-281-1/+0
* | 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