All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull my perfcounters.git tree
@ 2009-08-18  5:20 Paul Mackerras
  2009-08-18  7:06 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2009-08-18  5:20 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Peter Zijlstra, linux-kernel

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.  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.

Thanks,
Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Please pull my perfcounters.git tree
  2009-08-18  5:20 Please pull my perfcounters.git tree Paul Mackerras
@ 2009-08-18  7:06 ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2009-08-18  7:06 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Peter Zijlstra, linux-kernel


* Paul Mackerras <paulus@samba.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Please pull my perfcounters.git tree
@ 2009-08-18  5:16 Paul Mackerras
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Mackerras @ 2009-08-18  5:16 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

Ben,

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

Please pull them into your powerpc-next branch.  I'll also ask Ingo
Molnar to pull them into the tip tree.

Thanks,
Paul.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-18  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18  5:20 Please pull my perfcounters.git tree Paul Mackerras
2009-08-18  7:06 ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2009-08-18  5:16 Paul Mackerras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.