aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm_main.c
AgeCommit message (Expand)Author
2008-01-30KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte
2008-01-30KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte
2008-01-30KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte
2008-01-30KVM: Portability: move get/set_apic_base to x86.cCarsten Otte
2008-01-30KVM: Portability: Move memory segmentation to x86.cCarsten Otte
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus
2008-01-30KVM: Export memory slot allocation mechanismIzik Eidus
2008-01-30KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus
2008-01-30KVM: Add a might_sleep() annotation to gfn_to_page()Avi Kivity
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao
2008-01-30KVM: Allocate userspace memory for older userspaceAnthony Liguori
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus
2008-01-30KVM: CodingStyle cleanupMike Day
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus
2008-01-30KVM: Purify x86_decode_insn() error case managementLaurent Vivier
2008-01-30KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier
2008-01-30KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2007-11-27KVM: SVM: Fix FPU leak while emulating cltsAmit Shah
2007-10-22KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()Laurent Vivier
2007-10-22KVM: Move kvm_guest_exit() after local_irq_enable()Laurent Vivier
2007-10-15sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier
2007-10-13KVM: Skip pio instruction when it is emulated, not executedAvi Kivity
2007-10-13KVM: Improve emulation failure reportingAvi Kivity
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt
2007-10-13KVM: Simplify memory allocationLaurent Vivier
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell
2007-10-13KVM: Keep control regs in syncRusty Russell
2007-10-13KVM: Set the ET flag in CR0 after initializing FXAmit Shah
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing
2007-10-13KVM: disable tpr/cr8 sync when in-kernel APIC is usedHe, Qing