From: Peter Zijlstra <peterz@infradead.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
Andrew Morton <akpm@linux-foundation.org>,
Frederic Weisbecker <fweisbec@gmail.com>
Subject: Re: [PATCH 0/4] [GIT PULL] jump label: Cleanups for 2.6.39
Date: Thu, 17 Mar 2011 19:55:48 +0100 [thread overview]
Message-ID: <1300388148.2250.152.camel@laptop> (raw)
In-Reply-To: <20110317164148.550876008@goodmis.org>
On Thu, 2011-03-17 at 12:41 -0400, Steven Rostedt wrote:
> Ingo,
>
> Please pull the latest tip/perf/urgent tree, which can be found at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
> tip/perf/urgent
>
>
> Jan Glauber (1):
> jump label: Add s390 support
>
> Jason Baron (3):
> jump label: Introduce static_branch() interface
> dynamic debug: Add jump label support
> jump label: Add _ASM_ALIGN for x86 and x86_64
>
> ----
> arch/mips/include/asm/jump_label.h | 22 +-
> arch/s390/Kconfig | 1 +
> arch/s390/include/asm/jump_label.h | 37 +++
> arch/s390/kernel/Makefile | 2 +-
> arch/s390/kernel/jump_label.c | 59 ++++
> arch/sparc/include/asm/jump_label.h | 25 +-
> arch/x86/include/asm/alternative.h | 3 +-
> arch/x86/include/asm/jump_label.h | 27 +-
> arch/x86/kernel/alternative.c | 2 +-
> arch/x86/kernel/module.c | 1 +
> include/asm-generic/vmlinux.lds.h | 14 +-
> include/linux/dynamic_debug.h | 44 +++-
> include/linux/jump_label.h | 89 ++++---
> include/linux/jump_label_ref.h | 44 ---
> include/linux/perf_event.h | 26 +-
> include/linux/tracepoint.h | 22 +-
> kernel/jump_label.c | 539 ++++++++++++++---------------------
> kernel/perf_event.c | 4 +-
> kernel/tracepoint.c | 23 +-
> lib/dynamic_debug.c | 4 +-
> 20 files changed, 494 insertions(+), 494 deletions(-)
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
next prev parent reply other threads:[~2011-03-17 18:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-17 16:41 [PATCH 0/4] [GIT PULL] jump label: Cleanups for 2.6.39 Steven Rostedt
2011-03-17 16:41 ` [PATCH 1/4] jump label: Introduce static_branch() interface Steven Rostedt
2011-03-17 16:41 ` [PATCH 2/4] dynamic debug: Add jump label support Steven Rostedt
2011-03-17 16:41 ` [PATCH 3/4] jump label: Add _ASM_ALIGN for x86 and x86_64 Steven Rostedt
2011-03-17 16:41 ` [PATCH 4/4] jump label: Add s390 support Steven Rostedt
2011-03-17 18:55 ` Peter Zijlstra [this message]
2011-04-01 14:32 ` [PATCH 0/4] [GIT PULL] jump label: Cleanups for 2.6.39 Jiri Olsa
2011-04-01 15:20 ` Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1300388148.2250.152.camel@laptop \
--to=peterz@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.