summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/unwind.c
AgeCommit message (Expand)Author
2023-03-09module: replace module_layout with module_memorySong Liu
2021-12-28arc: use swap() to make code cleanerYihao Han
2021-08-03arc: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-03-22ARC: treewide: avoid the pointer addition with NULL pointerdean.yang_cp
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-12arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta
2016-09-30ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameVineet Gupta
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-12-21ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta
2015-12-21ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta
2015-12-21Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta
2015-12-17ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-11-23ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta