Age | Commit message (Expand) | Author | Files | Lines |
2023-04-13 | mm: Fix copy_from_user_nofault(). | Alexei Starovoitov | 1 | -5/+11 |
2022-11-11 | maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault() | Alban Crequy | 1 | -1/+1 |
2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -119/+0 |
2022-03-23 | mm: uninline copy_overflow() | Christophe Leroy | 1 | -0/+6 |
2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 1 | -11/+0 |
2022-02-25 | uaccess: add generic __{get,put}_kernel_nofault | Arnd Bergmann | 1 | -108/+0 |
2021-08-20 | ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofault | Arnd Bergmann | 1 | -6/+22 |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig | 1 | -12/+10 |
2020-06-17 | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault | Christoph Hellwig | 1 | -6/+6 |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -24/+25 |
2020-06-09 | maccess: return -ERANGE when probe_kernel_read() fails | Christoph Hellwig | 1 | -7/+9 |
2020-06-09 | maccess: allow architectures to provide kernel probing directly | Christoph Hellwig | 1 | -0/+76 |
2020-06-09 | maccess: move user access routines together | Christoph Hellwig | 1 | -56/+56 |
2020-06-09 | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig | 1 | -34/+6 |
2020-06-09 | maccess: remove strncpy_from_unsafe | Christoph Hellwig | 1 | -38/+1 |
2020-06-09 | maccess: unify the probe kernel arch hooks | Christoph Hellwig | 1 | -13/+37 |
2020-06-09 | maccess: remove probe_read_common and probe_write_common | Christoph Hellwig | 1 | -34/+29 |
2020-06-09 | maccess: rename strnlen_unsafe_user to strnlen_user_nofault | Christoph Hellwig | 1 | -2/+2 |
2020-06-09 | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault | Christoph Hellwig | 1 | -3/+3 |
2020-06-09 | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault | Christoph Hellwig | 1 | -2/+2 |
2020-06-09 | maccess: update the top of file comment | Christoph Hellwig | 1 | -1/+1 |
2020-06-09 | maccess: clarify kerneldoc comments | Christoph Hellwig | 1 | -17/+43 |
2020-06-09 | maccess: remove various unused weak aliases | Christoph Hellwig | 1 | -16/+3 |
2020-06-09 | maccess: unexport probe_kernel_write() | Christoph Hellwig | 1 | -1/+0 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -2/+2 |
2019-11-02 | uaccess: Add strict non-pagefault kernel-space read function | Daniel Borkmann | 1 | -1/+24 |
2019-11-02 | uaccess: Add non-pagefault user-space write function | Daniel Borkmann | 1 | -4/+41 |
2019-07-18 | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -6/+116 |
2019-05-26 | uaccess: Add non-pagefault user-space read functions | Masami Hiramatsu | 1 | -6/+116 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-02-25 | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" | Linus Torvalds | 1 | -6/+0 |
2018-09-03 | x86/fault: BUG() when uaccess helpers fault on kernel addresses | Jann Horn | 1 | -0/+6 |
2018-02-07 | mm: docs: fix parameter names mismatch | Mike Rapoport | 1 | -1/+1 |
2016-05-23 | x86: remove more uaccess_32.h complexity | Linus Torvalds | 1 | -2/+1 |
2015-11-06 | mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe | Rasmus Villemoes | 1 | -1/+1 |
2015-11-06 | uaccess: reimplement probe_kernel_address() using probe_kernel_read() | Andrew Morton | 1 | -0/+5 |
2015-08-31 | lib: move strncpy_from_unsafe() into mm/maccess.c | Alexei Starovoitov | 1 | -0/+41 |
2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
2011-05-26 | maccess,probe_kernel: Make write/read src const void * | Steven Rostedt | 1 | -4/+4 |
2010-10-27 | MN10300: Save frame pointer in thread_info struct rather than global var | David Howells | 1 | -1/+1 |
2010-01-07 | maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) | Jason Wessel | 1 | -2/+9 |
2009-06-12 | [S390] maccess: add weak attribute to probe_kernel_write | Heiko Carstens | 1 | -1/+1 |
2008-04-17 | kgdb: fix optional arch functions and probe_kernel_* | Jason Wessel | 1 | -0/+6 |
2008-04-17 | uaccess: add probe_kernel_write() | Ingo Molnar | 1 | -0/+49 |