summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-161-1/+3
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-161-1/+1
* KVM: Fix potential guest state leak into hostAvi Kivity2007-07-161-0/+5
* KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity2007-07-161-1/+1
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-161-2/+2
* KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity2007-07-161-0/+1
* KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-151-0/+3
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-031-0/+1
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-031-1/+1
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-031-0/+2
OpenPOWER on IntegriCloud