index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
2024-06-11
x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
Kees Cook
2024-03-19
x86/asm: Use %c/%n instead of %P operand modifier in asm templates
Uros Bizjak
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2023-09-25
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
2023-05-03
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
2023-05-03
x86: mm: remove architecture-specific 'access_ok()' define
Linus Torvalds
2023-05-03
x86-64: make access_ok() independent of LAM
Linus Torvalds
2023-03-16
x86/mm: Reduce untagged_addr() overhead for systems without LAM
Kirill A. Shutemov
2023-03-16
x86/uaccess: Provide untagged_addr() and remove tags before address check
Kirill A. Shutemov
2022-10-28
x86: asm: make sure __put_user_size() evaluates pointer once
Alexander Potapenko
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-04
Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-10-03
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
2022-08-18
x86/clear_user: Make it faster
Borislav Petkov
2022-08-15
x86/uaccess: Improve __try_cmpxchg64_user_asm() for x86_32
Uros Bizjak
2022-06-07
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
Jan Beulich
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
2022-02-25
x86: use more conventional access_ok() definition
Arnd Bergmann
2022-02-25
x86: remove __range_not_ok()
Arnd Bergmann
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-12-11
x86/uaccess: Remove .fixup usage
Peter Zijlstra
2021-12-10
x86/uaccess: Move variable into switch case statement
Kees Cook
2021-11-01
Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-10-05
x86: Fix misspelled Kconfig symbols
Lukas Bulwahn
2021-09-13
x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=y
Will Deacon
2020-10-23
x86/uaccess: fix code generation in put_user()
Rasmus Villemoes
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-12
x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Nick Desaulniers
2020-10-12
x86: Make __put_user() generate an out-of-line call
Linus Torvalds
2020-10-12
x86: Make __get_user() generate an out-of-line call
Linus Torvalds
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
2020-09-08
x86: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-03
x86/uaccess: Use XORL %0,%0 in __get_user_asm()
Uros Bizjak
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
2020-07-23
x86/uaccess: Make __get_user_size() Clang compliant on 32-bit
Nick Desaulniers
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
2020-04-01
x86: start using named parameters for low-level uaccess asms
Linus Torvalds
2020-04-01
x86: get rid of 'rtype' argument to __get_user_asm() macro
Linus Torvalds
2020-04-01
x86: get rid of 'rtype' argument to __put_user_goto() macro
Linus Torvalds
2020-03-31
x86: get rid of 'errret' argument to __get_user_xyz() macross
Linus Torvalds
2020-03-31
x86: remove __put_user_asm() infrastructure
Linus Torvalds
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-27
x86: get rid of user_atomic_cmpxchg_inatomic()
Al Viro
2020-03-26
kill uaccess_try()
Al Viro
2020-03-18
x86: kill get_user_{try,catch,ex}
Al Viro
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
[next]