summaryrefslogtreecommitdiff
path: root/arch/x86/mm/maccess.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootAdam Dunlap1-5/+14
2022-02-02x86: Share definition of __is_canonical_address()Adrian Hunter1-6/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-7/+2
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-21/+12
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-1/+1
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann1-0/+43