index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
maccess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
Alban Crequy
2022-11-11
1
-1
/
+1
*
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-23
1
-119
/
+0
|
\
|
*
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2022-02-25
1
-11
/
+0
|
*
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
2022-02-25
1
-108
/
+0
*
|
mm: uninline copy_overflow()
Christophe Leroy
2022-03-22
1
-0
/
+6
|
/
*
ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
Arnd Bergmann
2021-08-20
1
-6
/
+22
*
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
2020-08-12
1
-12
/
+10
*
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
2020-06-17
1
-6
/
+6
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-24
/
+25
*
maccess: return -ERANGE when probe_kernel_read() fails
Christoph Hellwig
2020-06-09
1
-7
/
+9
*
maccess: allow architectures to provide kernel probing directly
Christoph Hellwig
2020-06-09
1
-0
/
+76
*
maccess: move user access routines together
Christoph Hellwig
2020-06-09
1
-56
/
+56
*
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
2020-06-09
1
-34
/
+6
*
maccess: remove strncpy_from_unsafe
Christoph Hellwig
2020-06-09
1
-38
/
+1
*
maccess: unify the probe kernel arch hooks
Christoph Hellwig
2020-06-09
1
-13
/
+37
*
maccess: remove probe_read_common and probe_write_common
Christoph Hellwig
2020-06-09
1
-34
/
+29
*
maccess: rename strnlen_unsafe_user to strnlen_user_nofault
Christoph Hellwig
2020-06-09
1
-2
/
+2
*
maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
Christoph Hellwig
2020-06-09
1
-3
/
+3
*
maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
Christoph Hellwig
2020-06-09
1
-2
/
+2
*
maccess: update the top of file comment
Christoph Hellwig
2020-06-09
1
-1
/
+1
*
maccess: clarify kerneldoc comments
Christoph Hellwig
2020-06-09
1
-17
/
+43
*
maccess: remove various unused weak aliases
Christoph Hellwig
2020-06-09
1
-16
/
+3
*
maccess: unexport probe_kernel_write()
Christoph Hellwig
2020-06-09
1
-1
/
+0
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
uaccess: Add strict non-pagefault kernel-space read function
Daniel Borkmann
2019-11-02
1
-1
/
+24
*
uaccess: Add non-pagefault user-space write function
Daniel Borkmann
2019-11-02
1
-4
/
+41
*
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-07-18
1
-6
/
+116
|
\
|
*
uaccess: Add non-pagefault user-space read functions
Masami Hiramatsu
2019-05-25
1
-6
/
+116
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
2019-02-25
1
-6
/
+0
*
x86/fault: BUG() when uaccess helpers fault on kernel addresses
Jann Horn
2018-09-03
1
-0
/
+6
*
mm: docs: fix parameter names mismatch
Mike Rapoport
2018-02-06
1
-1
/
+1
*
x86: remove more uaccess_32.h complexity
Linus Torvalds
2016-05-22
1
-2
/
+1
*
mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe
Rasmus Villemoes
2015-11-05
1
-1
/
+1
*
uaccess: reimplement probe_kernel_address() using probe_kernel_read()
Andrew Morton
2015-11-05
1
-0
/
+5
*
lib: move strncpy_from_unsafe() into mm/maccess.c
Alexei Starovoitov
2015-08-31
1
-0
/
+41
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
maccess,probe_kernel: Make write/read src const void *
Steven Rostedt
2011-05-25
1
-4
/
+4
*
MN10300: Save frame pointer in thread_info struct rather than global var
David Howells
2010-10-27
1
-1
/
+1
*
maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)
Jason Wessel
2010-01-07
1
-2
/
+9
*
[S390] maccess: add weak attribute to probe_kernel_write
Heiko Carstens
2009-06-12
1
-1
/
+1
*
kgdb: fix optional arch functions and probe_kernel_*
Jason Wessel
2008-04-17
1
-0
/
+6
*
uaccess: add probe_kernel_write()
Ingo Molnar
2008-04-17
1
-0
/
+49