aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAge
* KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang2008-01-30
* KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte2008-01-30
* KVM: Add ioctl to tss address from userspace,Izik Eidus2008-01-30
* KVM: Add kernel-internal memory slotsIzik Eidus2008-01-30
* KVM: Export memory slot allocation mechanismIzik Eidus2008-01-30
* KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus2008-01-30
* KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity2008-01-30
* KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao2008-01-30
* KVM: Allocate userspace memory for older userspaceAnthony Liguori2008-01-30
* KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger2008-01-30
* KVM: MMU: Partial swapping of guest memoryIzik Eidus2008-01-30
* KVM: MMU: Make gfn_to_page() always safeIzik Eidus2008-01-30
* KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity2008-01-30
* KVM: Portability: split kvm_vcpu_ioctlCarsten Otte2008-01-30
* KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori2008-01-30
* KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte2008-01-30
* KVM: Support assigning userspace memory to the guestIzik Eidus2008-01-30
* KVM: CodingStyle cleanupMike Day2008-01-30
* KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-30
* KVM: Add general accessors to read and write guest memoryIzik Eidus2008-01-30
* KVM: Remove the usage of page->private field by rmapIzik Eidus2008-01-30
* KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity2008-01-30
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-30
* KVM: Call x86_decode_insn() only when neededLaurent Vivier2008-01-30
* KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-30
* sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier2007-10-15
* KVM: Improve emulation failure reportingAvi Kivity2007-10-13
* KVM: Move main vcpu loop into subarch independent codeAvi Kivity2007-10-13
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-13
* KVM: Simplify memory allocationLaurent Vivier2007-10-13
* KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell2007-10-13
* KVM: Clean up unloved invlpg emulationRusty Russell2007-10-13
* KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell2007-10-13
* KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing2007-10-13
* KVM: round robin for APIC lowest priority delivery modeHe, Qing2007-10-13
* KVM: pending irq save/restoreEddie Dong2007-10-13
* KVM: Emulate hlt in the kernelEddie Dong2007-10-13
* KVM: In-kernel I/O APIC modelEddie Dong2007-10-13
* KVM: Emulate local APIC in kernelEddie Dong2007-10-13
* KVM: Define and use cr8 access functionsEddie Dong2007-10-13
* KVM: Add support for in-kernel PIC emulationEddie Dong2007-10-13
* KVM: Support more memory slotsIzik Eidus2007-10-13
* KVM: Clean up kvm_setup_pio()Laurent Vivier2007-10-13
* KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell2007-10-13
* KVM: VMX: Add cpu consistency checkYang, Sheng2007-10-13
* KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell2007-10-13
* KVM: Use kmem cache for allocating vcpusRusty Russell2007-10-13
* KVM: Remove kvm_{read,write}_guest()Laurent Vivier2007-10-13
* KVM: Convert vm lock to a mutexShaohua Li2007-10-13
* KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity2007-10-13