Age | Commit message (Expand) | Author |
2020-12-28 | fanotify: Fix sys_fanotify_mark() on native x86-32 | Brian Gerst |
2020-12-19 | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn |
2020-12-16 | Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-12-15 | Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-10 | file: Replace ksys_close with close_fd | Eric W. Biederman |
2020-12-10 | file: Rename __close_fd to close_fd and remove the files parameter | Eric W. Biederman |
2020-12-09 | io_uring: add timeout support for io_uring_enter() | Hao Xu |
2020-11-13 | syscalls: Fix file comments for syscalls implemented in kernel/sys.c | Tal Zussman |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim |
2020-09-25 | rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ | Peter Oskolkov |
2020-08-14 | all arch: remove system call sys_sysctl | Xiaoming Ni |
2020-08-12 | syscalls: use uaccess_kernel in addr_limit_user_check | Christoph Hellwig |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-04 | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-07-31 | init: add an init_mknod helper | Christoph Hellwig |
2020-07-31 | init: add an init_mkdir helper | Christoph Hellwig |
2020-07-31 | init: add an init_symlink helper | Christoph Hellwig |
2020-07-31 | init: add an init_link helper | Christoph Hellwig |
2020-07-31 | init: add an init_eaccess helper | Christoph Hellwig |
2020-07-31 | init: add an init_chmod helper | Christoph Hellwig |
2020-07-31 | init: add an init_chroot helper | Christoph Hellwig |
2020-07-31 | init: add an init_chdir helper | Christoph Hellwig |
2020-07-31 | init: add an init_rmdir helper | Christoph Hellwig |
2020-07-31 | init: add an init_unlink helper | Christoph Hellwig |
2020-07-31 | init: add an init_umount helper | Christoph Hellwig |
2020-07-31 | fs: push the getname from do_rmdir into the callers | Christoph Hellwig |
2020-07-31 | fs: remove ksys_ioctl | Christoph Hellwig |
2020-07-31 | fs: remove ksys_fchmod | Christoph Hellwig |
2020-07-31 | fs: remove ksys_dup | Christoph Hellwig |
2020-07-31 | fs: remove ksys_open | Christoph Hellwig |
2020-07-31 | fs: remove ksys_getdents64 | Christoph Hellwig |
2020-07-30 | initrd: switch initrd loading to struct file based APIs | Christoph Hellwig |
2020-07-19 | net: remove compat_sys_{get,set}sockopt | Christoph Hellwig |
2020-06-17 | open: add close_range() | Christian Brauner |
2020-06-15 | syscalls: Fix offset type of ksys_ftruncate() | Jiri Slaby |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi |
2020-01-29 | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-29 | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-01-18 | open: introduce openat2(2) syscall | Aleksa Sarai |
2020-01-13 | arch: wire up pidfd_getfd syscall | Sargun Dhillon |
2020-01-02 | Revert "fs: remove ksys_dup()" | Dominik Brodowski |
2019-12-18 | y2038: rename itimerval to __kernel_old_itimerval | Arnd Bergmann |
2019-12-12 | fs: remove ksys_dup() | Dominik Brodowski |
2019-12-12 | init: use do_mount() instead of ksys_mount() | Dominik Brodowski |
2019-11-15 | y2038: time: avoid timespec usage in settimeofday() | Arnd Bergmann |
2019-11-15 | y2038: syscalls: change remaining timeval to __kernel_old_timeval | Arnd Bergmann |
2019-11-15 | y2038: uapi: change __kernel_time_t to __kernel_old_time_t | Arnd Bergmann |