aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/sys_oabi-compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann1-1/+1
2021-08-20ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann1-33/+60
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann1-16/+44
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann1-67/+16
2021-08-20ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann1-3/+35
2021-02-22ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap1-0/+15
2020-04-21ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()Russell King1-10/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-4/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King1-2/+6
2018-10-05ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-3/+5
2018-08-02ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-08-10arm: oabi compat: add missing access checksDave Weinstein1-1/+7
2015-12-29[PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()Al Viro1-36/+37
2014-11-19separate kernel- and userland-side msghdrAl Viro1-2/+2
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton1-3/+3
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton1-0/+3
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-2/+2
2011-04-29ARM: 6891/1: prevent heap corruption in OABI semtimedopDan Rosenberg1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-3/+3
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-3/+0
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-14/+5
2009-04-16[ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missing kmalloc/kfreeeric miao1-0/+1
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-1/+1
2008-03-28[ARM] 4878/1: Add oabi shim for fstatat64Riku Voipio1-0/+24
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2006-02-16[ARM] 3338/1: old ABI compat: sys_socketcallNicolas Pitre1-0/+30
2006-02-08[ARM] 3308/1: old ABI compat: struct sockaddr_unNicolas Pitre1-0/+71
2006-01-14[ARM] 3109/1: old ABI compat: syscall wrappers for ABI impedance matchingNicolas Pitre1-0/+339