| Commit message (Expand) | Author | Age |
* | Add system calls for RTSS16 | Namhoon Kim | 2016-05-01 |
* | Add syscall defs. | Namhoon Kim | 2016-03-31 |
* | initial | Namhoon Kim | 2016-03-23 |
* | Add x86 syscall defs for get_current_budget | Bjoern Brandenburg | 2015-09-07 |
* | Add LITMUS^RT syscalls for x86 | Bjoern Brandenburg | 2015-08-09 |
* | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2015-04-16 |
|\ |
|
| * | xen: build infrastructure for generating hypercall depending symbols | Juergen Gross | 2015-03-16 |
* | | x86/asm/entry/64: Remove stub_iopl | Denys Vlasenko | 2015-03-10 |
* | | x86/compat: Remove sys32_vm86_warning | Brian Gerst | 2015-03-04 |
|/ |
|
* | x86: hook up execveat system call | David Drysdale | 2014-12-13 |
* | bpf: enable bpf syscall on x64 and i386 | Alexei Starovoitov | 2014-09-26 |
* | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 2014-08-08 |
* | shm: add memfd_create() syscall | David Herrmann | 2014-08-08 |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 |
|\ |
|
| * | random: introduce getrandom(2) system call | Theodore Ts'o | 2014-08-05 |
* | | seccomp: add "seccomp" syscall | Kees Cook | 2014-07-18 |
|/ |
|
* | x86, x32: Use compat shims for io_{setup,submit} | Mike Frysinger | 2014-05-04 |
* | x86/build: Supress "Nothing to be done for ..." messages | Masahiro Yamada | 2014-04-14 |
* | i386: Wire up the renameat2() syscall | Miklos Szeredi | 2014-04-11 |
* | vfs: add renameat2 syscall | Miklos Szeredi | 2014-04-01 |
* | sched: Add new scheduler syscalls to support an extended scheduling parameter... | Dario Faggioli | 2014-01-13 |
* | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-05-09 |
* | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 2013-03-03 |
* | merge compat sys_ipc instances | Al Viro | 2013-03-03 |
* | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 |
* | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 |
* | fix compat truncate/ftruncate | Al Viro | 2013-02-25 |
* | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 |
* | x86: switch to generic old sigaction | Al Viro | 2013-02-03 |
* | x86: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 |
* | x86: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-03 |
* | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 |
* | x86: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 |
* | x86: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 |
* | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-03 |
* | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 |
* | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 |
|\ |
|
| * | generic compat_sys_sigaltstack() | Al Viro | 2012-12-19 |
| * | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-19 |
|\ \
| |/
|/| |
|
| * | module: add syscall to load module from fd | Kees Cook | 2012-12-13 |
* | | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-09 |
|\ |
|
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 |
* | | UAPI: Plumb the UAPI Kbuilds into the user header installation and checking | David Howells | 2012-10-02 |
* | | UAPI: x86: Differentiate the generated UAPI and internal headers | David Howells | 2012-10-02 |
|/ |
|
* | x32: Use compat shims for {g,s}etsockopt | Mike Frysinger | 2012-08-18 |
* | x86-64, kcmp: The kcmp system call can be common | H. Peter Anvin | 2012-08-01 |
* | syscalls, x86: add __NR_kcmp syscall | Cyrill Gorcunov | 2012-05-31 |