summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2008-01-301-1393/+0
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-1/+1
* KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao2008-01-301-1/+1
* KVM: Convert KVM from ->nopage() to ->fault()npiggin@suse.de2008-01-301-27/+15
* KVM: Portability: Create kvm_arch_vcpu_runnable() functionHollis Blanchard2008-01-301-2/+1
* KVM: Portability: Stop including x86-specific headers in kvm_main.cHollis Blanchard2008-01-301-3/+0
* KVM: Portability: Move IO device definitions to its own header fileHollis Blanchard2008-01-301-0/+1
* KVM: Correct kvm_init() error paths not freeing bad_pge.Zhang Xiantao2008-01-301-13/+15
* KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.cZhang Xiantao2008-01-301-29/+0
* KVM: Portability: Move unalias_gfn to arch dependent fileZhang Xiantao2008-01-301-14/+0
* KVM: Disallow fork() and similar games when using a VMAvi Kivity2008-01-301-0/+9
* KVM: Add statistic for remote tlb flushesAvi Kivity2008-01-301-0/+3
* KVM: Split vcpu creation to avoid vcpu_load() before preemption setupAvi Kivity2008-01-301-0/+4
* KVM: Portability: Split kvm_set_memory_region() to have an arch calloutZhang Xiantao2008-01-301-33/+5
* KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao2008-01-301-17/+4
* KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus2008-01-301-3/+9
* KVM: Correct consistent typo: "destory" -> "destroy"Hollis Blanchard2008-01-301-1/+1
* KVM: Simplify kvm_clear_guest_page()Izik Eidus2008-01-301-16/+2
* KVM: Portability: MMU initialization and teardown splitZhang Xiantao2008-01-301-8/+0
* KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific fileZhang Xiantao2008-01-301-15/+4
* KVM: Extend stats support for VM statsAvi Kivity2008-01-301-3/+23
* KVM: Portability: Add two hooks to handle kvm_create and destroy vmZhang Xiantao2008-01-301-36/+6
* KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_listZhang Xiantao2008-01-301-1/+1
* KVM: Remove ptr comparisons to 0Joe Perches2008-01-301-1/+2
* KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependentZhang Xiantao2008-01-301-23/+1
* KVM: Portability: move KVM_CHECK_EXTENSIONZhang Xiantao2008-01-301-16/+2
* KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()Zhang Xiantao2008-01-301-20/+6
* KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao2008-01-301-39/+22
* KVM: Portability: Add vcpu and hardware management arch hooksZhang Xiantao2008-01-301-95/+18
* KVM: Portability: Move kvm_x86_ops to x86.cZhang Xiantao2008-01-301-1/+0
* KVM: Portability: Move some includes to x86.cZhang Xiantao2008-01-301-2/+0
* KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()Izik Eidus2008-01-301-24/+14
* KVM: introduce gfn_to_hva()Izik Eidus2008-01-301-8/+17
* KVM: add kvm_is_error_hva()Izik Eidus2008-01-301-0/+11
* KVM: Simplify CPU_TASKS_FROZEN cpu notifier handlingAvi Kivity2008-01-301-3/+1
* KVM: Add make_page_dirty() to kvm_clear_guest_page()Dor Laor2008-01-301-0/+1
* KVM: Portability: Move x86 vcpu ioctl handlers to x86.cHollis Blanchard2008-01-301-436/+6
* KVM: Portability: Move x86 FPU handling to x86.cHollis Blanchard2008-01-301-105/+2
* KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard2008-01-301-176/+1
* KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard2008-01-301-25/+0
* KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin2008-01-301-1/+1
* KVM: Portability: Move pio emulation functions to x86.cCarsten Otte2008-01-301-248/+0
* KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte2008-01-301-357/+0
* KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte2008-01-301-133/+0
* KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori2008-01-301-4/+18
* KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang2008-01-301-17/+39
* KVM: Portability: Move control register helper functions to x86.cCarsten Otte2008-01-301-219/+0
* KVM: Portability: move get/set_apic_base to x86.cCarsten Otte2008-01-301-19/+0
* KVM: Portability: Move memory segmentation to x86.cCarsten Otte2008-01-301-42/+0
* KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte2008-01-301-249/+6
OpenPOWER on IntegriCloud