]> Git Repo - linux.git/commit
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
authorThomas Gleixner <[email protected]>
Wed, 8 Jul 2020 19:51:57 +0000 (21:51 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 9 Jul 2020 11:08:40 +0000 (07:08 -0400)
commit3ebccdf373c21d8697782b7e8d5af0adc9c26e04
treeada628b4cf4c34e0f54c93ba3830d7149bf6b0f8
parent9fc975e9efd03e57c9599e0fc07c8b264ad8d5b2
x86/kvm/vmx: Move guest enter/exit into .noinstr.text

Move the functions which are inside the RCU off region into the
non-instrumentable text section.

Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <20200708195322.037311579@linutronix.de>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/include/asm/hardirq.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/ops.h
arch/x86/kvm/vmx/vmenter.S
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c
This page took 0.079939 seconds and 4 git commands to generate.