aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins1-29/+2
2007-10-13KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li1-1/+1
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell1-2/+1
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell1-11/+5
2007-10-13KVM: Use standard CR3 flags, tighten checkingRusty Russell1-6/+3
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell1-14/+5
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He1-0/+1
2007-09-14KVM: MMU: Fix rare oops on guest context switchAvi Kivity1-3/+7
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity1-0/+2
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity1-2/+2
2007-07-20KVM: MMU: Store nx bit for large page shadowsAvi Kivity1-2/+2
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong1-1/+4
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins1-0/+60
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-0/+8
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity1-0/+1
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity1-0/+1
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-0/+1
2007-07-16KVM: Enable guest smpAvi Kivity1-1/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+10
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity1-2/+2
2007-07-16KVM: Fix includesMarkus Rechberger1-0/+2
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong1-0/+2
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong1-0/+4
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity1-1/+1