Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
abc4b4fb94a274055f5da900976d0970f73a00cc
/
arch
/
s390
/
kernel
/
compat_wrapper.S
fded432
s390: wire up sys_sched_setattr/sys_sched_getattr
by Heiko Carstens
· 11 years ago
c5ddd20
switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
91c2e0b
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
72ec351
switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
56e41d3
merge compat sys_ipc instances
by Al Viro
· 12 years ago
d5dc77b
consolidate compat lookup_dcookie()
by Al Viro
· 12 years ago
76b021d
convert vmsplice to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
8d2d5c4
switch getrusage() to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
35280bd
switch epoll_pwait to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
19f4fc3
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
7d197ed
switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
3f6d078
fix compat truncate/ftruncate
by Al Viro
· 12 years ago
561c673
switch lseek to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
1cb44eb
s390: kill useless wrappers
by Al Viro
· 12 years ago
7eddd99
s390: switch to generic old sigaction()
by Al Viro
· 12 years ago
f036b94
s390: switch to generic compat rt_sigaction
by Al Viro
· 12 years ago
d7b5427
s390: switch to generic compat sched_rr_get_interval()
by Al Viro
· 12 years ago
07562be7
s390: switch to generic compat rt_sigqueueinfo()
by Al Viro
· 12 years ago
bdcf031
s390: switch to generic compat rt_sigpending()
by Al Viro
· 12 years ago
7426022
s390: switch to generic compat rt_sigprocmask(2)
by Al Viro
· 12 years ago
e214125
s390: switch to generic sigaltstack
by Al Viro
· 12 years ago
1427add
s390/syscalls: wire up finit_module syscall
by Heiko Carstens
· 12 years ago
9d73fc2
open*(2) compat fixes (s390, arm64)
by Al Viro
· 12 years ago
42859ee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
65f22a9
s390: fold execve_tail() into start_thread(), convert to generic sys_execve()
by Al Viro
· 12 years ago
c0162b0
s390/syscalls: wire up kcmp system call
by Heiko Carstens
· 12 years ago
e4b8b3f
s390: add support for runtime instrumentation
by Jan Glauber
· 12 years ago
82aabdb
s390/compat: fix compat wrappers for process_vm system calls
by Heiko Carstens
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
faf3090
sys_poll: fix incorrect type for 'timeout' parameter
by Linus Torvalds
· 13 years ago
80025297
[S390] wire up process_vm syscalls
by Heiko Carstens
· 13 years ago
017ec18
[S390] use ENTRY macro for sys_setns_wrapper
by Jan Glauber
· 13 years ago
f5b9409
All Arch: remove linkage for sys_nfsservctl system call
by NeilBrown
· 13 years ago
144d634
[S390] fix s390 assembler code alignments
by Jan Glauber
· 13 years ago
7b21fdd
ns: Wire up the setns system call
by Eric W. Biederman
· 14 years ago
d0d2e31
[S390] wire up sys_syncfs
by Heiko Carstens
· 14 years ago
26e8a33
[S390] wire up sys_clock_adjtime
by Heiko Carstens
· 14 years ago
5069496
[S390] wire up sys_open_by_handle_at
by Heiko Carstens
· 14 years ago
737fd5f
[S390] wire up sys_name_to_handle_at
by Heiko Carstens
· 14 years ago
b47ac63
[S390] wire up prlimit64 and fanotify* syscalls
by Heiko Carstens
· 14 years ago
3a11037
[S390] sys_personality: follow u_long to unsigned int conversion
by Heiko Carstens
· 14 years ago
e28cbf2
improve sys_newuname() for compat architectures
by Christoph Hellwig
· 15 years ago
94e587f
[S390] unwire sys_recvmmsg again
by Heiko Carstens
· 15 years ago
70ee951
[S390] wire up sys_recvmmsg
by Heiko Carstens
· 15 years ago
4ddf61ea
sysctl: s390 Use the compat_sys_sysctl
by Eric W. Biederman
· 16 years ago
593c4f7
[S390] compat: fix truncate system call wrapper
by Heiko Carstens
· 15 years ago
2e50195
[S390] Get rid of init_module/delete_module compat functions.
by Heiko Carstens
· 15 years ago
3e86a8c
[S390] Convert sys_execve to function with parameters.
by Heiko Carstens
· 15 years ago
2d70ca2
[S390] Convert sys_clone to function with parameters.
by Heiko Carstens
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
310d6b6
[S390] wire up sys_perf_counter_open
by Heiko Carstens
· 16 years ago
fc39453
[S390] wire up sys_rt_tgsigqueueinfo
by Heiko Carstens
· 16 years ago
a93e11f
[S390] wire up preadv/pwritev system calls
by Heiko Carstens
· 16 years ago
2b1c6bd
generic compat_sys_ustat
by Christoph Hellwig
· 16 years ago
e34a628
[S390] Add missing compat system call wrappers.
by Michael Holzheu
· 16 years ago
2668945
[CVE-2009-0029] s390 specific system call wrappers
by Heiko Carstens
· 16 years ago
b418da1
compat: generic compat get/settimeofday
by Christoph Hellwig
· 16 years ago
d86730b
[S390] s390: use sys_pause for 31bit pause entry point
by Christoph Hellwig
· 16 years ago
519620c
[S390] Wire up new syscalls.
by Heiko Carstens
· 16 years ago
b499d76
[S390] compat ptrace cleanup
by Roland McGrath
· 17 years ago
1ee92a1
[S390] Wire up new timerfd syscalls.
by Heiko Carstens
· 17 years ago
4d672e7
timerfd: new timerfd API
by Davide Libenzi
· 17 years ago
7a8e0c8
[S390] Wire up sys_fallocate.
by Martin Schwidefsky
· 17 years ago
913f11ee
[S390] Wire up signald, timerfd and eventfd syscalls.
by Heiko Carstens
· 18 years ago
fd5d8bf
[S390] Wire up sys_utimensat.
by Heiko Carstens
· 18 years ago
fb1c171
[S390] Wire up sys_utimes.
by Heiko Carstens
· 18 years ago
10c16a3
[S390] Wire up compat_sys_epoll_pwait.
by Heiko Carstens
· 18 years ago
d4d23ad
[PATCH] Common compat_sys_sysinfo
by Kyle McMartin
· 18 years ago
f488039
[S390] sys_getcpu compat wrapper.
by Paul Mundt
· 18 years ago
8abfe01
[S390] Wire up sys_getcpu system call.
by Heiko Carstens
· 18 years ago
25d83cb
[S390] Whitespace cleanup.
by Heiko Carstens
· 18 years ago
0159677
[PATCH] s390: add vmsplice system call
by Martin Schwidefsky
· 19 years ago
a3266a9
[PATCH] s390: new system calls
by Martin Schwidefsky
· 19 years ago
3158e94
[PATCH] consolidate sys32/compat_adjtimex
by Stephen Rothwell
· 19 years ago
c04030e
[PATCH] flags parameter for linkat
by Ulrich Drepper
· 19 years ago
ed3d021
[PATCH] s390: sys32_fstatat -> sys32_fstatat64
by Heiko Carstens
· 19 years ago
19bf9cb
[PATCH] s390: fstatat64 support
by Heiko Carstens
· 19 years ago
e768427
[PATCH] s390: add support for unshare system call
by Heiko Carstens
· 19 years ago
cd2d2bf
[PATCH] s390: fix compat syscall wrapper
by Heiko Carstens
· 19 years ago
54dfe5d
[PATCH] s390: Add support for new syscalls/TIF_RESTORE_SIGMASK
by Heiko Carstens
· 19 years ago
3a0f69d
[PATCH] common compat_sys_timer_create
by Christoph Hellwig
· 19 years ago
d201348
[PATCH] s390: ioprio & inotify system calls.
by Martin Schwidefsky
· 19 years ago
068e1b9
[PATCH] s390: fadvise hint values.
by Martin Schwidefsky
· 20 years ago
cf13f0e
[PATCH] kexec: s390 support
by Heiko Carstens
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago