Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932142AbbHWWqa (ORCPT ); Sun, 23 Aug 2015 18:46:30 -0400 Received: from mga02.intel.com ([134.134.136.20]:16944 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235AbbHWWq2 (ORCPT ); Sun, 23 Aug 2015 18:46:28 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,734,1432623600"; d="scan'208";a="789528131" 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, mingo@kernel.org, peterz@infradead.org, tj@kernel.org, matt.fleming@intel.com, will.auld@intel.com, kanaka.d.juvva@intel.com, glenn.p.williamson@intel.com, mtosatti@redhat.com Subject: [PATCH V1 0/6] cgroup,x86/intel_rdt : *pre h/w* Intel code data prioritization support and cgroup changes Date: Sun, 23 Aug 2015 15:46:36 -0700 Message-Id: <1440370002-30618-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: 1508 Lines: 34 This patchset has some preparatory patches to cgroup to add a wrapper to to cgroup_rmdir to destroy the cgroup directories recursively, new mount and umount interfaces for ss. It then has patches to support Intel code data prioritization which is an extension of cache allocation and lets allocate code and data cache seperately. Details of the feature can be found in the Intel SDM june 2015 volume 3, section 17.16. The preparatory patches and some part of enabling are tested but otherwise this is mostly a *pre hardware* patch and I still need to test it once i setup the hardware. This patch is dependent on cache allocation patch series V11. http://marc.info/?l=linux-kernel&m=143526051306160 Known issues: - Need changes to the formating of the change logs - Remove some RDT specific flags in cgroup.c - Patch is for initial testing. Will add more documentation on the new APIs if needed. [PATCH 1/6] cgroup: Adds cgroup_destroy_children [PATCH 2/6] cgroup: Add css_mount and css_umount [PATCH 3/6] x86/intel_rdt: Intel Code Data Prioritization detection [PATCH 4/6] x86/intel_rdt: Adds support to enable CDP [PATCH 5/6] x86/intel_rdt: Class of service management for code data [PATCH 6/6] x86/intel_rdt: Support dcache and icache mask for Code -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/