aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/unwind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11ARM: unwind: only permit stack switch when unwinding call_with_stack()Ard Biesheuvel1-10/+16
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel1-8/+1
2022-03-11ARM: unwind: set frame.pc correctly for current-thread unwindingRussell King (Oracle)1-1/+6
2022-03-07ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesArd Biesheuvel1-1/+2
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel1-3/+4
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-1/+2
2021-12-03ARM: unwind: disregard unwind info before stack frame is set upArd Biesheuvel1-1/+15
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel1-1/+7
2021-12-03ARM: unwind: support unwinding across multiple stacksArd Biesheuvel1-9/+16
2020-12-08ARM: 9026/1: unwind: remove old check for GCC <= 4.2Nick Desaulniers1-3/+0
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij1-1/+5
2020-06-09arm: add loglvl to unwind_backtrace()Dmitry Safonov1-2/+3
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov1-1/+1
2020-02-21ARM: allow unwinder to unwind recursive functionsRussell King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-02-26ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior1-7/+7
2014-11-13ARM: 8176/1: Use current_stack_pointer in unwind_backtraceBehan Webster1-2/+1
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-07-18ARM: 8073/1: unwind: Use arm_get_current_stackframeNikolay Borisov1-5/+3
2014-06-07arm, unwind, LLVMLinux: Enable clang to be used for unwinding the stackMark Charlebois1-1/+1
2014-05-25ARM: 8052/1: unwind: Fix handling of "Pop r4-r[4+nnn],r14" opcodeNikolay Borisov1-1/+1
2014-02-25ARM: 7987/1: ARM : unwinder : Prevent data abort due to stack overflowAnurag Aggarwal1-37/+100
2011-12-15ARM: unwinder: fix bisection to find origin in .idx sectionUwe Kleine-König1-2/+2
2011-12-06ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König1-45/+84
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2010-11-07ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon1-1/+1
2010-09-02ARM: 6341/1: unwind - optimise linked-list searches for modulesPhil Carmody1-0/+2
2010-05-24ARM: 6140/1: silence a bogus sparse warning in unwind.cAlexander Shishkin1-0/+2
2010-03-07ARM: 5977/1: arm: Enable backtrace printing on oops when PC is corruptedLaurent Pinchart1-1/+3
2009-11-02ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind support.Claudio Scordino1-0/+9
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-0/+4
2009-06-19[ARM] 5558/1: Add extra checks to ARM unwinder to avoid tracing corrupt stacksCatalin Marinas1-10/+9
2009-02-19[ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas1-0/+434