Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933394AbeAHTkh (ORCPT + 1 other); Mon, 8 Jan 2018 14:40:37 -0500 Received: from relay1.sgi.com ([192.48.180.66]:59109 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756468AbeAHTkg (ORCPT ); Mon, 8 Jan 2018 14:40:36 -0500 From: Mike Travis To: Ingo Molnar Cc: Russ Anderson , Dimitri Sivanich , Andrew Banman , Thomas Gleixner , Andrew Morton , x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/7 v2] x86/platform/UV: UV Fix patches for Intel processors Date: Mon, 8 Jan 2018 13:39:58 -0600 Message-Id: <1515440405-20880-1-git-send-email-mike.travis@hpe.com> X-Mailer: git-send-email 1.8.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This patchset handles the fixes made to the UV4 HUB for upcoming Intel processors as there are some interface changes. v2: fix excessive MMIOH redirect messages and print redirect MMR base for each MMIOH section. * Update uv_mmrs.h to prep for fixed defines for UV4A. * Updates to handle UV4 vs. UV4A (fixed) arches. * Updates to handle UV4 GAM (global addressable memory) MMRs fixes. * Updates to handle UV4 BAU (broadcast assist unit) MMRs fixes. * Turn on UV4A_IS_SUPPORTED to enable code and header file fixes.