summaryrefslogtreecommitdiffstats
path: root/mm/maccess.c
AgeCommit message (Expand)AuthorLines
2025-07-09mm: unexport globally copy_to_kernel_nofaultSabyrzhan Tasbolatov-1/+0
2025-05-11maccess: fix strncpy_from_user_nofault() empty string handlingMykyta Yatsenko-1/+1
2024-11-11kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov-0/+1
2024-11-06mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov-2/+8
2023-04-12mm: Fix copy_from_user_nofault().Alexei Starovoitov-5/+11
2022-11-11maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-119/+0
2022-03-22mm: uninline copy_overflow()Christophe Leroy-0/+6
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-11/+0
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann-108/+0
2021-08-20ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofaultArnd Bergmann-6/+22
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig-12/+10
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig-6/+6
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-24/+25
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig-7/+9
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig-0/+76
2020-06-09maccess: move user access routines togetherChristoph Hellwig-56/+56
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-34/+6
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig-38/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig-13/+37
2020-06-09maccess: remove probe_read_common and probe_write_commonChristoph Hellwig-34/+29
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig-3/+3
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig-2/+2
2020-06-09maccess: update the top of file commentChristoph Hellwig-1/+1
2020-06-09maccess: clarify kerneldoc commentsChristoph Hellwig-17/+43
2020-06-09maccess: remove various unused weak aliasesChristoph Hellwig-16/+3
2020-06-09maccess: unexport probe_kernel_write()Christoph Hellwig-1/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-2/+2
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann-1/+24
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann-4/+41
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-6/+116
2019-05-25uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu-6/+116
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds-6/+0
2018-09-03x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn-0/+6
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport-1/+1
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds-2/+1
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton-0/+5
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov-0/+41
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt-4/+4
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells-1/+1
2010-01-07maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel-2/+9
2009-06-12[S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens-1/+1
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel-0/+6
2008-04-17uaccess: add probe_kernel_write()Ingo Molnar-0/+49