diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-04 17:12:45 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-04 17:12:45 +0200 |
commit | dd5bd0a65ff6f22a32b35ca3fa1bcf7a6bc7104f (patch) | |
tree | 7214fc9fb55a1cedee4d0bca3a4f6799414236e7 /MAINTAINERS | |
parent | 7e7126846c95a34f98a1524d5c473af1f0783735 (diff) | |
parent | 55d09dd4c86060fbbc74ab2b1bfaed401cd0163a (diff) | |
download | linux-dd5bd0a65ff6f22a32b35ca3fa1bcf7a6bc7104f.tar.bz2 |
Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
KVM: s390: Features for 4.20
- Initial version of AP crypto virtualization via vfio-mdev
- Set the host program identifier
- Optimize page table locking
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e993064637ca..1610fb26bdac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12668,6 +12668,18 @@ W: http://www.ibm.com/developerworks/linux/linux390/ S: Supported F: drivers/s390/crypto/ +S390 VFIO AP DRIVER +M: Tony Krowiak <akrowiak@linux.ibm.com> +M: Pierre Morel <pmorel@linux.ibm.com> +M: Halil Pasic <pasic@linux.ibm.com> +L: linux-s390@vger.kernel.org +W: http://www.ibm.com/developerworks/linux/linux390/ +S: Supported +F: drivers/s390/crypto/vfio_ap_drv.c +F: drivers/s390/crypto/vfio_ap_private.h +F: drivers/s390/crypto/vfio_ap_ops.c +F: Documentation/s390/vfio-ap.txt + S390 ZFCP DRIVER M: Steffen Maier <maier@linux.ibm.com> M: Benjamin Block <bblock@linux.ibm.com> |