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