summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose2016-09-091-0/+14
* arm64: Refactor sysinstr exception handlingSuzuki K Poulose2016-09-091-26/+47
* arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-011-0/+60
* arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-011-13/+50
* arm64: add macro to extract ESR_ELx.ECMark Rutland2016-06-211-1/+1
* arm64: simplify dump_memMark Rutland2016-06-211-20/+11Star
* arm64: fix dump_instr when PAN and UAO are in useMark Rutland2016-06-141-13/+13
* arm64: report CPU number in bad_modeMark Rutland2016-06-031-2/+3
* arm64: make irq_stack_ptr more robustYang Shi2016-02-121-1/+10
* arm64: traps: address fallout from printk -> pr_* conversionWill Deacon2015-12-211-5/+5
* arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro2015-12-211-6/+20
* arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2015-12-211-1/+1
* arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro2015-12-081-1/+13
* arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee2015-10-191-5/+10
* 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