summaryrefslogtreecommitdiff
path: root/arch/nios2/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2022-08-15nios2: add force_successful_syscall_return()Al Viro1-0/+6
2022-08-15nios2: traced syscall does need to check the syscall numberAl Viro1-3/+8
2022-08-15nios2: don't leave NULLs in sys_call_table[]Al Viro1-1/+0
2022-08-15nios2: page fault et.al. are *not* restartable syscalls...Al Viro1-3/+1
2021-02-19nios2: fixed broken sys_clone syscallAndreas Oetken1-0/+3
2020-07-05nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner1-6/+1
2019-12-08sched/rt, nios2: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2015-04-20nios2: rework trap handlerLey Foon Tan1-29/+42
2015-04-10nios2: fix cache coherency issue when debug with gdbLey Foon Tan1-1/+1
2015-02-16nios2: add kgdb supportLey Foon Tan1-1/+11
2014-12-31nios2: Use preempt_schedule_irqTobias Klauser1-18/+2
2014-12-08nios2: Exception handlingLey Foon Tan1-0/+555