summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/maccess.c
Commit message (Expand)AuthorAgeFilesLines
* x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootAdam Dunlap2023-09-281-5/+14
* x86: Share definition of __is_canonical_address()Adrian Hunter2022-02-021-6/+1
* 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