original_kernel/arch/x86/kvm
Marcelo Tosatti 53a27b39ff KVM: MMU: limit rmap chain length
Otherwise the host can spend too long traversing an rmap chain, which
happens under a spinlock.

Cc: stable@kernel.org
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2009-08-06 12:06:54 +03:00
..
Kconfig
Makefile
i8254.c KVM: PIT: fix kpit_elapsed division by zero 2009-08-05 13:58:11 +03:00
i8254.h
i8259.c
irq.c
irq.h
kvm_cache_regs.h
kvm_svm.h
kvm_timer.h
lapic.c
lapic.h
mmu.c KVM: MMU: limit rmap chain length 2009-08-06 12:06:54 +03:00
mmu.h
paging_tmpl.h KVM: shut up uninit compiler warning in paging_tmpl.h 2009-06-28 14:10:32 +03:00
svm.c KVM: SVM: force new asid on vcpu migration 2009-08-05 13:59:29 +03:00
timer.c
tss.h
vmx.c KVM: VMX: Fix locking imbalance on emulation failure 2009-08-05 13:59:45 +03:00
x86.c KVM: x86: verify MTRR/PAT validity 2009-08-05 13:58:16 +03:00
x86.h
x86_emulate.c