From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755233AbbESAAs (ORCPT ); Mon, 18 May 2015 20:00:48 -0400 Received: from www.linutronix.de ([62.245.132.108]:51761 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755025AbbESAAn (ORCPT ); Mon, 18 May 2015 20:00:43 -0400 Message-Id: <20150518234114.574556332@linutronix.de> User-Agent: quilt/0.63-1 Date: Tue, 19 May 2015 00:00:48 -0000 From: Thomas Gleixner To: LKML Cc: Peter Zijlstra , Vikas Shivappa , x86@kernel.org, Matt Fleming , Will Auld , Kanaka Juvva Subject: [patch 0/6] x86, perf, cqm: Cleanups and preparation for RDT/CAT X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While reviewing the RDT/CAT patches I had to look into the perf CQM code. As usual when my review mood reaches the grumpiness level, I start to poke around in the code some more and find stuff which really sucks. Here is a step by step patch series, which cleans up and clarifies the code and prepares it for reuasage of the PQR cache for the RDT/CAT stuff. Compile tested only. Shameless hint @Intel: I have no access to a box with CQM/RDT :) Thanks, tglx