aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15nios2: restarts apply only to the first sigframe we build...Al Viro1-0/+1
2022-08-15nios2: fix syscall restart checksAl Viro1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-9/+11
2020-11-09nios32: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-06-12nios2: signal: Mark expected switch fall-throughLey Foon Tan1-0/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2015-04-08nios2: signal: Move restart_block to struct task_structLey Foon Tan1-1/+1
2015-03-12nios2: update pt_regsChung-Ling Tang1-2/+2
2015-01-22nios2: fix kuser trampoline addressLey Foon Tan1-1/+1
2014-12-08nios2: Signal handling supportLey Foon Tan1-0/+323