Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752947AbdHPA6n (ORCPT ); Tue, 15 Aug 2017 20:58:43 -0400 Received: from mga07.intel.com ([134.134.136.100]:55903 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752130AbdHPA6m (ORCPT ); Tue, 15 Aug 2017 20:58:42 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,380,1498546800"; d="scan'208";a="1004088938" From: Vikas Shivappa To: vikas.shivappa@intel.com Cc: vikas.shivappa@linux.intel.com, x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de, peterz@infradead.org, ravi.v.shankar@intel.com, tony.luck@intel.com, fenghua.yu@intel.com, ak@linux.intel.com, eranian@google.com, davidcc@google.com Subject: [PATCH 0/2 V4] Cqm3 support based on resctrl along with MBM Date: Tue, 15 Aug 2017 18:00:41 -0700 Message-Id: <1502845243-20454-1-git-send-email-vikas.shivappa@linux.intel.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 823 Lines: 22 Sending some fixes to V3 as per discussions with Thomas. This is on top of the merged patches in tip and contains the following: - a fix to MBM hot cpu handling to avoid doubling of the overflow timer interval. - some changes to the limbo RMID processing patch to make corrections to handle the rmid->busy correctly in case of domain going offline and to use the correct work_cpu. Vikas Shivappa (2): x86/intel_rdt/mbm: Fix MBM overflow handler during hot cpu x86/intel_rdt/cqm: Improve limbo list processing arch/x86/kernel/cpu/intel_rdt.c | 34 ++++- arch/x86/kernel/cpu/intel_rdt.h | 14 +- arch/x86/kernel/cpu/intel_rdt_monitor.c | 213 ++++++++++++++----------------- arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 2 +- 4 files changed, 136 insertions(+), 127 deletions(-) -- 1.9.1