aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAge
...
* KVM: Remove arch specific components from the general codeGregory Haskins2007-10-13
* KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li2007-10-13
* KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell2007-10-13
* KVM: Use standard CR4 flags, tighten checkingRusty Russell2007-10-13
* KVM: Use standard CR3 flags, tighten checkingRusty Russell2007-10-13
* KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell2007-10-13
* KVM: SMP: Add vcpu_id field in struct vcpuQing He2007-10-13
* KVM: MMU: Fix rare oops on guest context switchAvi Kivity2007-09-14
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-20
* KVM: Fix memory slot management functions for guest smpAvi Kivity2007-07-20
* KVM: MMU: Store nx bit for large page shadowsAvi Kivity2007-07-20
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-16
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-16
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-16
* KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-16
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-16
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-16
* KVM: Enable guest smpAvi Kivity2007-07-16
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-16
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-16
* KVM: Fix includesMarkus Rechberger2007-07-16
* KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-16
* KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2007-07-16
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-16
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-16
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-16
* KVM: Fix potential guest state leak into hostAvi Kivity2007-07-16
* KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity2007-07-16
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-16
* KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity2007-07-16
* KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-15
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-03
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-03
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-03
* KVM: Per-vcpu statisticsAvi Kivity2007-05-03
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-03
* KVM: Add physical memory aliasing featureAvi Kivity2007-05-03
* KVM: Simply gfn_to_page()Avi Kivity2007-05-03
* KVM: Add mmu cache clear functionDor Laor2007-05-03
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-03
* KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity2007-05-03
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-03
* KVM: MMU: Remove global pte trackingAvi Kivity2007-05-03
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-03
* KVM: Add guest mode signal maskAvi Kivity2007-05-03
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-03
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-03
* KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity2007-05-03
* KVM: Per-vcpu inodesAvi Kivity2007-03-04