[PATCH v8 6/7] arm64, jump label: optimize jump label implementation
From: Jiang Liu <hidden>
Date: 2014-01-08 11:06:38
Also in:
lkml
From: Jiang Liu <hidden>
Date: 2014-01-08 11:06:38
Also in:
lkml
Hi Will, Who should I send this patch set for merging? Thanks! Gerry On 01/07/2014 11:46 PM, Will Deacon wrote:
On Tue, Jan 07, 2014 at 02:17:13PM +0000, Jiang Liu wrote:quoted
Optimize jump label implementation for ARM64 by dynamically patching kernel text. Signed-off-by: Jiang Liu <redacted> --- arch/arm64/Kconfig | 1 + arch/arm64/include/asm/jump_label.h | 52 +++++++++++++++++++++++++++++++++ arch/arm64/kernel/Makefile | 1 + arch/arm64/kernel/jump_label.c | 58 +++++++++++++++++++++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 arch/arm64/include/asm/jump_label.h create mode 100644 arch/arm64/kernel/jump_label.cReviewed-by: Will Deacon [off-list ref] Thanks for sticking with this! I think this series is good for merging now. Will