summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/maccess.c
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-7/+2
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-21/+12
* maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-1/+1
* uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2019-11-021-0/+43