From mboxrd@z Thu Jan 1 00:00:00 1970 From: Janosch Frank Subject: [PATCH 0/3] Hpage capability rework Date: Thu, 15 Feb 2018 16:43:19 +0100 Message-ID: <1518709402-91101-1-git-send-email-frankja@linux.vnet.ibm.com> References: <28551222-18a6-4566-0b7a-acc366c860c3@redhat.com> Cc: schwidefsky@de.ibm.com, borntraeger@de.ibm.com, david@redhat.com, dominik.dingel@gmail.com, linux-s390@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:39608 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1165296AbeBOPnh (ORCPT ); Thu, 15 Feb 2018 10:43:37 -0500 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w1FFdSa6145694 for ; Thu, 15 Feb 2018 10:43:37 -0500 Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com [195.75.94.106]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g5bk0dbkn-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Feb 2018 10:43:36 -0500 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 15 Feb 2018 15:43:34 -0000 In-Reply-To: <28551222-18a6-4566-0b7a-acc366c860c3@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: I'm not yet done cleaning up, so I rather have an update here than sending a new version. The first to patches also clean up cmma, pfmfi and skf fixing the use_cmma naming annoyance. Janosch Frank (3): KVM: s390: Refactor host cmma and pfmfi interpretation controls KVM: s390: Add storage key facility interpretation control s390/mm: Enable gmap huge pmd support Documentation/virtual/kvm/api.txt | 12 +++++++++++ arch/s390/include/asm/kvm_host.h | 4 +++- arch/s390/include/asm/mmu.h | 2 ++ arch/s390/include/asm/mmu_context.h | 1 + arch/s390/kvm/kvm-s390.c | 41 ++++++++++++++++++++++++++----------- arch/s390/kvm/priv.c | 24 +++++++++++++--------- arch/s390/mm/gmap.c | 8 +++++--- include/uapi/linux/kvm.h | 1 + 8 files changed, 67 insertions(+), 26 deletions(-) -- 2.7.4