summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-021-1/+1
|\
| * seccomp: switch system call argument type to void *Tycho Andersen2018-12-111-1/+1
* | y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann2018-12-181-0/+4
* | y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-0/+3
* | y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-071-1/+1
* | io_pgetevents: use __kernel_timespecDeepa Dinamani2018-12-061-2/+8
* | pselect6: use __kernel_timespecDeepa Dinamani2018-12-061-1/+4
* | ppoll: use __kernel_timespecDeepa Dinamani2018-12-061-1/+4
|/
* y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-4/+6
* y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann2018-08-291-1/+2
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-1/+1
* 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