#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" d' href='https://universe.0xinfinity.dev/distro/kernel/atom/mm/maccess.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/maccess.c
AgeCommit message (Expand)Author
2024-11-11kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov
2024-11-06mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov
2023-04-12mm: Fix copy_from_user_nofault().Alexei Starovoitov
2022-11-11maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22mm: uninline copy_overflow()Christophe Leroy
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2021-08-20ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofaultArnd Bergmann
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig
2020-06-09maccess: move user access routines togetherChristoph Hellwig
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-06-09maccess: remove probe_read_common and probe_write_commonChristoph Hellwig
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig
2020-06-09maccess: update the top of file commentChristoph Hellwig
2020-06-09maccess: clarify kerneldoc commentsChristoph Hellwig
2020-06-09maccess: remove various unused weak aliasesChristoph Hellwig
2020-06-09maccess: unexport probe_kernel_write()Christoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-25uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2018-09-03x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov