aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/kernel
Commit message (Collapse)AuthorAgeFilesLines
* c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin2017-07-041-41/+0
| | | | | | | | | | | | | | | | commit fb411b837b587a32046dc4f369acb93a10b1def8 upstream. gpr_set won't work correctly and can never have been tested, and the correct behaviour is not clear due to the endianness-dependent task layout. So, just remove it. The core code will now return -EOPNOTSUPPORT when trying to set NT_PRSTATUS on this architecture until/unless a correct implementation is supplied. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Willy Tarreau <w@1wt.eu>
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-261-1/+1
|
* first commitMeizu OpenSource2016-08-1520-0/+3640