index
:
pm24.git
cpufreq-rust
master
more-events
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
/
s390
/
lib
/
uaccess.c
Age
Commit message (
Expand
)
Author
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
2023-09-19
s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible
Heiko Carstens
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
2023-04-04
s390/uaccess: remove extra blank line
Heiko Carstens
2023-04-04
s390/uaccess: get rid of not needed local variable
Heiko Carstens
2023-04-04
s390/uaccess: rename tmp1 and tmp2 variables
Heiko Carstens
2023-04-04
s390/uaccess: sort EX_TABLE list for inline assemblies
Heiko Carstens
2023-04-04
s390/uaccess: rename/sort labels in inline assemblies
Heiko Carstens
2023-04-04
s390/uaccess: remove unused label in inline assemblies
Heiko Carstens
2023-04-04
s390/uaccess: use symbolic names for inline assembly operands
Heiko Carstens
2023-03-27
s390/uaccess: add missing earlyclobber annotations to __clear_user()
Heiko Carstens
2022-10-26
s390/uaccess: add missing EX_TABLE entries to __clear_user()
Heiko Carstens
2022-10-03
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
2022-03-10
s390: convert ".insn" encoding to instruction names
Vasily Gorbik
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
2022-03-10
s390/uaccess: Add copy_from/to_user_key functions
Janis Schoetterl-Glausch
2022-03-08
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
2022-01-17
s390/uaccess: introduce bit field for OAC specifier
Nico Boehr
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
2021-07-27
s390: use generic strncpy/strnlen from_user
Heiko Carstens
2021-07-05
s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list
Heiko Carstens
2021-06-28
s390/lib,uaccess: get rid of register asm
Heiko Carstens
2021-01-19
s390: convert to generic entry
Sven Schnelle
2020-11-23
s390/mm: add debug user asce support
Heiko Carstens
2020-11-23
s390/mm: remove set_fs / rework address space handling
Heiko Carstens
2020-04-21
s390/mm: fix page table upgrade vs 2ndary address mode accesses
Christian Borntraeger
2017-12-15
s390: fix preemption race in disable_sacf_uaccess
Martin Schwidefsky
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-29
s390/uaccess: avoid mvcos jump label
Martin Schwidefsky
2017-05-09
s390/uaccess: use sane length for __strncpy_from_user()
Heiko Carstens
2017-03-30
s390: get rid of zeroing, switch to RAW_COPY_USER
Al Viro
2016-08-08
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
2016-07-26
s390/uaccess: Enable hardened usercopy
Kees Cook
2016-06-13
s390/uaccess: fix whitespace damage
Heiko Carstens
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-08-19
s390/uaccess: remove uaccess_primary kernel parameter
Heiko Carstens
2015-08-03
s390/uaccess, locking/static_keys: employ static_branch_likely()
Heiko Carstens
2015-03-25
s390: remove 31 bit support
Heiko Carstens
2014-05-20
s390/uaccess: simplify control register updates
Martin Schwidefsky
2014-04-11
s390/uaccess: fix possible register corruption in strnlen_user_srst()
Heiko Carstens
2014-04-03
s390/uaccess: rework uaccess code - fix locking issues
Heiko Carstens