diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-03-22 12:36:07 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-03-28 16:54:32 +0200 |
commit | b8f982803490920544c988bf6ec313028677851f (patch) | |
tree | 03f26560bb3fe2050015104691e0e2eb67ac7f19 /MAINTAINERS | |
parent | s390/kdump: Add final note (diff) | |
download | linux-b8f982803490920544c988bf6ec313028677851f.tar.xz linux-b8f982803490920544c988bf6ec313028677851f.zip |
s390/MAINTAINERS: add gmap.c to kvm maintainers
gmap.c deals mostly with KVM-related memory management, so a lot
of changes to this file will come via the KVM tree. Reflect this
in MAINTAINERS. Please note that there are intricate ties to
arch/s390/mm/pgtable.c. If changes are needed in both files,
this will continue to be submitted via the s390 tree (or a
topic branch if necessary).
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c776906f67a9..24136346fe58 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7170,6 +7170,7 @@ S: Supported F: Documentation/s390/kvm.txt F: arch/s390/include/asm/kvm* F: arch/s390/kvm/ +F: arch/s390/mm/gmap.c KERNEL VIRTUAL MACHINE (KVM) FOR ARM M: Christoffer Dall <christoffer.dall@linaro.org> |