aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier2007-10-151-0/+10
* KVM: Improve emulation failure reportingAvi Kivity2007-10-131-0/+1
* KVM: Move main vcpu loop into subarch independent codeAvi Kivity2007-10-131-1/+8
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-131-4/+4
* KVM: Simplify memory allocationLaurent Vivier2007-10-131-2/+0
* KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell2007-10-131-0/+1
* KVM: Clean up unloved invlpg emulationRusty Russell2007-10-131-2/+0
* KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell2007-10-131-1/+0
* KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing2007-10-131-0/+7
* KVM: round robin for APIC lowest priority delivery modeHe, Qing2007-10-131-0/+1
* KVM: pending irq save/restoreEddie Dong2007-10-131-0/+2
* KVM: Emulate hlt in the kernelEddie Dong2007-10-131-0/+2
* KVM: In-kernel I/O APIC modelEddie Dong2007-10-131-0/+6
* KVM: Emulate local APIC in kernelEddie Dong2007-10-131-2/+1
* KVM: Define and use cr8 access functionsEddie Dong2007-10-131-0/+3
* KVM: Add support for in-kernel PIC emulationEddie Dong2007-10-131-0/+11
* KVM: Support more memory slotsIzik Eidus2007-10-131-1/+1
* KVM: Clean up kvm_setup_pio()Laurent Vivier2007-10-131-3/+5
* KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell2007-10-131-0/+8
* KVM: VMX: Add cpu consistency checkYang, Sheng2007-10-131-0/+1
* KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell2007-10-131-9/+4
* KVM: Use kmem cache for allocating vcpusRusty Russell2007-10-131-1/+3
* KVM: Remove kvm_{read,write}_guest()Laurent Vivier2007-10-131-9/+8
* KVM: Convert vm lock to a mutexShaohua Li2007-10-131-1/+1
* KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity2007-10-131-1/+3
* KVM: Dynamically allocate vcpusRusty Russell2007-10-131-6/+6
* KVM: Remove arch specific components from the general codeGregory Haskins2007-10-131-29/+2
* KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li2007-10-131-1/+1
* KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell2007-10-131-2/+1
* KVM: Use standard CR4 flags, tighten checkingRusty Russell2007-10-131-11/+5
* KVM: Use standard CR3 flags, tighten checkingRusty Russell2007-10-131-6/+3
* KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell2007-10-131-14/+5
* KVM: SMP: Add vcpu_id field in struct vcpuQing He2007-10-131-0/+1
* KVM: MMU: Fix rare oops on guest context switchAvi Kivity2007-09-141-3/+7
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-201-0/+2
* KVM: Fix memory slot management functions for guest smpAvi Kivity2007-07-201-2/+2
* KVM: MMU: Store nx bit for large page shadowsAvi Kivity2007-07-201-2/+2
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-161-1/+4
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-161-0/+60
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-0/+8
* KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-161-0/+1
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-161-0/+1
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-161-0/+1
* KVM: Enable guest smpAvi Kivity2007-07-161-1/+1
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-161-0/+10
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-161-2/+2
* KVM: Fix includesMarkus Rechberger2007-07-161-0/+2
* KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-161-0/+2
* KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2007-07-161-0/+4
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-161-1/+1