summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* module: replace module_layout with module_memorySong Liu2023-03-091-5/+7
* arc: use swap() to make code cleanerYihao Han2021-12-281-8/+3
* arc: Prefer unsigned int to bare use of unsignedJinchao Wang2021-08-031-5/+5
* ARC: treewide: avoid the pointer addition with NULL pointerdean.yang_cp2021-03-221-13/+14
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-121-2/+0
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-3/+3
* Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-291-0/+1
|\
| * ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva2019-08-291-0/+1
* | ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-061-2/+2
|/
* ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-081-5/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-311-2/+2
* treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-1/+1
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta2016-09-301-3/+2
* ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameVineet Gupta2016-09-301-7/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-2/+2
|\
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* | ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta2015-12-211-4/+8
* | ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta2015-12-211-6/+1
* | Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta2015-12-211-9/+4
* | ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta2015-12-171-4/+9
* | ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-171-14/+26
* | ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta2015-11-231-33/+4
|/
* treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* ARC: warn on improper stack unwind FDE entriesVineet Gupta2013-06-271-0/+2
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-151-0/+1329