Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-15 | nios2: page fault et.al. are *not* restartable syscalls... | Al Viro | 1 | -1/+2 | |
make sure that ->orig_r2 is negative for everything except the syscalls. Fixes: 82ed08dd1b0e ("nios2: Exception handling") Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> | |||||
2014-12-08 | nios2: Kernel booting and initialization | Ley Foon Tan | 1 | -0/+120 | |
This patch adds the kernel booting and the initial setup code. Signed-off-by: Ley Foon Tan <lftan@altera.com> |