Age | Commit message (Expand) | Author |
2023-03-09 | module: replace module_layout with module_memory | Song Liu |
2021-12-28 | arc: use swap() to make code cleaner | Yihao Han |
2021-08-03 | arc: Prefer unsigned int to bare use of unsigned | Jinchao Wang |
2021-03-22 | ARC: treewide: avoid the pointer addition with NULL pointer | dean.yang_cp |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-04-12 | arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME | Masahiro Yamada |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-08-29 | Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2019-08-29 | ARC: unwind: Mark expected switch fall-through | Gustavo A. R. Silva |
2019-08-06 | ARC: unwind: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-07-08 | ARC: hide unused function unw_hdr_alloc | Arnd Bergmann |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-03-12 | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic | Mike Rapoport |
2018-02-22 | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar |
2017-05-08 | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd |
2017-02-27 | scripts/spelling.txt: add "aligment" pattern and fix typo instances | Masahiro Yamada |
2016-09-30 | ARC: dw2 unwind: switch to .eh_frame based unwinding | Vineet Gupta |
2016-09-30 | ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frame | Vineet Gupta |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-12-21 | ARC: dw2 unwind: Catch Dwarf SNAFUs early | Vineet Gupta |
2015-12-21 | ARC: dw2 unwind: Don't bail for CIE.version != 1 | Vineet Gupta |
2015-12-21 | Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing" | Vineet Gupta |
2015-12-17 | ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing | Vineet Gupta |
2015-12-17 | ARC: dw2 unwind: Reinstante unwinding out of modules | Vineet Gupta |
2015-12-04 | module: use a structure to encapsulate layout. | Rusty Russell |
2015-11-23 | ARC: dw2 unwind: Remove falllback linear search thru FDE entries | Vineet Gupta |
2015-03-06 | treewide: Fix typo in printk messages | Masanari Iida |
2013-06-27 | ARC: warn on improper stack unwind FDE entries | Vineet Gupta |
2013-02-15 | ARC: DWARF2 .debug_frame based stack unwinder | Vineet Gupta |