From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757403AbbEVNgA (ORCPT ); Fri, 22 May 2015 09:36:00 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46740 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946034AbbEVNdY (ORCPT ); Fri, 22 May 2015 09:33:24 -0400 Message-Id: <20150522132905.416122812@infradead.org> User-Agent: quilt/0.61-1 Date: Fri, 22 May 2015 15:29:05 +0200 From: Peter Zijlstra To: mingo@kernel.org, peterz@infradead.org Cc: vincent.weaver@maine.edu, eranian@google.com, jolsa@redhat.com, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/11] Various x86 pmu scheduling patches Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first two would be for perf/urgent, the rest is cleanups and can wait. These patches have some testing and the new HT constraints code seems to actually work now. It only constraints the general purpose counters when there are exclusive events present on either HT sibling, otherwise all GP counters are available as per usual.