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