aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm_main.c
AgeCommit message (Expand)Author
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
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing
2007-10-13KVM: Bypass irq_pending get/set when using in kernel irqchipHe, Qing
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing
2007-10-13KVM: Protect in-kernel pio using kvm->lockEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong