summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2021-06-10arm64: Remove unimplemented syscall log messageMichael Weiser
2019-11-28arm64: fix for bad_mode() handler to always result in panicHari Vyas
2019-04-03arm64: traps: disable irq in die()Qiao Zhou
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser
2017-11-24arm64: fix dump_instr when PAN and UAO are in useMark Rutland
2017-11-08arm64: ensure __dump_instr() checks addr_limitMark Rutland
2017-01-26arm64: avoid returning from bad_modeMark Rutland
2015-10-19arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-27arm64: modify the dump mem for 64 bit addressesRohit Thapliyal
2015-07-03arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose
2015-06-19arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-17arm64: Use pr_* instead of printkJungseok Lee
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-09-17arm64: Exception handlingCatalin Marinas