public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] jump label: update for .39 v2
@ 2011-03-16 19:58 Jason Baron
  2011-03-16 19:58 ` [PATCH 1/4] jump label: introduce static_branch() interface Jason Baron
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Jason Baron @ 2011-03-16 19:58 UTC (permalink / raw)
  To: rostedt
  Cc: peterz, hpa, mathieu.desnoyers, mingo, tglx, andi, roland, rth,
	masami.hiramatsu.pt, fweisbec, avi, davem, sam, ddaney, michael,
	ralf, jang, schwidefsky, linux-kernel

Hi,

Update against tip/perf/urgent. I've incorporated feedback from the last round.
Hopefully these can still be considered for .39.

thanks,

-Jason

v2:
  -add initial s390 support
  -add jump section alignment for x86
  -add types.h and compiler.h to jump_label.h
  -moved jump_label_sort_entries() into jump_label_add_module()

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(-)
 create mode 100644 arch/s390/include/asm/jump_label.h
 create mode 100644 arch/s390/kernel/jump_label.c
 delete mode 100644 include/linux/jump_label_ref.h


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 19:58 [PATCH v2 0/4] jump label: update for .39 v2 Jason Baron
2011-03-16 19:58 ` [PATCH 1/4] jump label: introduce static_branch() interface Jason Baron
2011-03-16 20:06   ` Need ack from sparc maintainer (was: [PATCH 1/4] jump label: introduce static_branch() interface) Steven Rostedt
2011-03-16 20:13     ` Need ack from sparc maintainer David Miller
2011-03-16 20:22       ` Steven Rostedt
2011-03-16 21:29   ` [PATCH 1/4] jump label: introduce static_branch() interface Jason Baron
2011-04-27 15:23     ` [tip:perf/core] jump label: Introduce " tip-bot for Jason Baron
2011-03-16 19:58 ` [PATCH 2/4] dynamic debug: add jump label support Jason Baron
2011-03-16 19:58 ` [PATCH 3/4] jump label: add _ASM_ALIGN for x86 and x86_64 Jason Baron
2011-04-27 15:23   ` [tip:perf/core] jump label: Add " tip-bot for Jason Baron
2011-03-16 19:58 ` [PATCH 4/4] jump label: add s390 support Jason Baron
2011-04-27 15:24   ` [tip:perf/core] jump label: Add " tip-bot for Jan Glauber
2011-03-16 20:36 ` [PATCH v2 0/4] jump label: update for .39 v2 Steven Rostedt
2011-03-16 21:31   ` Jason Baron
2011-03-16 22:08     ` Mathieu Desnoyers

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