mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] [GIT PULL] jump label: Cleanups for 2.6.39
@ 2011-03-17 16:41 Steven Rostedt
  2011-03-17 16:41 ` [PATCH 1/4] jump label: Introduce static_branch() interface Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Steven Rostedt @ 2011-03-17 16:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Peter Zijlstra, Frederic Weisbecker


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(-)

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

end of thread, other threads:[~2011-04-01 15:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 0/4] [GIT PULL] jump label: Cleanups for 2.6.39 Peter Zijlstra
2011-04-01 14:32 ` Jiri Olsa
2011-04-01 15:20   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome