summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-0/+11
|\
| * kernel: add ksys_personality()Mark Rutland2018-07-121-0/+11
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-5/+5
|\ \
| * | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-0/+4
| |\|
| * | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+5
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-0/+1
|\ \ \ | |_|/ |/| |
| * | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-171-0/+1
| |/
* / disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-251-0/+4
|/
* rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-1/+3
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-3/+3
|\
| * y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-3/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-6/+7
|\|
| * time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-191-3/+4
| * time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-191-3/+3
* | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+6
|/
* syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-091-6/+11
* syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-051-1/+1
* syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski2018-04-051-0/+23
* bpf: whitelist all syscalls for error injectionHoward McLauchlan2018-04-021-0/+3
* syscalls: sort syscall prototypes in include/linux/syscalls.hDominik Brodowski2018-04-021-537/+667
* kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski2018-04-021-0/+4
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-0/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-0/+3
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-0/+9
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-0/+4
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-0/+7
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-0/+2
* kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-0/+1
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski2018-04-021-0/+2
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-0/+11
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-0/+12
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-0/+7
* fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-0/+17
* fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski2018-04-021-0/+7
* fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski2018-04-021-0/+8
* fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski2018-04-021-0/+9
* fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-0/+9
* fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski2018-04-021-0/+9
* fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-0/+7
* fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski2018-04-021-0/+7
* fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski2018-04-021-0/+11
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-021-0/+1
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-021-0/+1