Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e2aaa9f423367ee03755d632555c242629a08d00
e2aaa9f
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
by Dominik Brodowski
· 7 years ago
9b32105
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
by Dominik Brodowski
· 7 years ago
70f68ee
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
by Dominik Brodowski
· 7 years ago
3ce4a7b
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
by Dominik Brodowski
· 7 years ago
76847e4
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
by Dominik Brodowski
· 7 years ago
cbb60b9
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
by Dominik Brodowski
· 7 years ago
454dab3
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
by Dominik Brodowski
· 7 years ago
bae217e
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
by Dominik Brodowski
· 7 years ago
2ca2a09d6
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
by Dominik Brodowski
· 7 years ago
411d947
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
cbfe20f
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
03450e2
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
6380161
hostfs: rename do_rmdir() to hostfs_do_rmdir()
by Dominik Brodowski
· 7 years ago
0f32ab8
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
e7a3e8b
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
by Dominik Brodowski
· 7 years ago
a16fe33
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
by Dominik Brodowski
· 7 years ago
c724832
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
by Dominik Brodowski
· 7 years ago
3a18ef5
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
ab0d1e8
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
by Dominik Brodowski
· 7 years ago
cb0b476
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
183caa3
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
d0d89d1
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
ab641af
fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
570484b
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
05585e4
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
e02af2f
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
4bdb9ac
fs: add kern_select() helper; remove in-kernel call to sys_select()
by Dominik Brodowski
· 7 years ago
30cfe4e
fs: add do_vmsplice() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
98e5f7b
fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
2fc96f8
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
by Dominik Brodowski
· 7 years ago
52fb6db
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
by Dominik Brodowski
· 7 years ago
791eb22
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
by Dominik Brodowski
· 7 years ago
f139035
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
by Dominik Brodowski
· 7 years ago
ee81feb
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
by Dominik Brodowski
· 7 years ago
0a216dd
fs: add do_pipe2() helper; remove internal call to sys_pipe2()
by Dominik Brodowski
· 7 years ago
2dae024
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
by Dominik Brodowski
· 7 years ago
af03c4a
mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
by Dominik Brodowski
· 7 years ago
e7dc9ad6
mm: add kernel_mbind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7addf44
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
by Dominik Brodowski
· 7 years ago
b6e9b0b
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
by Dominik Brodowski
· 7 years ago
7d4dd4f
sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
by Dominik Brodowski
· 7 years ago
e530dca
kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
by Dominik Brodowski
· 7 years ago
6203deb
kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
192c580
kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
by Dominik Brodowski
· 7 years ago
31c213f
ipc: add msgsnd syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
078faac
ipc: add msgrcv syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
e340db5
ipc: add msgctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
c84d079
ipc: add shmctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
da1e2744
ipc: add shmdt syscall wrapper
by Dominik Brodowski
· 7 years ago
65749e0
ipc: add shmget syscall wrapper
by Dominik Brodowski
· 7 years ago
3d65661
ipc: add msgget syscall wrapper
by Dominik Brodowski
· 7 years ago
d969c6f
ipc: add semctl syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
6989471
ipc: add semget syscall wrapper
by Dominik Brodowski
· 7 years ago
41f4f0e
ipc: add semtimedop syscall/compat_syscall wrappers
by Dominik Brodowski
· 7 years ago
6df3546
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls
by Dominik Brodowski
· 7 years ago
157b334
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
8770cf4
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
73ee3ea
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
fd4e82f
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
d27e9af
net: socket: replace call to sys_recv() with __sys_recvfrom()
by Dominik Brodowski
· 7 years ago
f3bf896
net: socket: replace calls to sys_send() with __sys_sendto()
by Dominik Brodowski
· 7 years ago
e1834a3
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
by Dominik Brodowski
· 7 years ago
1255e26
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
13a2d70
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
cc36dca
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
005a1ae
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
6debc8d
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b21c8f8
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
8882a10
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
25e290e
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
1387c2c
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
a87d35d
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
9d6a15c
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
4541e80
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
211b634
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7a09e1e
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b51d3cd
x86: remove compat_sys_x86_waitpid()
by Dominik Brodowski
· 7 years ago
37db219
x86: use _do_fork() in compat_sys_x86_clone()
by Dominik Brodowski
· 7 years ago
2de0db9
mm: use do_futex() instead of sys_futex() in mm_release()
by Dominik Brodowski
· 7 years ago
6b27aef
kexec: call do_kexec_load() in compat syscall directly
by Dominik Brodowski
· 7 years ago
d53238c
kernel: open-code sys_rt_sigpending() in sys_sigpending()
by Dominik Brodowski
· 7 years ago
d300b61
kernel: use kernel_wait4() instead of sys_wait4()
by Dominik Brodowski
· 7 years ago
819671ff
syscalls: define and explain goal to not call syscalls in the kernel
by Dominik Brodowski
· 7 years ago
0c8efd6
Linux 4.16-rc5
by Linus Torvalds
· 7 years ago
ed58d66
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
1ad5daa
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ebb3762
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8ad4424
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
02bf0ef
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
abeb752
Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
d43be80
Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
3cd2c31
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
by Gregory CLEMENT
· 7 years ago
Next »