aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
AgeCommit message (Expand)Author
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani
2019-02-07time: fix sys_timer_settime prototypeArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann
2018-12-06io_pgetevents: use __kernel_timespecDeepa Dinamani
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12kernel: add ksys_personality()Mark Rutland
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski
2018-04-02bpf: whitelist all syscalls for error injectionHoward McLauchlan
2018-04-02syscalls: sort syscall prototypes in include/linux/syscalls.hDominik Brodowski
2018-04-02kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski