index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compat.h
Age
Commit message (
Expand
)
Author
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
2018-01-15
signal: Move addr_lsb into the _sigfault union for clarity
Eric W. Biederman
2018-01-15
signal: unify compat_siginfo_t
Al Viro
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-19
get_compat_sigset()
Al Viro
2017-09-19
get rid of {get,put}_compat_itimerspec()
Al Viro
2017-09-19
signal: replace sigset_to_compat() with put_compat_sigset()
Dmitry V. Levin
2017-09-14
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2017-08-31
annotate RWF_... flags
Christoph Hellwig
2017-08-31
teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments
Al Viro
2017-07-15
semtimedop(): move compat to native
Al Viro
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-06-25
time: introduce {get,put}_itimerspec64
Deepa Dinamani
2017-06-25
time: add get_timespec64 and put_timespec64
Deepa Dinamani
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-09
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
Al Viro
2017-05-03
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2017-05-02
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-04-17
Remove compat_sys_getdents64()
Al Viro
2017-04-04
KEYS: add SP800-56A KDF support for DH
Stephan Mueller
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
2017-02-27
sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
Stas Sergeev
2017-02-01
fs/binfmt: Convert obsolete cputime type to nsecs
Frederic Weisbecker
2016-09-27
compat: remove compat_printk()
Arnd Bergmann
2016-03-22
compat: add in_compat_syscall to ask whether we're in a compat syscall
Andy Lutomirski
2016-03-04
vfs: vfs: Define new syscalls preadv2,pwritev2
Milosz Tanski
2015-07-17
include, lib: add __printf attributes to several function prototypes
Nicolas Iooss
2015-01-27
compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypes
Catalin Marinas
2014-12-13
syscalls: implement execveat() system call
David Drysdale
2014-04-02
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-03-20
compat: include linux/unistd.h within linux/compat.h
Heiko Carstens
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
fs/compat: optional preadv64/pwrite64 compat system calls
Heiko Carstens
2014-03-06
ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t
Heiko Carstens
2014-03-04
compat: add COMPAT_SYSCALL_DEFINE0 macro
Heiko Carstens
2014-03-04
compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64
Heiko Carstens
2014-02-02
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
2014-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-01-31
Typo in compat_sys_lseek() declaration
Stephan Springl
2014-01-29
fs/compat: fix lookup_dcookie() parameter handling
Heiko Carstens
2014-01-29
fs/compat: fix parameter handling for compat readv/writev syscalls
Heiko Carstens
2013-11-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
syscalls.h: use gcc alias instead of assembler aliases for syscalls
Andi Kleen
2013-11-09
constify copy_siginfo_to_user{,32}()
Al Viro
[next]