android_kernel_samsung_msm8976/virt/kvm
Marcelo Tosatti 777b3f49d2 KVM: opencode gfn_to_page in kvm_vm_fault
kvm_vm_fault is invoked with mmap_sem held in read mode. Since gfn_to_page
will be converted to get_user_pages_fast, which requires this lock NOT
to be held, switch to opencoded get_user_pages.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2008-10-15 14:25:05 +02:00
..
coalesced_mmio.c KVM: Add coalesced MMIO support (common part) 2008-07-20 12:42:31 +03:00
coalesced_mmio.h KVM: Add coalesced MMIO support (common part) 2008-07-20 12:42:31 +03:00
ioapic.c KVM: ia64: add a dummy irq ack notification 2008-10-15 10:15:21 +02:00
ioapic.h KVM: irq ack notification 2008-10-15 10:15:16 +02:00
iodev.h KVM: kvm_io_device: extend in_range() to manage len and write attribute 2008-07-20 12:42:30 +03:00
kvm_main.c KVM: opencode gfn_to_page in kvm_vm_fault 2008-10-15 14:25:05 +02:00
kvm_trace.c KVM: kvmtrace: replace get_cycles with ktime_get v3 2008-10-15 10:15:15 +02:00