aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity1-1393/+0
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-1/+1
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao1-1/+1
2008-01-30KVM: Convert KVM from ->nopage() to ->fault()npiggin@suse.de1-27/+15
2008-01-30KVM: Portability: Create kvm_arch_vcpu_runnable() functionHollis Blanchard1-2/+1
2008-01-30KVM: Portability: Stop including x86-specific headers in kvm_main.cHollis Blanchard1-3/+0
2008-01-30KVM: Portability: Move IO device definitions to its own header fileHollis Blanchard1-0/+1
2008-01-30KVM: Correct kvm_init() error paths not freeing bad_pge.Zhang Xiantao1-13/+15
2008-01-30KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.cZhang Xiantao1-29/+0
2008-01-30KVM: Portability: Move unalias_gfn to arch dependent fileZhang Xiantao1-14/+0
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity1-0/+9
2008-01-30KVM: Add statistic for remote tlb flushesAvi Kivity1-0/+3
2008-01-30KVM: Split vcpu creation to avoid vcpu_load() before preemption setupAvi Kivity1-0/+4
2008-01-30KVM: Portability: Split kvm_set_memory_region() to have an arch calloutZhang Xiantao1-33/+5
2008-01-30KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao1-17/+4
2008-01-30KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus1-3/+9
2008-01-30KVM: Correct consistent typo: "destory" -> "destroy"Hollis Blanchard1-1/+1
2008-01-30KVM: Simplify kvm_clear_guest_page()Izik Eidus1-16/+2
2008-01-30KVM: Portability: MMU initialization and teardown splitZhang Xiantao1-8/+0
2008-01-30KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific fileZhang Xiantao1-15/+4
2008-01-30KVM: Extend stats support for VM statsAvi Kivity1-3/+23
2008-01-30KVM: Portability: Add two hooks to handle kvm_create and destroy vmZhang Xiantao1-36/+6
2008-01-30KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_listZhang Xiantao1-1/+1
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches1-1/+2
2008-01-30KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependentZhang Xiantao1-23/+1
2008-01-30KVM: Portability: move KVM_CHECK_EXTENSIONZhang Xiantao1-16/+2
2008-01-30KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()Zhang Xiantao1-20/+6
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao1-39/+22
2008-01-30KVM: Portability: Add vcpu and hardware management arch hooksZhang Xiantao1-95/+18
2008-01-30KVM: Portability: Move kvm_x86_ops to x86.cZhang Xiantao1-1/+0
2008-01-30KVM: Portability: Move some includes to x86.cZhang Xiantao1-2/+0
2008-01-30KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()Izik Eidus1-24/+14
2008-01-30KVM: introduce gfn_to_hva()Izik Eidus1-8/+17
2008-01-30KVM: add kvm_is_error_hva()Izik Eidus1-0/+11
2008-01-30KVM: Simplify CPU_TASKS_FROZEN cpu notifier handlingAvi Kivity1-3/+1
2008-01-30KVM: Add make_page_dirty() to kvm_clear_guest_page()Dor Laor1-0/+1
2008-01-30KVM: Portability: Move x86 vcpu ioctl handlers to x86.cHollis Blanchard1-436/+6
2008-01-30KVM: Portability: Move x86 FPU handling to x86.cHollis Blanchard1-105/+2
2008-01-30KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard1-176/+1
2008-01-30KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard1-25/+0
2008-01-30KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin1-1/+1
2008-01-30KVM: Portability: Move pio emulation functions to x86.cCarsten Otte1-248/+0
2008-01-30KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte1-357/+0
2008-01-30KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte1-133/+0
2008-01-30KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori1-4/+18
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang1-17/+39
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte1-219/+0
2008-01-30KVM: Portability: move get/set_apic_base to x86.cCarsten Otte1-19/+0
2008-01-30KVM: Portability: Move memory segmentation to x86.cCarsten Otte1-42/+0
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte1-249/+6
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus1-0/+16
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus1-1/+21
2008-01-30KVM: Export memory slot allocation mechanismIzik Eidus1-4/+13
2008-01-30KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus1-0/+14
2008-01-30KVM: Add a might_sleep() annotation to gfn_to_page()Avi Kivity1-0/+2
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity1-2/+6
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao1-2/+2
2008-01-30KVM: Allocate userspace memory for older userspaceAnthony Liguori1-53/+30
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus1-37/+46
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus1-12/+14
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity1-2/+2
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity1-0/+2
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte1-194/+6
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte1-66/+3
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus1-11/+70
2008-01-30KVM: CodingStyle cleanupMike Day1-28/+30
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell1-1/+9
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell1-3/+1
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus1-0/+47
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus1-30/+130
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus1-2/+9
2008-01-30KVM: Purify x86_decode_insn() error case managementLaurent Vivier1-3/+7
2008-01-30KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper1-7/+4
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity1-1/+3
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier1-33/+44
2008-01-30KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier1-1/+4
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori1-110/+46
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-11-27KVM: SVM: Fix FPU leak while emulating cltsAmit Shah1-2/+1
2007-10-22KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()Laurent Vivier1-23/+3
2007-10-22KVM: Move kvm_guest_exit() after local_irq_enable()Laurent Vivier1-1/+10
2007-10-15sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier1-0/+2
2007-10-13KVM: Skip pio instruction when it is emulated, not executedAvi Kivity1-2/+5
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-8/+8
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-1/+123
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-80/+80
2007-10-13KVM: Simplify memory allocationLaurent Vivier1-35/+3
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell1-0/+10
2007-10-13KVM: Keep control regs in syncRusty Russell1-4/+4
2007-10-13KVM: Set the ET flag in CR0 after initializing FXAmit Shah1-0/+1
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing1-6/+20
2007-10-13KVM: disable tpr/cr8 sync when in-kernel APIC is usedHe, Qing1-1/+2
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-0/+2
2007-10-13KVM: pending irq save/restoreEddie Dong1-3/+17
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong1-0/+46
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing1-0/+10
2007-10-13KVM: Bypass irq_pending get/set when using in kernel irqchipHe, Qing1-8/+14
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing1-0/+82
2007-10-13KVM: Protect in-kernel pio using kvm->lockEddie Dong1-0/+6
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-6/+35
2007-10-13KVM: In-kernel I/O APIC modelEddie Dong1-3/+12
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-10/+42
2007-10-13KVM: Define and use cr8 access functionsEddie Dong1-7/+25
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-6/+40
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier1-24/+39
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier1-0/+3
2007-10-13KVM: Remove useless assignmentLaurent Vivier1-2/+0
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell1-10/+8
2007-10-13KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions.Rusty Russell1-12/+0
2007-10-13KVM: Remove stat_set from debugfsRusty Russell1-5/+1
2007-10-13KVM: Cleanup mark_page_dirtyRusty Russell1-17/+7
2007-10-13KVM: Don't assign vcpu->cr3 if it's invalid: check first, set lastRusty Russell1-2/+3
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng1-0/+10
2007-10-13KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimizationRusty Russell1-5/+8
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell1-28/+17
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell1-1/+15
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier1-70/+4
2007-10-13KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpuLaurent Vivier1-14/+11
2007-10-13KVM: Remove three magic numbersRusty Russell1-1/+1
2007-10-13KVM: fx_init() needs preemption disabled while it plays with the FPU stateRusty Russell1-0/+3
2007-10-13KVM: Convert vm lock to a mutexShaohua Li1-36/+33
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity1-6/+37
2007-10-13KVM: add hypercall nr to kvm_runJeff Dike1-0/+1
2007-10-13KVM: Dynamically allocate vcpusRusty Russell1-95/+103
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins1-21/+5
2007-10-13KVM: load_pdptrs() cleanupsRusty Russell1-10/+12
2007-10-13KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li1-4/+3
2007-10-13KVM: Return if the pdptrs are invalid when the guest turns on PAE.Rusty Russell1-0/+1
2007-10-13KVM: Use standard CR8 flags, and fix TPR definitionRusty Russell1-2/+2
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike1-1/+1
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell1-1/+1
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell1-6/+10
2007-10-13KVM: Use standard CR3 flags, tighten checkingRusty Russell1-12/+21
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell1-6/+9
2007-10-13KVM: Trivial: Avoid hardware_disable predeclarationRusty Russell1-21/+19
2007-10-13KVM: In-kernel string pio write supportEddie Dong1-11/+37
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He1-0/+1
2007-10-13KVM: Fix *nopage() in kvm_main.cNguyen Anh Quynh1-2/+6
2007-08-19KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity1-0/+4
2007-07-25KVM: Fix removal of nx capability from guest cpuidAvi Kivity1-2/+2
2007-07-25Revert "KVM: Avoid useless memory write when possible"Avi Kivity1-4/+2
2007-07-25KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell1-3/+3
2007-07-25KVM: Correctly handle writes crossing a page boundaryAvi Kivity1-4/+24
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity1-4/+4
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity1-59/+9
2007-07-16KVM: Use CPU_DYING for disabling virtualizationAvi Kivity1-2/+2
2007-07-16KVM: Tune hotplug/suspend IPIsAvi Kivity1-2/+2
2007-07-16KVM: Keep track of which cpus have virtualization enabledAvi Kivity1-12/+33
2007-07-16KVM: Clean up #includesAvi Kivity1-11/+7
2007-07-16KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity1-132/+11
2007-07-16KVM: Avoid useless memory write when possibleLuca Tettamanti1-2/+4
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong1-0/+33
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins1-12/+82
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-0/+44
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity1-0/+5
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-0/+11
2007-07-16KVM: Fix adding an smp virtual machine to the vm listAvi Kivity1-3/+3
2007-07-16KVM: Fix vcpu freeing for guest smpAvi Kivity1-0/+15
2007-07-16KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh1-2/+2
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity1-1/+0
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong1-0/+23
2007-07-16KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan1-0/+1
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity1-2/+2
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity1-0/+1
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity1-0/+22
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity1-22/+22
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity1-3/+13
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-5/+3
2007-05-03KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity1-36/+9
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-18/+43
2007-05-03KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong1-0/+2
2007-05-03KVM: Handle guest page faults when emulating mmioAvi Kivity1-1/+3
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity1-0/+7
2007-05-03KVM: Initialize cr0 to indicate an fpu is presentAvi Kivity1-0/+1
2007-05-03KVM: Add fpu get/set operationsAvi Kivity1-0/+86
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity1-3/+86
2007-05-03KVM: Simply gfn_to_page()Avi Kivity1-20/+25
2007-05-03KVM: Handle writes to MCG_STATUS msrSergey Kiselev1-0/+4
2007-05-03KVM: Modify guest segments after potentially switching modesAvi Kivity1-10/+10
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-1/+1
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-15/+168
2007-05-03KVM: Future-proof argument-less ioctlsAvi Kivity1-0/+9
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity1-1/+7
2007-05-03KVM: Add guest mode signal maskAvi Kivity1-0/+41
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-2/+1
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity1-1/+17
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity1-0/+6
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity1-5/+0
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-0/+69
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-3/+45
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity1-14/+40
2007-05-03KVM: Use own minor numberAvi Kivity1-1/+1
2007-05-03KVM: Fix guest register corruption on paravirt hypercallDor Laor1-2/+2
2007-03-18KVM: Unset kvm_arch_ops if arch module loading failedAvi Kivity1-1/+3
2007-03-04KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton1-2/+2
2007-03-04KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity1-1/+1
2007-03-04KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin1-0/+2
2007-03-04kvm: move do_remove_write_access() upUri Lublin1-7/+7