index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
maccess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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