aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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