summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1
|/
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-152-0/+2
* futex,x86: Wire up sys_futex_waitv()André Almeida2021-10-072-0/+2
* compat: remove some compat entry pointsArnd Bergmann2021-09-082-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-0/+2
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-032-0/+2
* | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
|/
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-082-0/+2
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-012-2/+2
|\
| * quota: Wire up quotactl_fd syscallJan Kara2021-06-072-2/+2
* | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-293-96/+23
|\ \ | |/ |/|
| * x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada2021-05-251-0/+2
| * x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada2021-05-202-48/+13
| * x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada2021-05-201-1/+1
| * x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2021-05-202-48/+8
* | quota: Disable quotactl_path syscallJan Kara2021-05-172-2/+2
|/
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-012-0/+6
|\
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-222-0/+6
* | quota: wire up quotactl_pathSascha Hauer2021-03-172-0/+2
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-14/+15
|\
| * arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-2/+2
| * arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-12/+13
* | fs: add mount_setattr()Christian Brauner2021-01-242-0/+2
|/
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-192-0/+2
* Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-271-4/+6
|\
| * x86/syscalls: Document the fact that syscalls 512-547 are a legacy mistakeAndy Lutomirski2020-10-141-4/+6
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-182-0/+2
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
| |/
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-1/+1
|\ \
| * | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+1
| |/
* | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-032-4/+4
* | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-032-2/+2
* | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-032-4/+4
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-142-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-4/+4
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-192-4/+4
* | arch: wire-up close_range()Christian Brauner2020-06-172-0/+2
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-142-0/+2
* x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-211-9/+9
* x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-211-15/+15
* x86/entry/32: Clean up syscall_32.tblBrian Gerst2020-03-211-289/+289
* x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-213-792/+780
* x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-211-20/+2
* x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-211-9/+1
* x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst2020-03-211-10/+10
* x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-211-0/+7
* x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-211-1/+1