From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965090AbeALUWb (ORCPT + 1 other); Fri, 12 Jan 2018 15:22:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:59572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753875AbeALUWa (ORCPT ); Fri, 12 Jan 2018 15:22:30 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A991A21746 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Fri, 12 Jan 2018 14:22:24 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Christian =?iso-8859-1?Q?K=F6nig?= , Aaro Koskinen , Andy Shevchenko , Boris Ostrovsky , Juergen Gross , Alex Deucher , David Airlie Subject: [GIT PULL] PCI fixes for v4.15 Message-ID: <20180112202223.GA213707@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: PCI fixes: - fix AMD boot regression due to 64-bit window conflicting with system memory (Christian König) The following changes since commit 1291a0d5049dbc06baaaf66a9ff3f53db493b19b: Linux 4.15-rc4 (2017-12-17 18:59:59 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.15-fixes-2 for you to fetch changes up to 03a551734cfc2b93f83950a595974e3c9cbd82fd: x86/PCI: Move and shrink AMD 64-bit window to avoid conflict (2018-01-11 12:01:58 -0600) ---------------------------------------------------------------- pci-v4.15-fixes-2 ---------------------------------------------------------------- Christian König (2): x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows x86/PCI: Move and shrink AMD 64-bit window to avoid conflict Documentation/admin-guide/kernel-parameters.txt | 6 +++++ arch/x86/include/asm/pci_x86.h | 1 + arch/x86/pci/common.c | 5 +++++ arch/x86/pci/fixup.c | 29 +++++++++++++++---------- 4 files changed, 30 insertions(+), 11 deletions(-)