index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
s390/uaccess: Use unsafe wrappers for ASM GOTO
Thomas Gleixner
1
-2
/
+2
2025-06-29
s390/uaccess: Make cmpxchg_user_key() library code
Heiko Carstens
1
-181
/
+23
2025-04-14
s390/mm: Reimplement lazy ASCE handling
Heiko Carstens
1
-0
/
+12
2025-03-18
s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assemblies
Heiko Carstens
1
-7
/
+7
2025-03-04
s390/uaccess: Inline __clear_user()
Heiko Carstens
1
-5
/
+28
2025-03-04
s390/uaccess: Optimize raw_copy_from_user() / raw_copy_to_user() for constant...
Heiko Carstens
1
-0
/
+4
2025-03-04
s390/uaccess: Define INLINE_COPY_FROM_USER and INLINE_COPY_TO_USER
Heiko Carstens
1
-0
/
+3
2025-03-04
s390/uaccess: Separate key uaccess functions
Heiko Carstens
1
-52
/
+6
2025-03-04
s390/uaccess: Shorten raw_copy_from_user() / raw_copy_to_user() inline assemb...
Heiko Carstens
1
-64
/
+50
2025-01-26
s390/uaccess: Rename get_put_user_noinstr_attributes to uaccess_kmsan_or_inline
Heiko Carstens
1
-7
/
+6
2025-01-26
s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USER
Heiko Carstens
1
-30
/
+109
2025-01-26
s390/uaccess: Use asm goto for put_user()/get_user()
Heiko Carstens
1
-6
/
+77
2025-01-26
s390/uaccess: Remove usage of the oac specifier
Heiko Carstens
1
-12
/
+4
2025-01-26
s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handling
Heiko Carstens
1
-6
/
+8
2025-01-26
s390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...
Heiko Carstens
1
-14
/
+14
2025-01-26
s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappers
Heiko Carstens
1
-81
/
+32
2025-01-26
s390/uaccess: Move put_user() / __put_user() close to put_user() asm code
Heiko Carstens
1
-30
/
+30
2025-01-26
s390/uaccess: Use asm goto for __mvc_kernel_nofault()
Heiko Carstens
1
-15
/
+11
2025-01-26
s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvc
Heiko Carstens
1
-78
/
+44
2025-01-26
s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT
Heiko Carstens
1
-4
/
+4
2024-07-23
s390/uaccess: Make s390_kernel_write() usable for decompressor
Heiko Carstens
1
-1
/
+8
2024-07-03
s390/uaccess: add the missing linux/instrumented.h #include
Ilya Leoshkevich
1
-0
/
+1
2024-07-03
s390/uaccess: add KMSAN support to put_user() and get_user()
Ilya Leoshkevich
1
-32
/
+79
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
1
-1
/
+0
2023-01-04
s390/uaccess: avoid __ashlti3() call
Heiko Carstens
1
-4
/
+4
2022-11-22
s390/uaccess: limit number of retries for cmpxchg_user_key()
Janis Schoetterl-Glausch
1
-8
/
+25
2022-11-21
s390/cmpxchg: make loop condition for 1,2 byte cases precise
Janis Schoetterl-Glausch
1
-36
/
+44
2022-11-21
s390/uaccess: add cmpxchg_user_key()
Heiko Carstens
1
-0
/
+183
2022-08-06
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+0
2022-07-20
s390/crash: move copy_to_user_real() to crash_dump.c
Alexander Gordeev
1
-1
/
+0
2022-06-07
No need of likely/unlikely on calls of check_copy_size()
Al Viro
1
-2
/
+2
2022-06-01
s390/uaccess: whitespace cleanup
Heiko Carstens
1
-66
/
+66
2022-06-01
s390/uaccess: use __noreturn instead of __attribute__((noreturn))
Heiko Carstens
1
-3
/
+4
2022-06-01
s390/uaccess: use exception handler to zero result on get_user() failure
Heiko Carstens
1
-27
/
+45
2022-06-01
s390/uaccess: use symbolic names for inline assembler operands
Heiko Carstens
1
-8
/
+8
2022-03-25
Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-37
/
+8
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+22
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
1
-18
/
+0
2022-03-10
s390/uaccess: Add copy_from/to_user_key functions
Janis Schoetterl-Glausch
1
-0
/
+22
2022-03-08
s390/extable: add dedicated uaccess handler
Heiko Carstens
1
-18
/
+6
2022-03-08
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
1
-0
/
+1
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-13
/
+1
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-14
s390/uaccess: Add copy_from/to_user_key functions
Janis Schoetterl-Glausch
1
-0
/
+22
2022-02-09
s390/maccess: fix semantics of memcpy_real() and its callers
Alexander Gordeev
1
-1
/
+1
2022-01-23
s390/uaccess: fix compile error
Heiko Carstens
1
-2
/
+2
2022-01-17
s390/uaccess: introduce bit field for OAC specifier
Nico Boehr
1
-43
/
+77
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
1
-3
/
+0
2021-07-27
s390: use generic strncpy/strnlen from_user
Heiko Carstens
1
-16
/
+2
2021-06-18
s390/uaccess: get rid of register asm
Heiko Carstens
1
-19
/
+17
[next]