From patchwork Wed Jan 29 10:16:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 11355801 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3BE5F924 for ; Wed, 29 Jan 2020 10:18:01 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 183C82064C for ; Wed, 29 Jan 2020 10:18:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="JP+yrbni" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 183C82064C Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iwkP2-0003mI-9x; Wed, 29 Jan 2020 10:16:56 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iwkP0-0003mD-Gn for xen-devel@lists.xenproject.org; Wed, 29 Jan 2020 10:16:54 +0000 X-Inumbo-ID: 790749a0-4280-11ea-b211-bc764e2007e4 Received: from smtp-fw-6001.amazon.com (unknown [52.95.48.154]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 790749a0-4280-11ea-b211-bc764e2007e4; Wed, 29 Jan 2020 10:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1580293015; x=1611829015; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=R/XUkWE3EeinMyBHsUs7ucKcmVVhG2yOhe+kj7Np/tU=; b=JP+yrbnilfIJdkWjXzLlvoWAe3sg6oWCMPPv3FvenKub073q2S2flPDv tHqNQ93lcmS6K/TDbvgZufMY3wEAWb/L+7uBObWpGCRVCx/gu9wYdUiUf jsPyVe6G5YwC1+RL0vjyWWJ4u5rNHqRzwgh8NCYr/0xOAPrxWR8RQheyj o=; IronPort-SDR: fTQEVAPIiux6QzaRHrSUPA4q1qWQ0pMfUKkTb/+jiRQfTYUOde1pyVH6r2UpVTpHkbey/RXrDa 6Jq4vO9hiefg== X-IronPort-AV: E=Sophos;i="5.70,377,1574121600"; d="scan'208";a="15268371" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6001.iad6.amazon.com with ESMTP; 29 Jan 2020 10:16:53 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com (Postfix) with ESMTPS id 58577A24CC for ; Wed, 29 Jan 2020 10:16:52 +0000 (UTC) Received: from EX13D32EUC002.ant.amazon.com (10.43.164.94) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Wed, 29 Jan 2020 10:16:52 +0000 Received: from EX13MTAUEA001.ant.amazon.com (10.43.61.82) by EX13D32EUC002.ant.amazon.com (10.43.164.94) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 29 Jan 2020 10:16:50 +0000 Received: from u2f063a87eabd5f.cbg10.amazon.com (10.125.106.135) by mail-relay.amazon.com (10.43.61.243) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 29 Jan 2020 10:16:49 +0000 From: Paul Durrant To: Date: Wed, 29 Jan 2020 10:16:39 +0000 Message-ID: <20200129101643.1394-1-pdurrant@amazon.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v5 0/4] purge free_shared_domheap_page() X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Paul Durrant Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Paul Durrant (4): x86 / vmx: move teardown from domain_destroy()... mm: modify domain_adjust_tot_pages() to better handle a zero adjustment mm: make MEMF_no_refcount pages safe to assign x86 / vmx: use a MEMF_no_refcount domheap page for APIC_DEFAULT_PHYS_BASE xen/arch/x86/hvm/vmx/vmx.c | 25 ++++++++++++++++++++----- xen/arch/x86/mm.c | 10 ---------- xen/common/page_alloc.c | 38 ++++++++++++++++++++++++++------------ xen/include/asm-arm/mm.h | 5 ++++- xen/include/asm-x86/mm.h | 9 +++++---- 5 files changed, 55 insertions(+), 32 deletions(-)