aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: VMX: Handle #SS faults from real modeNitin A Kamble2007-07-161-1/+5
* KVM: VMX: Use local labels in inline assemblyAvi Kivity2007-07-161-8/+7
* KVM: Fix vmx I/O bitmap initialization on highmem systemsAvi Kivity2007-07-161-2/+2
* KVM: Avoid corrupting tr in real modeAvi Kivity2007-07-161-14/+31
* KVM: VMX: Only reload guest msrs if they are already loadedAvi Kivity2007-07-161-1/+2
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-163-19/+17
* KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity2007-07-161-6/+4
* KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan2007-07-161-0/+1
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-161-1/+3
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-162-20/+32
* KVM: Rationalize exception bitmap usageAvi Kivity2007-07-161-21/+21
* KVM: Move some more msr mangling into vmx_save_host_state()Avi Kivity2007-07-161-7/+7
* KVM: Fix potential guest state leak into hostAvi Kivity2007-07-162-71/+94
* KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity2007-07-161-1/+1
* KVM: Update shadow pte on write to guest pteAvi Kivity2007-07-162-0/+30
* KVM: MMU: Respect nonpae pagetable quadrant when zapping ptesAvi Kivity2007-07-161-0/+4
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-163-11/+8
* KVM: Be more careful restoring fs on lightweight vmexitAvi Kivity2007-07-161-11/+11
* KVM: Reduce misfirings of the fork detectorAvi Kivity2007-07-161-0/+4
* KVM: Unindent some codeAvi Kivity2007-07-161-29/+29
* KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity2007-07-163-45/+62
* KVM: Assume that writes smaller than 4 bytes are to non-pagetable pagesAvi Kivity2007-07-161-0/+1
* KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori2007-07-161-3/+5
* KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITsHe, Qing2007-07-161-4/+46
* KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-153-9/+28
* kvm: fix section mismatch warning in kvm-intel.oSam Ravnborg2007-06-011-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-214-0/+4
* [S390] Kconfig: refine depends statements.Martin Schwidefsky2007-05-101-0/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
* KVM: Remove unused 'instruction_length'Avi Kivity2007-05-031-1/+0
* KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity2007-05-031-22/+22
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-032-3/+14
* KVM: SVM: Only save/restore MSRs when neededAnthony Liguori2007-05-032-17/+20
* KVM: fix an if() conditionAdrian Bunk2007-05-031-1/+1
* KVM: VMX: Add lazy FPU support for VTAnthony Liguori2007-05-031-5/+56
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-034-14/+14
* KVM: Don't complain about cpu erratum AA15Avi Kivity2007-05-031-2/+0
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-032-4/+33
* KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity2007-05-033-99/+24
* KVM: Per-vcpu statisticsAvi Kivity2007-05-036-53/+79
* KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong2007-05-031-0/+2
* KVM: MMU: Avoid heavy ASSERT at non debug mode.Yaozu Dong2007-05-031-0/+6
* KVM: VMX: Only save/restore MSR_K6_STAR if necessaryAvi Kivity2007-05-031-0/+16
* KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.cAvi Kivity2007-05-032-15/+6
* KVM: VMX: Don't switch 64-bit msrs for 32-bit guestsAvi Kivity2007-05-031-16/+42
* KVM: VMX: Reduce unnecessary saving of host msrsAvi Kivity2007-05-031-1/+11
* KVM: Handle guest page faults when emulating mmioAvi Kivity2007-05-031-1/+3
* KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity2007-05-031-6/+1
* KVM: Retry sleeping allocation if atomic allocation failsAvi Kivity2007-05-031-5/+21
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-033-4/+45