aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm.h
AgeCommit message (Expand)Author
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
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity
2007-07-20KVM: MMU: Store nx bit for large page shadowsAvi Kivity
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity
2007-07-16KVM: Enable guest smpAvi Kivity
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity
2007-07-16KVM: Fix includesMarkus Rechberger
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity
2007-07-16KVM: Set cr0.mp for guestsAvi Kivity
2007-07-16KVM: Consolidate guest fpu activation and deactivationAvi Kivity
2007-07-16KVM: Fix potential guest state leak into hostAvi Kivity
2007-07-16KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity
2007-05-03KVM: Simply gfn_to_page()Avi Kivity
2007-05-03KVM: Add mmu cache clear functionDor Laor
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity
2007-05-03KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Add guest mode signal maskAvi Kivity
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity