Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752588AbaFOFyq (ORCPT ); Sun, 15 Jun 2014 01:54:46 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:45716 "EHLO mail-qc0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388AbaFOFyo (ORCPT ); Sun, 15 Jun 2014 01:54:44 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Sun, 15 Jun 2014 01:59:10 -0400 (EDT) To: linux-kernel@vger.kernel.org cc: Peter Zijlstra , Ingo Molnar , Vineet Gupta , Steven Miao , James Hogan , Benjamin Herrenschmidt , Paul Mackerras , Cody P Schafer , linux-sh@vger.kernel.org, Hendrik Brueckner , Martin Schwidefsky , Heiko Carstens Subject: [PATCH 0/6] perf: Use common PMU interrupt disabled code on all architectures Message-ID: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that "perf/x86: Use common PMU interrupt disabled code" (c184c980de30dc) was merged, I went and audited all of the architectures. The following patchset attempts to move all of the ones that have code disabling sampled events due to lack of overflow interrupt to the new common code. ARM and x86 were already updated with the original changeset. Note that this is an ABI change in some cases, as many architectures returned EINVAL previously rather than EOPNOTSUPP. Unfortunately these patches are not tested at all, as I don't have access to the hardware. -- 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/