aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2020-04-29um: syscall.c: include <asm/unistd.h>Johannes Berg1-0/+1
2020-03-29um: Implement time-travel=extJohannes Berg1-1/+2
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg1-1/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-07-02um: Support time travel modeJohannes Berg1-0/+11
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün1-5/+0
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-06-14um/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-01-10um: Add seccomp supportMickaël Salaün1-0/+5
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-12/+14
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger1-10/+3
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger1-1/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-5/+5
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro1-2/+2
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro1-1/+1
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro1-1/+1
2010-05-10uml: i386: Avoid redefinition of NR_syscallsJan Kiszka1-2/+2
2008-02-05uml: redo the calculation of NR_syscallsJeff Dike1-0/+3
2008-02-05uml: get rid of syscall countersJeff Dike1-3/+0
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike1-10/+7
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-2/+2
2006-07-10[PATCH] uml: remove syscall debuggingJeff Dike1-7/+0
2005-09-05[PATCH] uml: system call path cleanupJeff Dike1-0/+50