summaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm.h
AgeCommit message (Expand)Author
2008-01-30KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger
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: Portability: split kvm_vcpu_ioctlCarsten Otte
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori
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: 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: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity
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: Refactor hypercall infrastructure (v3)Anthony Liguori
2007-10-15sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier
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: Clean up unloved invlpg emulationRusty Russell
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing
2007-10-13KVM: round robin for APIC lowest priority delivery modeHe, Qing
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: In-kernel I/O APIC modelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Define and use cr8 access functionsEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: Support more memory slotsIzik Eidus
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier
2007-10-13KVM: Convert vm lock to a mutexShaohua Li
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity
2007-10-13KVM: Dynamically allocate vcpusRusty Russell
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins
2007-10-13KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell
2007-10-13KVM: Use standard CR3 flags, tighten checkingRusty Russell
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He
2007-09-14KVM: MMU: Fix rare oops on guest context switchAvi Kivity