linux-stable-rt/arch/x86/kvm
Marcelo Tosatti 960b399169 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem
kvm_pv_mmu_op should not take mmap_sem. All gfn_to_page() callers down
in the MMU processing will take it if necessary, so as it is it can
deadlock.

Apparently a leftover from the days before slots_lock.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-04-27 18:21:45 +03:00
..
Kconfig
Makefile
i8254.c
i8254.h
i8259.c
irq.c
irq.h
kvm_svm.h
lapic.c KVM: export kvm_lapic_set_tpr() to modules 2008-04-27 18:21:41 +03:00
lapic.h
mmu.c KVM: MMU: kvm_pv_mmu_op should not take mmap_sem 2008-04-27 18:21:45 +03:00
mmu.h
paging_tmpl.h
svm.c KVM: SVM: remove selective CR0 comment 2008-04-27 18:21:44 +03:00
svm.h
tss.h
vmx.c
vmx.h
x86.c KVM: fix kvm_vcpu_kick vs __vcpu_run race 2008-04-27 18:21:32 +03:00
x86_emulate.c KVM: x86 emulator: fix lea to really get the effective address 2008-04-27 18:21:35 +03:00