public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add jump label support for TILE-Gx
@ 2015-09-30  1:53 Zhigang Lu
  2015-09-30  1:53 ` [PATCH 1/2] tile: define a macro ktext_writable_addr to get writable kernel text address Zhigang Lu
  2015-09-30 13:20 ` [PATCH 0/2] add jump label support for TILE-Gx Chris Metcalf
  0 siblings, 2 replies; 3+ messages in thread
From: Zhigang Lu @ 2015-09-30  1:53 UTC (permalink / raw)
  To: linux-kernel, cmetcalf; +Cc: Zhigang Lu

This patch set adds jump_label support for TILE-Gx architecture. As
jump_label shares some code with ftrace, kgdb and kprobes, we factor
this out into a helper routine as a prequel patch.

Zhigang Lu (2):
  tile: define a macro ktext_writable_addr to get writable kernel text
    address
  tile/jump_label: add jump label support for TILE-Gx

 arch/tile/Kconfig                  |  1 +
 arch/tile/include/asm/insn.h       | 59 +++++++++++++++++++++++++++++++++++
 arch/tile/include/asm/jump_label.h | 58 +++++++++++++++++++++++++++++++++++
 arch/tile/include/asm/page.h       | 10 ++++++
 arch/tile/kernel/Makefile          |  1 +
 arch/tile/kernel/ftrace.c          | 13 ++------
 arch/tile/kernel/jump_label.c      | 63 ++++++++++++++++++++++++++++++++++++++
 arch/tile/kernel/kgdb.c            |  2 +-
 arch/tile/kernel/kprobes.c         |  4 +--
 9 files changed, 197 insertions(+), 14 deletions(-)
 create mode 100644 arch/tile/include/asm/insn.h
 create mode 100644 arch/tile/include/asm/jump_label.h
 create mode 100644 arch/tile/kernel/jump_label.c

-- 
2.1.2


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

end of thread, other threads:[~2015-09-30 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30  1:53 [PATCH 0/2] add jump label support for TILE-Gx Zhigang Lu
2015-09-30  1:53 ` [PATCH 1/2] tile: define a macro ktext_writable_addr to get writable kernel text address Zhigang Lu
2015-09-30 13:20 ` [PATCH 0/2] add jump label support for TILE-Gx Chris Metcalf

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