index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
usercopy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
x86/uaccess: instrument copy_from_user_nmi()
Alexander Potapenko
1
-0
/
+3
2022-09-26
x86/uaccess: avoid check_object_size() in copy_from_user_nmi()
Kees Cook
1
-1
/
+1
2022-02-25
x86: remove __range_not_ok()
Arnd Bergmann
1
-1
/
+1
2020-11-18
x86/uaccess: Document copy_from_user_nmi()
Thomas Gleixner
1
-4
/
+18
2018-08-31
x86/nmi: Fix NMI uaccess race against CR3 switching
Andy Lutomirski
1
-0
/
+5
2017-03-29
x86: switch to RAW_COPY_USER
Al Viro
1
-54
/
+1
2017-03-28
amd64: get rid of zeroing
Al Viro
1
-4
/
+5
2016-11-01
x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants
Borislav Petkov
1
-0
/
+49
2016-07-14
x86/lib: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2015-07-06
perf/x86: Fix copy_from_user_nmi() return if range is not ok
Yann Droneaud
1
-1
/
+1
2013-11-06
perf: Fix arch_perf_out_copy_user default
Peter Zijlstra
1
-1
/
+1
2013-10-29
perf/x86: Further optimize copy_from_user_nmi()
Peter Zijlstra
1
-28
/
+15
2012-06-13
perf/x86: Fix broken LBR fixup code
Stephane Eranian
1
-1
/
+1
2012-06-06
perf/x86: Check user address explicitly in copy_from_user_nmi()
Arun Sharma
1
-0
/
+4
2012-05-26
x86: use generic strncpy_from_user routine
Linus Torvalds
1
-97
/
+0
2012-04-28
x86: make word-at-a-time strncpy_from_user clear bytes at the end
Linus Torvalds
1
-12
/
+8
2012-04-15
x86-32: fix up strncpy_from_user() sign error
Linus Torvalds
1
-2
/
+2
2012-04-11
x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up
Linus Torvalds
1
-0
/
+103
2011-07-21
x86, perf: Make copy_from_user_nmi() a library function
Robert Richter
1
-0
/
+43