summaryrefslogtreecommitdiff
path: root/arch/hexagon/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-25/+0
2022-02-15uaccess: fix integer overflow on access_ok()Arnd Bergmann1-9/+9
2021-07-28asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-6/+0
2021-07-23hexagon: use generic strncpy/strnlen from_userArnd Bergmann1-31/+2
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-9/+13
2020-03-21hexagon: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+0
2017-04-25hexagon: switch to RAW_COPY_USERAl Viro1-13/+10
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-2/+0
2016-09-14hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand1-1/+2
2012-10-19Hexagon: Copyright marking changesRichard Kuo1-1/+1
2011-11-01Hexagon: Add user access functionsRichard Kuo1-0/+116