Age | Commit message (Expand) | Author | Files | Lines |
2020-07-31 | fs: remove ksys_getdents64 | Christoph Hellwig | 1 | -2/+0 |
2020-07-30 | initrd: switch initrd loading to struct file based APIs | Christoph Hellwig | 1 | -1/+0 |
2020-07-20 | net: remove compat_sys_{get,set}sockopt | Christoph Hellwig | 1 | -0/+4 |
2020-06-17 | open: add close_range() | Christian Brauner | 1 | -0/+2 |
2020-06-15 | syscalls: Fix offset type of ksys_ftruncate() | Jiri Slaby | 1 | -1/+1 |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi | 1 | -2/+4 |
2020-01-30 | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 1 | -0/+1 |
2020-01-30 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds | 1 | -5/+4 |
2020-01-29 | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
2020-01-18 | open: introduce openat2(2) syscall | Aleksa Sarai | 1 | -0/+3 |
2020-01-13 | arch: wire up pidfd_getfd syscall | Sargun Dhillon | 1 | -0/+1 |
2020-01-03 | Revert "fs: remove ksys_dup()" | Dominik Brodowski | 1 | -0/+1 |
2019-12-18 | y2038: rename itimerval to __kernel_old_itimerval | Arnd Bergmann | 1 | -5/+4 |
2019-12-12 | fs: remove ksys_dup() | Dominik Brodowski | 1 | -1/+0 |
2019-12-12 | init: use do_mount() instead of ksys_mount() | Dominik Brodowski | 1 | -2/+0 |
2019-11-15 | y2038: time: avoid timespec usage in settimeofday() | Arnd Bergmann | 1 | -1/+1 |
2019-11-15 | y2038: syscalls: change remaining timeval to __kernel_old_timeval | Arnd Bergmann | 1 | -5/+5 |
2019-11-15 | y2038: uapi: change __kernel_time_t to __kernel_old_time_t | Arnd Bergmann | 1 | -2/+2 |
2019-09-07 | ipc: fix sparc64 ipc() wrapper | Arnd Bergmann | 1 | -0/+19 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+2 |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -0/+4 |
2019-07-11 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-07-05 | constify ksys_mount() string arguments | Al Viro | 1 | -2/+2 |
2019-06-28 | pid: add pidfd_open() | Christian Brauner | 1 | -0/+1 |
2019-06-09 | fork: add clone3 | Christian Brauner | 1 | -0/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365 | Thomas Gleixner | 1 | -3/+1 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -1/+1 |
2019-03-21 | vfs: syscall: Add fspick() to select a superblock for reconfiguration | David Howells | 1 | -0/+1 |
2019-03-21 | vfs: syscall: Add fsmount() to create a mount for a superblock | David Howells | 1 | -0/+1 |
2019-03-21 | vfs: syscall: Add fsconfig() for configuring and managing a context | David Howells | 1 | -0/+2 |
2019-03-21 | vfs: syscall: Add fsopen() to prepare for superblock creation | David Howells | 1 | -0/+1 |
2019-03-21 | vfs: syscall: Add move_mount(2) to move mounts around | David Howells | 1 | -0/+3 |
2019-03-21 | vfs: syscall: Add open_tree(2) to reference or clone a mount | Al Viro | 1 | -0/+1 |
2019-03-16 | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -0/+3 |
2019-03-09 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+8 |
2019-03-05 | signal: add pidfd_send_signal() syscall | Christian Brauner | 1 | -0/+3 |
2019-02-28 | io_uring: add support for pre-mapped user IO buffers | Jens Axboe | 1 | -0/+2 |
2019-02-28 | Add io_uring IO interface | Jens Axboe | 1 | -0/+6 |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann | 1 | -0/+57 |
2019-02-07 | timex: change syscalls to use struct __kernel_timex | Deepa Dinamani | 1 | -3/+3 |
2019-02-07 | time: fix sys_timer_settime prototype | Arnd Bergmann | 1 | -1/+1 |
2019-01-25 | ipc: rename old-style shmctl/semctl/msgctl syscalls | Arnd Bergmann | 1 | -0/+3 |
2019-01-18 | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 | Arnd Bergmann | 1 | -0/+4 |
2019-01-02 | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2018-12-18 | y2038: signal: Add sys_rt_sigtimedwait_time32 | Arnd Bergmann | 1 | -0/+4 |
2018-12-18 | y2038: socket: Add compat_sys_recvmmsg_time64 | Arnd Bergmann | 1 | -0/+3 |
2018-12-12 | seccomp: switch system call argument type to void * | Tycho Andersen | 1 | -1/+1 |
2018-12-08 | y2038: futex: Add support for __kernel_timespec | Arnd Bergmann | 1 | -1/+1 |
2018-12-06 | io_pgetevents: use __kernel_timespec | Deepa Dinamani | 1 | -2/+8 |