From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B408C43461 for ; Wed, 16 Sep 2020 08:06:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4179E21973 for ; Wed, 16 Sep 2020 08:06:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbgIPIGM (ORCPT ); Wed, 16 Sep 2020 04:06:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726536AbgIPIGK (ORCPT ); Wed, 16 Sep 2020 04:06:10 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5275CC06174A for ; Wed, 16 Sep 2020 01:06:08 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 5F1932B0; Wed, 16 Sep 2020 10:06:03 +0200 (CEST) Date: Wed, 16 Sep 2020 10:06:02 +0200 From: Joerg Roedel To: Fenghua Yu Cc: Thomas Gleixner , Borislav Petkov , Ingo Molnar , H Peter Anvin , Andy Lutomirski , Jean-Philippe Brucker , Christoph Hellwig , Peter Zijlstra , David Woodhouse , Lu Baolu , Dave Hansen , Tony Luck , Randy Dunlap , Ashok Raj , Jacob Jun Pan , Dave Jiang , Sohil Mehta , Ravi V Shankar , iommu@lists.linux-foundation.org, x86 , linux-kernel Subject: Re: [PATCH v8 0/9] x86: tag application address space for devices Message-ID: <20200916080510.GA32552@8bytes.org> References: <1600187413-163670-1-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1600187413-163670-1-git-send-email-fenghua.yu@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2020 at 09:30:04AM -0700, Fenghua Yu wrote: > Ashok Raj (1): > Documentation/x86: Add documentation for SVA (Shared Virtual > Addressing) > > Fenghua Yu (7): > drm, iommu: Change type of pasid to u32 > iommu/vt-d: Change flags type to unsigned int in binding mm > x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions > x86/msr-index: Define IA32_PASID MSR > mm: Define pasid in mm > x86/cpufeatures: Mark ENQCMD as disabled when configured out > x86/mmu: Allocate/free PASID > > Yu-cheng Yu (1): > x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature For the IOMMU bits: Acked-by: Joerg Roedel