From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932988Ab0LTROT (ORCPT ); Mon, 20 Dec 2010 12:14:19 -0500 Received: from db3ehsobe003.messaging.microsoft.com ([213.199.154.141]:23870 "EHLO DB3EHSOBE003.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932940Ab0LTROP (ORCPT ); Mon, 20 Dec 2010 12:14:15 -0500 X-SpamScore: 1 X-BigFish: VPS1(zzzz1202hzzz32i668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null);UIP:(null);IPVD:NLI;H:ausb3twp02.amd.com;RD:none;EFVD:NLI X-WSS-ID: 0LDQL6Z-02-3MU-02 X-M-MSG: From: Hans Rosenfeld To: , , CC: , , Hans Rosenfeld Subject: [PATCH 0/4] x86, amd: family 0x15 L3 cache features Date: Mon, 20 Dec 2010 18:13:43 +0100 Message-ID: <1292865227-647466-1-git-send-email-hans.rosenfeld@amd.com> X-Mailer: git-send-email 1.5.6.5 MIME-Version: 1.0 Content-Type: text/plain X-OriginatorOrg: amd.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set applies to tip/x86/amd-nb f658bcfb. It enables L3 cache index disable and adds support for L3 cache partitioning on family 0x15 CPUs. Andreas Herrmann (1): x86, amd: Normalize compute unit IDs on multi-node processors Hans Rosenfeld (3): x86, amd: Enable L3 cache index disable on family 0x15 x86, amd: Extend AMD northbridge caching code to support "Link Control" devices x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs arch/x86/include/asm/amd_nb.h | 4 ++ arch/x86/kernel/amd_nb.c | 69 ++++++++++++++++++++++++++++++- arch/x86/kernel/cpu/amd.c | 8 +++- arch/x86/kernel/cpu/intel_cacheinfo.c | 73 +++++++++++++++++++++++++++----- arch/x86/kernel/smpboot.c | 1 + include/linux/pci_ids.h | 1 + 6 files changed, 140 insertions(+), 16 deletions(-)