index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
maccess.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-25
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-06
mm: docs: fix parameter names mismatch
Mike Rapoport
1
-1
/
+1
2016-05-22
x86: remove more uaccess_32.h complexity
Linus Torvalds
1
-2
/
+1
2015-11-05
mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe
Rasmus Villemoes
1
-1
/
+1
2015-11-05
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-25
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