summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-19/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-01-19ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofaultArd Biesheuvel1-2/+8
2021-10-19ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao1-1/+3
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann1-42/+4
2021-08-20ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann1-40/+83
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+2
2020-07-22ARM: uaccess: add further explanation of __range_ok()Russell King1-1/+5
2019-10-10ARM: 8908/1: add __always_inline to functions called from __get_user_check()Masahiro Yamada1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23ARM: 8852/1: uaccess: use unified assembler language syntaxStefan Agner1-1/+2
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-01ARM: 8828/1: uaccess: use unified assembler language syntaxStefan Agner1-1/+2
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+18
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-11-12ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch1-0/+18
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King1-6/+43
2018-10-05ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry1-0/+26
2018-10-05ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry1-6/+9
2018-10-05ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry1-0/+8
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-7/+19
2018-08-02ARM: spectre-v1: use get_user() for __get_user()Russell King1-6/+11
2018-08-02ARM: use __inttype() in get_user()Russell King1-1/+8
2018-05-19ARM: 8768/1: uaccess: remove const to avoid duplicate specifierStefan Agner1-1/+1
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/ke...Linus Torvalds1-0/+2
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus 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/ke...Linus 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 ...Russell 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