aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/unwind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-2/+2
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta1-3/+2
2016-09-30ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameVineet Gupta1-7/+18
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-2/+2
2015-12-21ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta1-4/+8
2015-12-21ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta1-6/+1
2015-12-21Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta1-9/+4
2015-12-17ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta1-4/+9
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta1-14/+26
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-2/+2
2015-11-23ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta1-33/+4
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta1-0/+2
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta1-0/+1329