summaryrefslogtreecommitdiff
path: root/arch/s390/mm/maccess.c
AgeCommit message (Expand)Author
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev
2023-01-13s390/maccess: remove dead DAT-off codeAlexander Gordeev
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25[s390] memcpy_real(): WRITE is "data source", not destination...Al Viro
2022-09-16s390/mm: fix no previous prototype warnings in maccess.cAlexander Gordeev
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev
2022-02-06s390/maccess: fix absolute lowcore virtual vs physical address confusionAlexander Gordeev
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-07-08s390/mm: use call_on_stack() macroHeiko Carstens
2021-06-18s390/maccess: use register pair instead of register asmHeiko Carstens
2020-06-29s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2020-05-08s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf
2019-11-30s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik
2019-11-20s390/kasan: support memcpy_real with TRACE_IRQFLAGSVasily Gorbik
2019-06-04s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-02-17s390/maccess: reduce stnsm instructionsHeiko Carstens
2016-02-11s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens
2015-03-25s390/maccess: improve s390_kernel_write()Heiko Carstens
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens
2014-11-10/dev/mem: Use more consistent data typesThierry Reding
2014-02-24s390/uaccess: remove copy_from_user_real()Heiko Carstens
2014-02-21s390/uaccess: consistent typesHeiko Carstens
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens
2012-05-30s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu
2012-05-16s390: allow absolute memory access for /dev/memMichael Holzheu
2012-04-11[S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu
2012-03-28Disintegrate asm/system.h for S390David Howells
2011-10-30[S390] Add real memory access functionsMichael Holzheu
2011-08-03[S390] Add PSW restart shutdown triggerMichael Holzheu
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-03-24[S390] zcore: CPU registers are not saved under LPARMichael Holzheu
2009-06-12[S390] maccess: arch specific probe_kernel_write() implementationHeiko Carstens