index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
maccess.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2023-02-09
memcpy_real(): WRITE is "data source", not destination...
Al Viro
1
-1
/
+1
2022-09-16
s390/mm: fix no previous prototype warnings in maccess.c
Alexander Gordeev
1
-0
/
+1
2022-09-14
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
1
-61
/
+46
2022-09-14
s390/smp: rework absolute lowcore access
Alexander Gordeev
1
-37
/
+30
2022-08-06
Revert "s390/smp: rework absolute lowcore access"
Alexander Gordeev
1
-30
/
+37
2022-07-28
s390/smp: rework absolute lowcore access
Alexander Gordeev
1
-37
/
+30
2022-07-20
s390/crash: move copy_to_user_real() to crash_dump.c
Alexander Gordeev
1
-26
/
+0
2022-03-08
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
1
-0
/
+1
2022-02-10
s390/maccess: fix semantics of memcpy_real() and its callers
Alexander Gordeev
1
-2
/
+2
2022-02-07
s390/maccess: fix absolute lowcore virtual vs physical address confusion
Alexander Gordeev
1
-8
/
+9
2022-02-07
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
1
-2
/
+0
2021-08-05
s390: replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-07-08
s390/mm: use call_on_stack() macro
Heiko Carstens
1
-4
/
+9
2021-06-18
s390/maccess: use register pair instead of register asm
Heiko Carstens
1
-10
/
+9
2020-06-29
s390/maccess: add no DAT mode to kernel_write
Vasily Gorbik
1
-5
/
+9
2020-05-08
s390: Change s390_kernel_write() return type to match memcpy()
Josh Poimboeuf
1
-3
/
+6
2019-11-30
s390: disable preemption when switching to nodat stack with CALL_ON_STACK
Vasily Gorbik
1
-3
/
+9
2019-11-20
s390/kasan: support memcpy_real with TRACE_IRQFLAGS
Vasily Gorbik
1
-4
/
+8
2019-06-04
s390/jump_label: replace stop_machine with smp_call_function
Martin Schwidefsky
1
-4
/
+5
2019-05-02
s390/unwind: introduce stack unwind API
Martin Schwidefsky
1
-0
/
+1
2018-10-09
s390: add support for virtually mapped kernel stacks
Martin Schwidefsky
1
-5
/
+20
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-02-17
s390/maccess: reduce stnsm instructions
Heiko Carstens
1
-4
/
+6
2016-02-11
s390: fix DAT off memory access, e.g. on kdump
Christian Borntraeger
1
-1
/
+3
2016-01-11
s390: rename struct _lowcore to struct lowcore
Heiko Carstens
1
-2
/
+2
2015-03-25
s390/maccess: improve s390_kernel_write()
Heiko Carstens
1
-25
/
+20
2015-03-25
s390/maccess: remove potentially broken probe_kernel_write()
Heiko Carstens
1
-10
/
+19
2014-11-10
/dev/mem: Use more consistent data types
Thierry Reding
1
-2
/
+2
2014-02-24
s390/uaccess: remove copy_from_user_real()
Heiko Carstens
1
-26
/
+0
2014-02-21
s390/uaccess: consistent types
Heiko Carstens
1
-2
/
+2
2013-09-07
s390: make various functions static, add declarations to header files
Heiko Carstens
1
-0
/
+1
2012-05-30
s390/kernel: Introduce memcpy_absolute() function
Michael Holzheu
1
-22
/
+16
2012-05-16
s390: allow absolute memory access for /dev/mem
Michael Holzheu
1
-0
/
+67
2012-04-11
[S390] kernel: Use local_irq_save() for memcpy_real()
Michael Holzheu
1
-9
/
+18
2012-03-28
Disintegrate asm/system.h for S390
David Howells
1
-1
/
+1
2011-10-30
[S390] Add real memory access functions
Michael Holzheu
1
-0
/
+56
2011-08-03
[S390] Add PSW restart shutdown trigger
Michael Holzheu
1
-0
/
+16
2011-05-26
maccess,probe_kernel: Make write/read src const void *
Steven Rostedt
1
-2
/
+2
2010-10-07
Fix IRQ flag handling naming
David Howells
1
-2
/
+2
2010-03-24
[S390] zcore: CPU registers are not saved under LPAR
Michael Holzheu
1
-0
/
+26
2009-06-12
[S390] maccess: arch specific probe_kernel_write() implementation
Heiko Carstens
1
-0
/
+61