linux/arch/x86/kvm
Takuya Yoshikawa 65fbe37c42 KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
This helps to make rmap architecture specific in a later patch.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-08-06 12:47:04 +03:00
..
cpuid.c KVM: x86: Fix typos in cpuid.c 2012-07-20 15:27:00 -03:00
cpuid.h KVM: VMX: Implement PCID/INVPCID for guests with EPT 2012-07-12 13:07:34 +03:00
emulate.c KVM: x86 emulator: drop unneeded call to get_segment() 2012-07-26 12:21:29 +03:00
i8254.c KVM: fold kvm_pit_timer into kvm_kpit_state 2012-08-01 00:21:07 -03:00
i8254.h KVM: fold kvm_pit_timer into kvm_kpit_state 2012-08-01 00:21:07 -03:00
i8259.c KVM: PIC: call ack notifiers for irqs that are dropped form irr 2012-07-26 12:19:06 +03:00
irq.c
irq.h KVM: switch to symbolic name for irq_states size 2012-07-20 16:12:16 -03:00
Kconfig KVM: Add config to support ple or cpu relax optimzation 2012-07-23 13:00:53 +03:00
kvm_cache_regs.h
lapic.c KVM: Simplify kvm_timer 2012-08-01 00:21:06 -03:00
lapic.h KVM: Simplify kvm_timer 2012-08-01 00:21:06 -03:00
Makefile KVM: Remove internal timer abstraction 2012-08-01 00:21:06 -03:00
mmu_audit.c KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array 2012-08-06 12:47:04 +03:00
mmu.c KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array 2012-08-06 12:47:04 +03:00
mmu.h
mmutrace.h KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint 2012-07-11 16:51:22 +03:00
paging_tmpl.h KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint 2012-07-11 16:51:22 +03:00
pmu.c Merge branch 'queue' into next 2012-07-26 11:54:21 +03:00
svm.c KVM: SVM: Fix typos 2012-07-20 15:19:48 -03:00
trace.h KVM updates for the 3.6 merge window 2012-07-24 12:01:20 -07:00
tss.h
vmx.c Merge remote-tracking branch 'upstream' into next 2012-08-05 13:25:10 +03:00
x86.c KVM: Stop checking rmap to see if slot is being created 2012-08-06 12:47:02 +03:00
x86.h