Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
bbd128b5acae85b2ef346e95cc5a729ac5252f19
/
arch
/
mips
/
kernel
/
scall64-n32.S
7d7c4d0
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
e2cc502
MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.
by Michel Thebeau
· 14 years ago
547af56
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
8f5a00eb
MIPS: Sanitize restart logics
by Al Viro
· 14 years ago
5e844b3
MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.
by David Daney
· 15 years ago
e9fb4d8
MIPS: N32: Fix getdents64 syscall for n32
by Bernhard Walle
· 15 years ago
e10c53a
MIPS: N32: Fix syscall number comments.
by David Daney
· 15 years ago
31c984a
MIPS: N32: Define getdents64.
by Ralf Baechle
· 15 years ago
46afb82
MIPS: N32: Use compat version for sys_ppoll.
by Chandrakala Chavva
· 15 years ago
e28cbf2
improve sys_newuname() for compat architectures
by Christoph Hellwig
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
aff639c
sysctl: mips Use the compat_sys_sysctl
by Eric W. Biederman
· 16 years ago
a2e2725
net: Introduce recvmmsg socket syscall
by Arnaldo Carvalho de Melo
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
54822de
MIPS: Wire up accept4 syscall.
by Ralf Baechle
· 16 years ago
1dacc76
net/compat/wext: send different messages to compat tasks
by Johannes Berg
· 16 years ago
69f16c9
MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.
by David Daney
· 16 years ago
c7d1673
MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
by David Daney
· 16 years ago
ddd9e91
preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.
by Ralf Baechle
· 16 years ago
2b1c6bd
generic compat_sys_ustat
by Christoph Hellwig
· 16 years ago
dbda6ac
MIPS: CVE-2009-0029: Enable syscall wrappers.
by Ralf Baechle
· 16 years ago
8d13cb2
MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.
by Ralf Baechle
· 16 years ago
b418da1
compat: generic compat get/settimeofday
by Christoph Hellwig
· 16 years ago
5d9a76c
MIPS: Use compat_sys_ptrace
by Thomas Bogendoerfer
· 17 years ago
3885b71
[MIPS] Wire up new syscalls.
by Ralf Baechle
· 17 years ago
8213bbf
[MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.
by Ralf Baechle
· 17 years ago
6783fe6
[MIPS] Wire up the timerfd_*() o32 system calls
by Dmitri Vorobiev
· 17 years ago
4d672e7
timerfd: new timerfd API
by Davide Libenzi
· 17 years ago
72e5106
[MIPS] N32 needs to use the compat version of sys_nfsservctl.
by Ralf Baechle
· 17 years ago
8241139
[MIPS] N32 needs to use compat_sys_futimesat
by Johannes Dickgreber
· 17 years ago
4dc4677
[MIPS] Wire up the fallocate syscall.
by Ralf Baechle
· 18 years ago
7a6d4f3
[MIPS] Wire up utimensat, signalfd, timerfd, eventfd
by Atsushi Nemoto
· 18 years ago
8676d2e
[MIPS] Fix some system calls with long long arguments
by Atsushi Nemoto
· 18 years ago
08253b3
[MIPS] Wire up ioprio_set and ioprio_get.
by Ralf Baechle
· 18 years ago
821d313
[MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.
by Ralf Baechle
· 18 years ago
440537ef
[MIPS] N32 waitid is the same as o32.
by Ralf Baechle
· 18 years ago
431dc80
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
by Ralf Baechle
· 18 years ago
d4d23ad
[PATCH] Common compat_sys_sysinfo
by Kyle McMartin
· 18 years ago
99d233f
[MIPS] Use compat_sys_pselect6
by Joseph S. Myers
· 18 years ago
e16d8df
[MIPS] Fix N32 SysV IPC routines
by Atsushi Nemoto
· 18 years ago
05e4396
[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32
by Atsushi Nemoto
· 18 years ago
583bb86
[MIPS] Add support for kexec
by Nicolas Schichan
· 18 years ago
991ea26
[MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.
by Ralf Baechle
· 18 years ago
d2bcf87
[MIPS] Reserve syscall numbers for kexec_load.
by Ralf Baechle
· 18 years ago
089c7e7
[MIPS] Use compat_sys_mount.
by Ralf Baechle
· 18 years ago
eae6c0d
[MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORT
by Atsushi Nemoto
· 18 years ago
7fdeb04
[MIPS] Wire up set_robust_list(2) and get_robust_list(2)
by Atsushi Nemoto
· 19 years ago
1b4ee40
[MIPS] N32 rt_sigqueueinfo uses O32 padding, not N64
by Peter Watkins
· 19 years ago
192ef36
[MIPS] TRACE_IRQFLAGS_SUPPORT support.
by Ralf Baechle
· 19 years ago
722cfd9
[MIPS] Wire up vmsplice(2) and move_pages(2).
by Ralf Baechle
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
136d47d
[MIPS] Wire up tee(2).
by Ralf Baechle
· 19 years ago
a8d587a
[MIPS] Wire up sync_file_range(2).
by Ralf Baechle
· 19 years ago
f115da9
[MIPS] Wire splice syscall.
by Ralf Baechle
· 19 years ago
3158e94
[PATCH] consolidate sys32/compat_adjtimex
by Stephen Rothwell
· 19 years ago
2fd628f
[MIPS] Use generic compat routines for readdir, getdents
by Atsushi Nemoto
· 19 years ago
82ad93f
[MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.
by Ralf Baechle
· 19 years ago
72bf891
[MIPS] Wire up new syscalls.
by Ralf Baechle
· 19 years ago
04a7052
[MIPS] Fix register handling in syscalls when debugging.
by Ralf Baechle
· 19 years ago
ea3d710
Revise MIPS 64-bit ptrace interface
by Daniel Jacobowitz
· 19 years ago
8d9c626
sys is only used for native o32 ...
by Ralf Baechle
· 20 years ago
7db36c8
Add inotify syscalls for MIPS.
by Ralf Baechle
· 20 years ago
cce812c
Ustat needs a wrapper on n32.
by Thiemo Seufer
· 20 years ago
3c37026
NPTL, round one.
by Ralf Baechle
· 20 years ago
589391a
fcntl64 needs to be wrapped for n32.
by Thiemo Seufer
· 20 years ago
d1abb6a
32-bit compatibility for various timer-related system calls.
by Ralf Baechle
· 20 years ago
54f2da7
Implement 32-bit compatibility for waitid(2).
by Ralf Baechle
· 20 years ago
b6e203d
Use generic compat_sys_wait4 to implement 32-bit wait4(2).
by Ralf Baechle
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago