From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752771AbZHRHHC (ORCPT ); Tue, 18 Aug 2009 03:07:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752559AbZHRHHC (ORCPT ); Tue, 18 Aug 2009 03:07:02 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:42554 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752257AbZHRHHA (ORCPT ); Tue, 18 Aug 2009 03:07:00 -0400 Date: Tue, 18 Aug 2009 09:06:56 +0200 From: Ingo Molnar To: Paul Mackerras Cc: Peter Zijlstra , linux-kernel@vger.kernel.org Subject: Re: Please pull my perfcounters.git tree Message-ID: <20090818070656.GA25564@elte.hu> References: <19082.14855.905695.140648@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19082.14855.905695.140648@cargo.ozlabs.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul Mackerras wrote: > Ingo, > > The following changes since commit 64f1607ffbbc772685733ea63e6f7f4183df1b16: > Linus Torvalds (1): > Linux 2.6.31-rc6 > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perfcounters.git master > > Paul Mackerras (3): > powerpc/32: Always order writes to halves of 64-bit PTEs > powerpc: Allow perf_counters to access user memory at interrupt time > perf_counter: powerpc: Add callchain support > > arch/powerpc/include/asm/pgtable.h | 6 +- > arch/powerpc/kernel/Makefile | 2 +- > arch/powerpc/kernel/asm-offsets.c | 2 + > arch/powerpc/kernel/exceptions-64s.S | 19 ++ > arch/powerpc/kernel/perf_callchain.c | 527 ++++++++++++++++++++++++++++++++++ > arch/powerpc/mm/slb.c | 37 ++- > arch/powerpc/mm/stab.c | 11 +- > 7 files changed, 588 insertions(+), 16 deletions(-) > create mode 100644 arch/powerpc/kernel/perf_callchain.c > > These commits implement callchain support for perf_counters on > powerpc. [...] nice! > [...] They have been acked by Ben Herrenschmidt and I have asked > him to pull them into his powerpc-next branch. It would be good > if you could pull them into the tip tree on some suitable branch > so they get tested together with the other perf_counter changes > that are pending for the 2.6.32 merge window. Pulled into tip:perfcounters/core, thanks Paul! Ingo