aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-17Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier1-2/+0
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2017-07-08arm/syscalls: Check address limit on user-mode returnThomas Garnier1-0/+2
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-7/+0
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-03-28arm: switch to RAW_COPY_USERAl Viro1-46/+14
2017-03-28arm: switch to generic extable.hAl Viro1-19/+1
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-02-16ARM: 8657/1: uaccess: consistently check object sizesKees Cook1-12/+32
2016-09-15arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro1-5/+6
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+9
2016-07-26ARM: uaccess: Enable hardened usercopyKees Cook1-2/+9
2016-06-22ARM: uaccess: remove put_user() code duplicationRussell King1-57/+49
2016-06-22ARM: 8580/1: Remove orphaned __addr_ok() definitionRobin Murphy1-8/+0
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King1-0/+4
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-5/+80
2015-08-26ARM: software-based priviledged-no-access supportRussell King1-0/+14
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King1-5/+66
2015-08-25ARM: uaccess: simplify user access assemblyRussell King1-35/+12
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel1-5/+5
2015-01-13arm: macro whitespace fixesMichael S. Tsirkin1-46/+46
2015-01-13arm: fix put_user sparse errorsMichael S. Tsirkin1-2/+2
2014-09-12ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky1-9/+39
2014-08-05Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2014-07-18ARM: 8091/2: add get_user() support for 8 byte typesDaniel Thompson1-1/+19
2014-07-01ARM: make user_addr_max more robustUwe Kleine-König1-1/+1
2014-05-25ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+2
2014-02-10ARM: 7951/1: uaccess: use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSNicolas Pitre1-1/+1
2013-09-18ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre1-0/+7
2012-10-09ARM: warnings in arch/arm/include/asm/uaccess.hArnd Bergmann1-2/+2
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon1-2/+16
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King1-13/+27
2012-07-09ARM: 7449/1: use generic strnlen_user and strncpy_from_user functionsWill Deacon1-21/+6
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+1
2012-01-25ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflictsCatalin Marinas1-8/+8
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas1-8/+8
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King1-20/+20
2009-07-24Thumb-2: Implement the unified arch/arm/lib functionsCatalin Marinas1-2/+5
2009-05-29[ARM] allow for alternative __copy_to_user/__clear_user implementationsNicolas Pitre1-0/+2
2008-11-29[ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King1-1/+2
2008-11-27[ARM] remove memzero()Russell King1-1/+1
2008-09-01[ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.hCatalin Marinas1-5/+5
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+444