- 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
- 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
- cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
- 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
- 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
- e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
- a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
- c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
- 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
- 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
- ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
- d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
- 819671ff syscalls: define and explain goal to not call syscalls in the kernel by Dominik Brodowski · 7 years ago
- bf29ed1 syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check by Thomas Garnier · 7 years ago
- 609320c perf/bpf: fix a clang compilation issue by Yonghong Song · 7 years ago
- aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 6c51e67 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 8 years ago
- 4f59c71 teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments by Al Viro · 8 years ago
- cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 7 years ago
- 5ea0727 x86/syscalls: Check address limit on user-mode return by Thomas Garnier · 8 years ago
- 613763a take compat_sys_old_getrlimit() to native syscall by Al Viro · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 7175790 generic syscalls: kill cruft from removed pkey syscalls by Dave Hansen · 8 years ago
- a60f7b6 generic syscalls: Wire up memory protection keys syscalls by Dave Hansen · 8 years ago
- 2eeed7e include/linux/syscalls.h: use pid_t instead of int by René Nyffenegger · 9 years ago
- f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 9 years ago
- 2973293 vfs: add copy_file_range syscall and vfs helper by Zach Brown · 9 years ago
- fbc416f arm64: fix building without CONFIG_UID16 by Arnd Bergmann · 9 years ago
- a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
- 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
- 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
- e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 10 years ago
- 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
- 54e45c1 syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64 by Catalin Marinas · 10 years ago
- 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
- 666547f separate kernel- and userland-side msghdr by Al Viro · 11 years ago
- 749730c bpf: enable bpf syscall on x64 and i386 by Alexei Starovoitov · 10 years ago
- f089568 kexec: new syscall kexec_file_load() declaration by Vivek Goyal · 10 years ago
- 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
- f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
- c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
- 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 11 years ago
- 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 11 years ago
- f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 11 years ago
- 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 11 years ago
- 5fb6b95 include/linux/syscalls.h: add sys_renameat2() prototype by Heiko Carstens · 11 years ago
- e3a0cfd include/linux/syscalls.h: add sys32_quotactl() prototype by Rashika Kheria · 11 years ago
- ab4f8bb s390/compat: automatic zero, sign and pointer conversion of syscalls by Heiko Carstens · 11 years ago
- 6d35ab4 sched: Add 'flags' argument to sched_{set,get}attr() syscalls by Peter Zijlstra · 11 years ago
- d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
- b29c830 Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
- 83460ec syscalls.h: use gcc alias instead of assembler aliases for syscalls by Andi Kleen · 11 years ago
- d562aff tracing: Add support for SOFT_DISABLE to syscall events by Tom Zanussi · 11 years ago
- f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
- f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 11 years ago
- dfa9771 microblaze: fix clone syscall by Michal Simek · 11 years ago
- 99e621f syscalls.h: slightly reduce the jungles of macros by Al Viro · 12 years ago
- e1fd1f4 get rid of union semop in sys_semctl(2) arguments by Al Viro · 12 years ago
- 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 12 years ago
- 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 12 years ago
- e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
- 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 12 years ago
- 07fe6e0 get rid of duplicate logics in __SC_....[1-6] definitions by Al Viro · 12 years ago
- d64008a burying unused conditionals by Al Viro · 12 years ago
- 0aa0203 take sys_rt_sigsuspend() prototype to linux/syscalls.h by Al Viro · 12 years ago
- 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 12 years ago
- 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
- 0a0e8cd old sigsuspend variants in kernel/signal.c by Al Viro · 12 years ago
- eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
- 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
- ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
- 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- 2f3238a module: add flags arg to sys_finit_module() by Rusty Russell · 12 years ago
- 34e1169 module: add syscall to load module from fd by Kees Cook · 12 years ago
- 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
- da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
- 6b94631 consolidate sys_execve() prototype by Al Viro · 12 years ago
- a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
- d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
- 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
- faf3090 sys_poll: fix incorrect type for 'timeout' parameter by Linus Torvalds · 13 years ago
- a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
- 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
- df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
- 49f0a07 switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t by Al Viro · 13 years ago
- 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
- fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
- f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
- 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 14 years ago