summaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm.h
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte1-0/+7
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus1-0/+3
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus1-1/+5
2008-01-30KVM: Export memory slot allocation mechanismIzik Eidus1-0/+3
2008-01-30KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus1-0/+1
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity1-1/+1
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao1-127/+27
2008-01-30KVM: Allocate userspace memory for older userspaceAnthony Liguori1-2/+0
2008-01-30KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger1-0/+3
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus1-0/+2
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus1-1/+2
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity1-1/+1
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte1-0/+9
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori1-1/+1
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte1-0/+4
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus1-0/+1
2008-01-30KVM: CodingStyle cleanupMike Day1-16/+16
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus1-1/+6
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus1-0/+9
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus1-1/+5
2008-01-30KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity1-0/+1
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity1-0/+3
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier1-1/+7
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori1-4/+4
2007-10-15sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier1-0/+10
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-0/+1
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-1/+8
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-4/+4
2007-10-13KVM: Simplify memory allocationLaurent Vivier1-2/+0
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell1-0/+1
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell1-2/+0
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell1-1/+0
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing1-0/+7
2007-10-13KVM: round robin for APIC lowest priority delivery modeHe, Qing1-0/+1
2007-10-13KVM: pending irq save/restoreEddie Dong1-0/+2
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-0/+2
2007-10-13KVM: In-kernel I/O APIC modelEddie Dong1-0/+6
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-2/+1
2007-10-13KVM: Define and use cr8 access functionsEddie Dong1-0/+3
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-0/+11
2007-10-13KVM: Support more memory slotsIzik Eidus1-1/+1
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier1-3/+5
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell1-0/+8
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng1-0/+1
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell1-9/+4
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell1-1/+3
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier1-9/+8
2007-10-13KVM: Convert vm lock to a mutexShaohua Li1-1/+1
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity1-1/+3
2007-10-13KVM: Dynamically allocate vcpusRusty Russell1-6/+6