aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland1-5/+5
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose1-0/+14
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose1-26/+47
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara1-0/+60
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara1-13/+50
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland1-1/+1
2016-06-21arm64: simplify dump_memMark Rutland1-20/+11
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland1-13/+13
2016-06-03arm64: report CPU number in bad_modeMark Rutland1-2/+3
2016-02-12arm64: make irq_stack_ptr more robustYang Shi1-1/+10
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon1-5/+5
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-6/+20
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-1/+1
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro1-1/+13
2015-10-19arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee1-5/+10
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin1-0/+2
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin1-1/+58
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-4/+0
2015-07-27arm64: modify the dump mem for 64 bit addressesRohit Thapliyal1-9/+20
2015-07-03arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose1-1/+1
2015-06-19arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin1-3/+2
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland1-2/+48
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal1-0/+66
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster1-2/+1
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee1-0/+5
2014-07-17arm64: Use pr_* instead of printkJungseok Lee1-4/+4
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas1-2/+5
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon1-3/+2
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland1-3/+9
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas1-2/+3
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-09-17arm64: Exception handlingCatalin Marinas1-0/+348