From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753390AbbDATMQ (ORCPT ); Wed, 1 Apr 2015 15:12:16 -0400 Received: from mail-bn1bon0133.outbound.protection.outlook.com ([157.56.111.133]:58339 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753227AbbDATMP (ORCPT ); Wed, 1 Apr 2015 15:12:15 -0400 Authentication-Results: spf=none (sender IP is 165.204.84.222) smtp.mailfrom=amd.com; 8bytes.org; dkim=none (message not signed) header.d=none; X-WSS-ID: 0NM56O5-08-ZMB-02 X-M-MSG: Message-ID: <551C42FD.1040209@amd.com> Date: Wed, 1 Apr 2015 14:11:57 -0500 From: Suravee Suthikulanit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Joerg Roedel , CC: Subject: Re: [PATCH 0/9] AMD IOMMU Updates for v4.1 References: <1427893132-18310-1-git-send-email-joro@8bytes.org> In-Reply-To: <1427893132-18310-1-git-send-email-joro@8bytes.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.222;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(428002)(479174004)(199003)(377454003)(51704005)(189002)(24454002)(164054003)(19580395003)(101416001)(46102003)(33656002)(83506001)(19580405001)(105586002)(77156002)(47776003)(65956001)(23746002)(2950100001)(86362001)(106466001)(77096005)(65816999)(76176999)(120886001)(62966003)(87936001)(36756003)(50466002)(64126003)(54356999)(80316001)(92566002)(87266999)(50986999)(217873001);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR0201MB0886;H:atltwp02.amd.com;FPR:;SPF:None;MLV:sfv;A:1;MX:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0201MB0886;UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0201MB0887; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:BY1PR0201MB0886;BCL:0;PCL:0;RULEID:;SRVR:BY1PR0201MB0886; X-Forefront-PRVS: 053315510E X-MS-Exchange-CrossTenant-OriginalArrivalTime: 01 Apr 2015 19:12:10.0161 (UTC) X-MS-Exchange-CrossTenant-Id: fde4dada-be84-483f-92cc-e026cbee8e96 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fde4dada-be84-483f-92cc-e026cbee8e96;Ip=[165.204.84.222];Helo=[atltwp02.amd.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR0201MB0886 X-OriginatorOrg: amd4.onmicrosoft.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/1/2015 7:58 AM, Joerg Roedel wrote: > Hi, > > here are a few fixes and enhancements for the AMD IOMMU > driver for the next merge window. They are tested on > different versions of AMD IOMMUs. Please review. > > Thanks, > > Joerg > > Joerg Roedel (9): > iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE > iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event > iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent > iommu/amd: Add support for contiguous dma allocator > iommu/amd: Return the pte page-size in fetch_pte > iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface > iommu/amd: Optimize alloc_new_range for new fetch_pte interface > iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface > iommu/amd: Correctly encode huge pages in iommu page tables > > drivers/iommu/amd_iommu.c | 166 +++++++++++++++++++--------------------- > drivers/iommu/amd_iommu_types.h | 6 ++ > 2 files changed, 83 insertions(+), 89 deletions(-) > Tested-by: Suravee Suthikulpanit Thanks, Suravee