1. 8678ea0 maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault() by Alban Crequy · 2 years, 2 months ago
  2. 194dfe8 Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 2 years, 10 months ago
  3. ad7489d mm: uninline copy_overflow() by Christophe Leroy · 2 years, 10 months ago
  4. 967747b uaccess: remove CONFIG_SET_FS by Arnd Bergmann · 2 years, 11 months ago
  5. 34737e2 uaccess: add generic __{get,put}_kernel_nofault by Arnd Bergmann · 2 years, 11 months ago
  6. 2423de2 ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofault by Arnd Bergmann · 3 years, 5 months ago
  7. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  8. c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  9. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  10. 2a71e81 maccess: return -ERANGE when probe_kernel_read() fails by Christoph Hellwig · 4 years, 7 months ago
  11. b58294e maccess: allow architectures to provide kernel probing directly by Christoph Hellwig · 4 years, 7 months ago
  12. fc3562d7 maccess: move user access routines together by Christoph Hellwig · 4 years, 7 months ago
  13. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago
  14. 7676fbf maccess: remove strncpy_from_unsafe by Christoph Hellwig · 4 years, 7 months ago
  15. eab0c60 maccess: unify the probe kernel arch hooks by Christoph Hellwig · 4 years, 7 months ago
  16. cd03090 maccess: remove probe_read_common and probe_write_common by Christoph Hellwig · 4 years, 7 months ago
  17. 02dddb1 maccess: rename strnlen_unsafe_user to strnlen_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  18. c4cb164 maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  19. bd88bb5 maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  20. 3f0acb1 maccess: update the top of file comment by Christoph Hellwig · 4 years, 7 months ago
  21. 4f6de12 maccess: clarify kerneldoc comments by Christoph Hellwig · 4 years, 7 months ago
  22. 48c49c0 maccess: remove various unused weak aliases by Christoph Hellwig · 4 years, 7 months ago
  23. 0493cb08 maccess: unexport probe_kernel_write() by Christoph Hellwig · 4 years, 7 months ago
  24. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  25. 75a1a60 uaccess: Add strict non-pagefault kernel-space read function by Daniel Borkmann · 5 years ago
  26. 1d1585c uaccess: Add non-pagefault user-space write function by Daniel Borkmann · 5 years ago
  27. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  28. 3d70818 uaccess: Add non-pagefault user-space read functions by Masami Hiramatsu · 6 years ago
  29. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  30. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  31. 9da3f2b x86/fault: BUG() when uaccess helpers fault on kernel addresses by Jann Horn · 6 years ago
  32. f144c39 mm: docs: fix parameter names mismatch by Mike Rapoport · 7 years ago
  33. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  34. 9dd861d mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe by Rasmus Villemoes · 9 years ago
  35. 0ab32b6f uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  36. dbb7ee0 lib: move strncpy_from_unsafe() into mm/maccess.c by Alexei Starovoitov · 9 years ago
  37. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  38. f29c504 maccess,probe_kernel: Make write/read src const void * by Steven Rostedt · 14 years ago
  39. 7c7fcf7 MN10300: Save frame pointer in thread_info struct rather than global var by David Howells · 14 years ago
  40. 6144a85 maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) by Jason Wessel · 15 years ago
  41. d93f82b [S390] maccess: add weak attribute to probe_kernel_write by Heiko Carstens · 16 years ago
  42. b4b8ac5 kgdb: fix optional arch functions and probe_kernel_* by Jason Wessel · 17 years ago
  43. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 17 years ago