Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-09 | ARC: Fix coding style issues | Sachin Kamat | 1 | -2/+2 | |
Fixes the following coding style issues as detected by checkpatch: ERROR: space required before the open parenthesis '(' ERROR: "foo * bar" should be "foo *bar" WARNING: space prohibited between function name and open parenthesis '(' WARNING: please, no spaces at the start of a line Signed-off-by: Sachin Kamat <[email protected]> Signed-off-by: Vineet Gupta <[email protected]> | |||||
2013-02-15 | ARC: DWARF2 .debug_frame based stack unwinder | Vineet Gupta | 1 | -0/+58 | |
-Originally written by Rajeshwar Ranga -Derived off of generic unwinder in 2.6.19 and adapted to ARC Signed-off-by: Vineet Gupta <[email protected]> Cc: Rajeshwar Ranga <[email protected]> | |||||
2013-02-15 | ARC: Module support | Vineet Gupta | 1 | -0/+87 | |
Signed-off-by: Vineet Gupta <[email protected]> |