summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: 8852/1: uaccess: use unified assembler language syntaxStefan Agner2019-04-231-1/+2
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-1/+2
|\
| * ARM: 8828/1: uaccess: use unified assembler language syntaxStefan Agner2019-02-011-1/+2
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
|/
* Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-01-051-0/+18
|\
| * ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch2018-11-121-0/+18
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King2018-10-101-6/+43
|\
| * ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2018-10-051-0/+26
| * ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry2018-10-051-6/+9
| * ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry2018-10-051-0/+8
* | Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-131-7/+19
|\|
| * ARM: spectre-v1: use get_user() for __get_user()Russell King2018-08-021-6/+11
| * ARM: use __inttype() in get_user()Russell King2018-08-021-1/+8
* | ARM: 8768/1: uaccess: remove const to avoid duplicate specifierStefan Agner2018-05-191-1/+1
|/
* Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-171-2/+0
* Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+2
|\
| * arm/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+2
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-7/+0
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-7/+0
| |/
* / kill strlen_user()Al Viro2017-05-151-1/+0
|/
* arm: switch to RAW_COPY_USERAl Viro2017-03-281-46/+14
* arm: switch to generic extable.hAl Viro2017-03-281-19/+1
* new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
* ARM: 8657/1: uaccess: consistently check object sizesKees Cook2017-02-161-12/+32
* arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro2016-09-151-5/+6
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-2/+9
|\
| * ARM: uaccess: Enable hardened usercopyKees Cook2016-07-261-2/+9
* | ARM: uaccess: remove put_user() code duplicationRussell King2016-06-221-57/+49
* | ARM: 8580/1: Remove orphaned __addr_ok() definitionRobin Murphy2016-06-221-8/+0
|/
* ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King2015-12-151-0/+4
*-. Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-031-5/+80
|\ \
| | * ARM: software-based priviledged-no-access supportRussell King2015-08-261-0/+14
| | * ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King2015-08-251-5/+66
| |/
* / ARM: uaccess: simplify user access assemblyRussell King2015-08-251-35/+12
|/
* ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel2015-03-291-5/+5
* arm: macro whitespace fixesMichael S. Tsirkin2015-01-131-46/+46
* arm: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-2/+2
* ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky2014-09-121-9/+39
* Merge branch 'devel-stable' into for-nextRussell King2014-08-051-1/+1
|\
| * ARM: make user_addr_max more robustUwe Kleine-König2014-07-011-1/+1
* | ARM: 8091/2: add get_user() support for 8 byte typesDaniel Thompson2014-07-181-1/+19
|/
* ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin2014-05-251-1/+2
* ARM: 7951/1: uaccess: use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSNicolas Pitre2014-02-101-1/+1
* ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre2013-09-181-0/+7
* ARM: warnings in arch/arm/include/asm/uaccess.hArnd Bergmann2012-10-091-2/+2
* ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon2012-09-091-2/+16