android_kernel_xiaomi_sm8350/drivers/kvm
Ingo Molnar 96958231ce [PATCH] kvm: optimize inline assembly
Forms like "0(%rsp)" generate an instruction with an unnecessary one byte
displacement under certain circumstances.  replace with the equivalent
"(%rsp)".

Signed-off-by: Avi Kivity <avi@qumranet.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:40 -08:00
..
Kconfig [PATCH] KVM: Put KVM in a new Virtualization menu 2006-12-13 09:05:46 -08:00
kvm_main.c [PATCH] kvm: NULL noise removal 2007-02-09 09:14:07 -08:00
kvm_svm.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
kvm_vmx.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00
kvm.h [PATCH] KVM: Emulate IA32_MISC_ENABLE msr 2007-01-26 13:50:57 -08:00
Makefile
mmu.c [PATCH] misc NULL noise removal 2007-02-09 09:14:07 -08:00
paging_tmpl.h [PATCH] KVM: MMU: Report nx faults to the guest 2007-01-26 13:50:57 -08:00
segment_descriptor.h
svm.c [PATCH] kvm: NULL noise removal 2007-02-09 09:14:07 -08:00
svm.h
vmx.c [PATCH] kvm: optimize inline assembly 2007-02-12 09:48:40 -08:00
vmx.h [PATCH] KVM: Rename some msrs 2006-12-30 10:56:44 -08:00
x86_emulate.c [PATCH] KVM: x86 emulator: fix bit string instructions 2007-01-23 07:52:06 -08:00
x86_emulate.h [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 2006-12-13 09:05:46 -08:00