Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nds32: nds32 FPU port | Vincent Chen | 2018-11-22 | 1 | -3/+5 |
| | | | | | | | | | | | This patch set contains basic components for supporting the nds32 FPU, such as exception handlers and context switch for FPU registers. By default, the lazy FPU scheme is supported and the user can configure it via CONFIG_LZAY_FPU. Signed-off-by: Vincent Chen <vincentc@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> | ||||
* | nds32: System calls handling | Greentime Hu | 2018-02-22 | 1 | -0/+98 |
This patch adds support for system calls. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> |