| Submitter | Will Deacon |
|---|---|
| Date | Nov. 9, 2012, 3:05 p.m. |
| Message ID | <1352473543-18319-1-git-send-email-will.deacon@arm.com> |
| Download | mbox |
| Permalink | /patch/198097/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4A49E2C007E for <incoming-imx@patchwork.ozlabs.org>; Sat, 10 Nov 2012 02:08:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TWq9e-0004Bz-GF; Fri, 09 Nov 2012 15:05:58 +0000 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TWq9a-0004Ag-0q for linux-arm-kernel@lists.infradead.org; Fri, 09 Nov 2012 15:05:55 +0000 Received: from mudshark.cambridge.arm.com (mudshark.cambridge.arm.com [10.1.79.58]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id qA9F5jE7023980; Fri, 9 Nov 2012 15:05:45 GMT Received: by mudshark.cambridge.arm.com (Postfix, from userid 1000) id 0AE93C23C0; Fri, 9 Nov 2012 15:05:44 +0000 (GMT) From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk Subject: [GIT PULL] perf updates for 3.8 Date: Fri, 9 Nov 2012 15:05:43 +0000 Message-Id: <1352473543-18319-1-git-send-email-will.deacon@arm.com> X-Mailer: git-send-email 1.7.4.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121109_100554_304767_97480E68 X-CRM114-Status: UNSURE ( 9.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -7.6 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [217.140.96.50 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Will Deacon <will.deacon@arm.com>, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
Hi Russell, This patch series is largely a continuation of the ongoing perf work to support multi-cluster, but there are also a couple of other random patches for OMAP (Acked by Tony) and future-proofing for KVM from Marc. Cheers, Will The following changes since commit 3d70f8c617a436c7146ecb81df2265b4626dfe89: Linux 3.7-rc4 (2012-11-04 11:07:39 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git perf/updates Jon Hunter (1): ARM: PMU: fix runtime PM enable Marc Zyngier (1): ARM: perf: add guest vs host discrimination Mark Rutland (1): ARM: perf: register cpu_notifier at driver init Sudeep KarkadaNagesha (3): ARM: perf: allocate CPU PMU dynamically at probe time ARM: perf: consistently use struct perf_event in arm_pmu functions ARM: perf: check ARMv7 counter validity on a per-pmu basis Will Deacon (2): ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU ARM: perf: consistently use arm_pmu->name for PMU name arch/arm/include/asm/perf_event.h | 5 + arch/arm/include/asm/pmu.h | 28 ++--- arch/arm/kernel/perf_event.c | 85 ++++++++---- arch/arm/kernel/perf_event_cpu.c | 74 +++++++---- arch/arm/kernel/perf_event_v6.c | 126 +++++++++--------- arch/arm/kernel/perf_event_v7.c | 246 ++++++++++++++++------------------ arch/arm/kernel/perf_event_xscale.c | 157 ++++++++++++----------- arch/arm/mach-omap2/pmu.c | 2 - 8 files changed, 385 insertions(+), 338 deletions(-)