summaryrefslogtreecommitdiffstats
path: root/kernel/entry/syscall_user_dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* ptrace: Provide set/get interface for syscall user dispatchGregory Price2023-04-161-0/+40
* syscall_user_dispatch: Untag selector address before access_ok()Gregory Price2023-04-161-1/+10
* syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price2023-04-161-8/+15
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-2/+2
* exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman2021-10-291-4/+8
* entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2021-02-061-2/+2
* kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+104