index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
maccess.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
mm: Fix copy_from_user_nofault().
Alexei Starovoitov
1
-5
/
+11
2022-11-11
maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
Alban Crequy
1
-1
/
+1
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-119
/
+0
2022-03-22
mm: uninline copy_overflow()
Christophe Leroy
1
-0
/
+6
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-11
/
+0
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-108
/
+0
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