summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* uaccess: generalize access_ok()Arnd Bergmann2022-02-251-19/+1
* uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
* ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofaultArd Biesheuvel2022-01-191-2/+8
* ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao2021-10-191-1/+3
* ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-201-42/+4
* ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann2021-08-201-40/+83
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
* ARM: uaccess: add further explanation of __range_ok()Russell King2020-07-221-1/+5
* ARM: 8908/1: add __always_inline to functions called from __get_user_check()Masahiro Yamada2019-10-101-2/+2
* 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