aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity
2007-06-01kvm: fix section mismatch warning in kvm-intel.oSam Ravnborg
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori
2007-05-03KVM: fix an if() conditionAdrian Bunk
2007-05-03KVM: VMX: Add lazy FPU support for VTAnthony Liguori
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori
2007-05-03KVM: Don't complain about cpu erratum AA15Avi Kivity
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori
2007-05-03KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong
2007-05-03KVM: MMU: Avoid heavy ASSERT at non debug mode.Yaozu Dong
2007-05-03KVM: VMX: Only save/restore MSR_K6_STAR if necessaryAvi Kivity
2007-05-03KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.cAvi Kivity
2007-05-03KVM: VMX: Don't switch 64-bit msrs for 32-bit guestsAvi Kivity
2007-05-03KVM: VMX: Reduce unnecessary saving of host msrsAvi Kivity
2007-05-03KVM: Handle guest page faults when emulating mmioAvi Kivity
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity
2007-05-03KVM: Retry sleeping allocation if atomic allocation failsAvi Kivity
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity
2007-05-03KVM: Handle partial pae pdptrAvi Kivity
2007-05-03KVM: Initialize cr0 to indicate an fpu is presentAvi Kivity
2007-05-03KVM: Fix overflow bug in overflow detection codeEric Sesterhenn / Snakebyte
2007-05-03KVM: Use kernel-standard typesAvi Kivity
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel
2007-05-03KVM: Add fpu get/set operationsAvi 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: x86 emulator: fix bit string operations operand sizeAvi Kivity
2007-05-03KVM: Remove debug messageAvi Kivity
2007-05-03KVM: Use list_move()Avi Kivity
2007-05-03KVM: Remove unused functionMichal Piotrowski
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: SVM: forbid guest to execute monitor/mwaitJoerg Roedel
2007-05-03KVM: Handle writes to MCG_STATUS msrSergey Kiselev
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity
2007-05-03KVM: Hack real-mode segments on vmx from KVM_SET_SREGSAvi Kivity
2007-05-03KVM: Modify guest segments after potentially switching modesAvi Kivity
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity
2007-05-03KVM: Workaround vmx inability to virtualize the reset stateAvi Kivity
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity