summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2019-03-27arm64: traps: disable irq in die()Qiao Zhou
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser
2017-11-08arm64: ensure __dump_instr() checks addr_limitMark Rutland
2017-06-14arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko
2017-01-26arm64: avoid returning from bad_modeMark Rutland
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-06-21arm64: simplify dump_memMark Rutland
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland
2016-06-03arm64: report CPU number in bad_modeMark Rutland
2016-02-12arm64: make irq_stack_ptr more robustYang Shi
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro
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