index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Move drivers/kvm/* to virt/kvm/
Avi Kivity
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
2008-01-30
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
2008-01-30
KVM: Convert KVM from ->nopage() to ->fault()
npiggin@suse.de
2008-01-30
KVM: Portability: Create kvm_arch_vcpu_runnable() function
Hollis Blanchard
2008-01-30
KVM: Portability: Stop including x86-specific headers in kvm_main.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move IO device definitions to its own header file
Hollis Blanchard
2008-01-30
KVM: Correct kvm_init() error paths not freeing bad_pge.
Zhang Xiantao
2008-01-30
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move unalias_gfn to arch dependent file
Zhang Xiantao
2008-01-30
KVM: Disallow fork() and similar games when using a VM
Avi Kivity
2008-01-30
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
KVM: Recalculate mmu pages needed for every memory region change
Zhang Xiantao
2008-01-30
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
KVM: Simplify kvm_clear_guest_page()
Izik Eidus
2008-01-30
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
Zhang Xiantao
2008-01-30
KVM: Remove ptr comparisons to 0
Joe Perches
2008-01-30
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
KVM: Portability: Combine kvm_init and kvm_init_x86
Zhang Xiantao
2008-01-30
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
2008-01-30
KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()
Izik Eidus
2008-01-30
KVM: introduce gfn_to_hva()
Izik Eidus
2008-01-30
KVM: add kvm_is_error_hva()
Izik Eidus
2008-01-30
KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
Avi Kivity
2008-01-30
KVM: Add make_page_dirty() to kvm_clear_guest_page()
Dor Laor
2008-01-30
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
KVM: Make mark_page_dirty() work for aliased pages too.
Uri Lublin
2008-01-30
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
KVM: Fix gfn_to_page() acquiring mmap_sem twice
Anthony Liguori
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
[next]