aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30KVM: MMU: Remove extra gaddr parameter from set_pte_common()Avi Kivity
2008-01-30KVM: MMU: Move pse36 handling to the guest walkerAvi Kivity
2008-01-30KVM: MMU: Introduce and use gpte_to_gfn()Avi Kivity
2008-01-30KVM: MMU: Code cleanupIzik Eidus
2008-01-30KVM: Don't bother the mmu if cr3 load doesn't change cr3Avi Kivity
2008-01-30KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pteAvi Kivity
2008-01-30KVM: Add statistic for remote tlb flushesAvi Kivity
2008-01-30KVM: MMU: Implement guest page fault bypass for nonpaeAvi Kivity
2008-01-30KVM: Split vcpu creation to avoid vcpu_load() before preemption setupAvi Kivity
2008-01-30KVM: Portability: Split kvm_set_memory_region() to have an arch calloutZhang Xiantao
2008-01-30KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao
2008-01-30KVM: x86 emulator: prefetch up to 15 bytes of the instruction executedAvi Kivity
2008-01-30KVM: x86 emulator: retire ->write_std()Avi Kivity
2008-01-30KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus
2008-01-30KVM: MMU: Fix potential memory leak with smp real-modeIzik Eidus
2008-01-30KVM: Export include/asm-x86/kvm.hAvi Kivity
2008-01-30KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move x86 pic strutcturesJerone Young
2008-01-30KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young
2008-01-30KVM: Move misplaced commentHollis Blanchard
2008-01-30KVM: Correct consistent typo: "destory" -> "destroy"Hollis Blanchard
2008-01-30KVM: Remove unused "rmap_overflow" variableHollis Blanchard
2008-01-30KVM: MMU: Remove unused variableAvi Kivity
2008-01-30KVM: Simplify kvm_clear_guest_page()Izik Eidus
2008-01-30KVM: MMU: Change guest pte access to kvm_{read,write}_guest()Izik Eidus
2008-01-30KVM: VMX: Force seg.base == (seg.sel << 4) in real modeJan Kiszka
2008-01-30KVM: Portability: Move some function declarations to x86.hZhang Xiantao
2008-01-30KVM: Move some static inline functions out from kvm.h into x86.hZhang Xiantao
2008-01-30KVM: Portability: Move vcpu regs enumeration definition to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move struct kvm_x86_ops definition to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move some macro definitions from kvm.h to x86.hZhang Xiantao
2008-01-30KVM: Portability: MMU initialization and teardown splitZhang Xiantao
2008-01-30KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific fileZhang Xiantao
2008-01-30KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah
2008-01-30KVM: MMU: Add some mmu statisticsAvi Kivity
2008-01-30KVM: Extend stats support for VM statsAvi Kivity
2008-01-30KVM: Add instruction emulation statisticsAvi Kivity
2008-01-30KVM: Add fpu_reload counterAvi Kivity
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity
2008-01-30KVM: Portability: Add two hooks to handle kvm_create and destroy vmZhang Xiantao
2008-01-30KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_listZhang Xiantao
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches
2008-01-30KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependentZhang Xiantao
2008-01-30KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity
2008-01-30KVM: Portability: move KVM_CHECK_EXTENSIONZhang Xiantao
2008-01-30KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2Sheng Yang