index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
uaccess_64.h
Age
Commit message (
Expand
)
Author
2024-09-22
x86: make the masked_user_access_begin() macro use its argument only once
Linus Torvalds
2024-08-19
x86: do the user address masking outside the user access area
Linus Torvalds
2024-08-19
x86: support user address masking instead of non-speculative conditional
Linus Torvalds
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-04
x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...
Thomas Gleixner
2024-01-09
x86/percpu: Use %RIP-relative address in untagged_addr()
Uros Bizjak
2023-08-30
x86: bring back rep movsq for user access on CPUs without ERMS
Mateusz Guzik
2023-05-03
x86-64: mm: clarify the 'positive addresses' user address rules
Linus Torvalds
2023-05-03
x86: mm: remove 'sign' games from LAM untagged_addr*() macros
Linus Torvalds
2023-05-03
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
2023-04-28
Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-04-19
x86: remove 'zerorest' argument from __copy_user_nocache()
Linus Torvalds
2023-04-18
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
2023-04-18
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
2023-04-18
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
2023-04-18
x86: move stac/clac from user copy routines into callers
Linus Torvalds
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory copies
Linus Torvalds
2023-03-16
x86/uaccess: Remove memcpy_page_flushcache()
Ira Weiny
2022-08-18
x86/clear_user: Make it faster
Borislav Petkov
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
2019-04-03
x86/uaccess: Move copy_user_handle_tail() into asm
Peter Zijlstra
2018-07-16
x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling
Dan Williams
2018-05-15
x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
Dan Williams
2018-05-15
x86/asm/memcpy_mcsafe: Add write-protection-fault handling
Dan Williams
2018-01-30
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-09
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
2017-03-29
x86: switch to RAW_COPY_USER
Al Viro
2017-03-29
x86: don't wank with magical size in __copy_in_user()
Al Viro
2017-03-28
kill __copy_from_user_nocache()
Al Viro
2017-03-28
amd64: get rid of zeroing
Al Viro
2017-03-05
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
2016-07-26
x86/uaccess: Enable hardened usercopy
Kees Cook
2016-05-20
x86/kasan: instrument user memory access API
Andrey Ryabinin
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2015-12-17
x86: reorganize SMAP handling in user space accesses
Linus Torvalds
2015-04-08
x86: clean up/fix 'copy_in_user()' tail zeroing
Linus Torvalds
2014-01-04
x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...
Steven Rostedt
2013-11-12
Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-10-26
x86: Unify copy_to_user() and add size checking to it
Jan Beulich
2013-10-26
x86: Unify copy_from_user() size checking
Jan Beulich
2013-09-10
x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomic
Andi Kleen
2013-05-28
x86: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
2012-09-21
x86, uaccess: Merge prototypes for clear_user/__clear_user
H. Peter Anvin
2012-06-29
x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature
Fenghua Yu
2012-05-26
x86: use the new generic strnlen_user() function
Linus Torvalds
2012-04-11
x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up
Linus Torvalds
[next]