summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/BUG: Show explicit backtrace for WARNsDave P Martin2015-07-271-0/+2
* arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin2015-07-271-1/+58
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-4/+0Star
* arm64: modify the dump mem for 64 bit addressesRohit Thapliyal2015-07-271-9/+20
* arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose2015-07-031-1/+1
* arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin2015-06-191-3/+2Star
* arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-2/+48
* arm64: Add support for hooks to handle undefined instructionsPunit Agrawal2014-11-201-0/+66
* arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster2014-09-081-2/+1Star
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-0/+5
* arm64: Use pr_* instead of printkJungseok Lee2014-07-171-4/+4
* arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-091-2/+5
* arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-121-3/+2Star
* arm64: don't kill the kernel on a bad esr from el0Mark Rutland2013-05-311-3/+9
* arm64: Do not report user faults for handled signalsCatalin Marinas2013-05-241-2/+3
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-7/+0Star
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* arm64: Exception handlingCatalin Marinas2012-09-171-0/+348