| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -0/+2 |
|\ |
|
| * | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 2021-09-03 | 1 | -0/+2 |
* | | exit/bdflush: Remove the deprecated bdflush system call | Eric W. Biederman | 2021-07-12 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2021-07-06 | 2 | -21/+7 |
|\ |
|
| * | ARM: 9086/1: syscalls: use pattern rules to generate syscall headers | Masahiro Yamada | 2021-06-07 | 1 | -14/+4 |
| * | ARM: 9085/1: remove unneeded abi parameter to syscallnr.sh | Masahiro Yamada | 2021-06-07 | 2 | -5/+2 |
| * | ARM: 9084/1: simplify the build rule of mach-types.h | Masahiro Yamada | 2021-06-07 | 1 | -2/+1 |
* | | quota: Wire up quotactl_fd syscall | Jan Kara | 2021-06-07 | 1 | -1/+1 |
* | | quota: Disable quotactl_path syscall | Jan Kara | 2021-05-17 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2021-05-06 | 3 | -70/+9 |
|\ |
|
| * | ARM: 9067/1: syscalls: switch to generic syscallhdr.sh | Masahiro Yamada | 2021-03-25 | 2 | -43/+5 |
| * | ARM: 9068/1: syscalls: switch to generic syscalltbl.sh | Masahiro Yamada | 2021-03-25 | 2 | -27/+4 |
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2021-05-02 | 1 | -0/+3 |
|\ \ |
|
| * | | arch: Wire up Landlock syscalls | Mickaël Salaün | 2021-04-22 | 1 | -0/+3 |
| |/ |
|
* / | quota: wire up quotactl_path | Sascha Hauer | 2021-03-17 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-02-25 | 1 | -1/+1 |
|\ |
|
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tables | Masahiro Yamada | 2021-02-22 | 1 | -1/+1 |
* | | fs: add mount_setattr() | Christian Brauner | 2021-01-24 | 1 | -0/+1 |
|/ |
|
* | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 2020-12-19 | 1 | -0/+1 |
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim | 2020-10-18 | 1 | -0/+1 |
* | all arch: remove system call sys_sysctl | Xiaoming Ni | 2020-08-15 | 1 | -1/+1 |
* | arch: wire-up close_range() | Christian Brauner | 2020-06-17 | 1 | -0/+1 |
* | vfs: add faccessat2 syscall | Miklos Szeredi | 2020-05-14 | 1 | -0/+1 |
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 2020-01-30 | 1 | -0/+1 |
|\ |
|
| * | arch: wire up pidfd_getfd syscall | Sargun Dhillon | 2020-01-13 | 1 | -0/+1 |
* | | open: introduce openat2(2) syscall | Aleksa Sarai | 2020-01-18 | 1 | -0/+1 |
|/ |
|
* | docs: arm: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 2019-07-11 | 1 | -0/+1 |
|\ |
|
| * | arch: wire-up clone3() syscall | Christian Brauner | 2019-06-09 | 1 | -0/+1 |
* | | arch: wire-up pidfd_open() | Christian Brauner | 2019-06-28 | 1 | -0/+1 |
|/ |
|
* | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 2019-05-16 | 1 | -0/+6 |
* | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 2019-04-15 | 1 | -0/+4 |
* | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann | 2019-02-07 | 1 | -0/+21 |
* | y2038: rename old time and utime syscalls | Arnd Bergmann | 2019-02-07 | 1 | -5/+5 |
* | y2038: use time32 syscall names on 32-bit | Arnd Bergmann | 2019-02-07 | 1 | -23/+23 |
* | ipc: rename old-style shmctl/semctl/msgctl syscalls | Arnd Bergmann | 2019-01-25 | 1 | -3/+3 |
* | ARM: add kexec_file_load system call number | Arnd Bergmann | 2019-01-25 | 1 | -0/+1 |
* | ARM: add migrate_pages() system call | Arnd Bergmann | 2019-01-25 | 1 | -0/+1 |
* | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 2019-01-06 | 1 | -2/+1 |
* | ARM: 8787/1: wire up io_pgetevents syscall | Stefan Agner | 2018-09-19 | 1 | -0/+1 |
* | arm: Wire up restartable sequences system call | Mathieu Desnoyers | 2018-06-06 | 1 | -0/+1 |
* | ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative | Lukasz Majewski | 2017-12-13 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | ARM: wire up statx syscall | Russell King | 2017-03-10 | 1 | -0/+1 |
* | Merge branch 'syscalls' into for-linus | Russell King | 2016-12-14 | 5 | -1/+564 |
|\ |
|
| * | ARM: wire up new pkey syscalls | Russell King | 2016-10-18 | 1 | -0/+3 |
| * | ARM: convert to generated system call tables | Russell King | 2016-10-18 | 5 | -5/+551 |
| * | ARM: remove indirection of asm/mach-types.h | Russell King | 2016-10-18 | 1 | -1/+15 |
* | | ARM: Update mach-types | Russell King | 2016-10-30 | 1 | -462/+54 |
|/ |
|
* | ARM: 8562/1: suppress "include/generated/mach-types.h is up to date." | Masahiro Yamada | 2016-04-19 | 1 | -4/+7 |