original_kernel/arch/x86/kvm
Xiao Guangrong c358666783 KVM: MMU: fix huge page adapted on non-PAE host
The huge page size is 4M on non-PAE host, but 2M page size is used in
transparent_hugepage_adjust(), so the page we get after adjust the
mapping level is not the head page, the BUG_ON() will be triggered

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-05-28 17:41:15 +03:00
..
Kconfig
Makefile
cpuid.c KVM: fix cpuid eax for KVM leaf 2012-05-06 15:51:56 +03:00
cpuid.h
emulate.c KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte() 2012-05-14 11:32:38 +03:00
i8254.c
i8254.h
i8259.c
irq.c
irq.h
kvm_cache_regs.h
kvm_timer.h
lapic.c
lapic.h
mmu.c KVM: MMU: fix huge page adapted on non-PAE host 2012-05-28 17:41:15 +03:00
mmu.h
mmu_audit.c
mmutrace.h
paging_tmpl.h
pmu.c
svm.c
timer.c
trace.h
tss.h
vmx.c KVM: VMX: Optimize %ds, %es reload 2012-05-16 16:03:19 -03:00
x86.c Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2012-05-24 16:17:30 -07:00
x86.h