aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-5/+0
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas1-0/+3
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-1/+0
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon1-2/+2
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon1-0/+1
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-2/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-1/+11
2012-02-26Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-02-20compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin1-0/+16
2012-02-20compat: Introduce COMPAT_USE_64BIT_TIMEH. J. Lu1-0/+4
2012-01-03switch open and mkdir syscalls to umode_tAl Viro1-2/+2
2011-12-03asm-generic/unistd.h: support new process_vm_{readv,write} syscallsChris Metcalf1-0/+9
2011-10-31Cross Memory AttachChristopher Yeoh1-1/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+0
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-9/+0
2011-06-27include/linux/compat.h: declare compat_sys_sendmmsg()Chris Metcalf1-0/+2
2011-05-24compat: include aio_abi.h for aio_context_tStephen Rothwell1-0/+1
2011-05-19include/linux/compat.h: coding-style fixesChris Metcalf1-33/+41
2011-05-12compat: fixes to allow working with tile archChris Metcalf1-0/+187
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-3/+3
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer1-0/+4
2010-03-12Add generic sys_old_select()Christoph Hellwig1-0/+3
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-17/+24
2009-11-06net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice.David S. Miller1-2/+0
2009-11-06compat: add struct compat_ifreq etc to compat.hArnd Bergmann1-0/+39
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner1-0/+2
2009-04-04Make non-compat preadv/pwritev use native register sizeLinus Torvalds1-2/+2
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann1-0/+6
2009-03-27generic compat_sys_ustatChristoph Hellwig1-0/+8
2009-01-14[CVE-2009-0029] Move compat system call declarations to compat header fileHeiko Carstens1-0/+13
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-0/+5
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-1/+0
2008-05-01ntp: support for TAIRoman Zippel1-1/+2
2008-03-30compat_sys_wait4() prototype misannotationAl Viro1-2/+2
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa1-8/+0
2008-02-05timerfd: new timerfd APIDavide Libenzi1-2/+5
2008-01-30x86: compat_sys_ptraceRoland McGrath1-0/+7
2008-01-30x86: compat_ptrace_requestRoland McGrath1-0/+4
2008-01-30x86: clean up arch/x86/ia32/sys_ia32.cThomas Gleixner1-0/+4
2007-05-14Declare another couple of compat syscalls.Stephen Rothwell1-0/+6
2007-05-11signal/timer/event: timerfd compat codeDavide Libenzi1-0/+5
2007-05-09Declare {compat_}sys_utimensatStephen Rothwell1-0/+3
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi1-0/+19
2006-11-03[PATCH] Create compat_sys_migrate_pagesStephen Rothwell1-0/+4
2006-10-28[PATCH] Constify compat_get_bitmap argumentStephen Rothwell1-1/+1
2006-10-10[PATCH] __user annotations: futexAl Viro1-1/+1
2006-10-02Add prototype for sigset_from_compat()Linus Torvalds1-0/+1