index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
syscalls.h
Age
Commit message (
Expand
)
Author
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-11
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2019-07-10
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-04
constify ksys_mount() string arguments
Al Viro
2019-06-28
pid: add pidfd_open()
Christian Brauner
2019-06-09
fork: add clone3
Christian Brauner
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365
Thomas Gleixner
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-03-20
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
2019-03-20
vfs: syscall: Add fsmount() to create a mount for a superblock
David Howells
2019-03-20
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
2019-03-20
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells
2019-03-20
vfs: syscall: Add move_mount(2) to move mounts around
David Howells
2019-03-20
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-03-16
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-08
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-05
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-02-28
io_uring: add support for pre-mapped user IO buffers
Jens Axboe
2019-02-28
Add io_uring IO interface
Jens Axboe
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2019-02-07
time: fix sys_timer_settime prototype
Arnd Bergmann
2019-01-25
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
2019-01-02
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-18
y2038: signal: Add sys_rt_sigtimedwait_time32
Arnd Bergmann
2018-12-18
y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
2018-12-11
seccomp: switch system call argument type to void *
Tycho Andersen
2018-12-07
y2038: futex: Add support for __kernel_timespec
Arnd Bergmann
2018-12-06
io_pgetevents: use __kernel_timespec
Deepa Dinamani
2018-12-06
pselect6: use __kernel_timespec
Deepa Dinamani
2018-12-06
ppoll: use __kernel_timespec
Deepa Dinamani
2018-08-29
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
2018-08-29
y2038: socket: Change recvmmsg to use __kernel_timespec
Arnd Bergmann
2018-08-29
y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
Arnd Bergmann
2018-08-29
y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
2018-08-29
y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-08-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-07-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-07-17
aio: don't expose __aio_sigset in uapi
Christoph Hellwig
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2018-07-12
kernel: add ksys_personality()
Mark Rutland
2018-06-25
disable -Wattribute-alias warning for SYSCALL_DEFINEx()
Arnd Bergmann
2018-06-24
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
2018-06-04
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
[next]