aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | KVM: VMX: Prevent exit handler from running if emulating due to invalid stateAvi Kivity2009-03-241-7/+4
* | | | KVM: VMX: don't clobber segment AR if emulating invalid stateAvi Kivity2009-03-241-1/+1
* | | | KVM: VMX: Fix guest state validity checksAvi Kivity2009-03-241-4/+14
* | | | KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti2009-03-243-0/+26
* | | | KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity2009-03-241-0/+2
* | | | KVM: remove the vmap usageIzik Eidus2009-03-241-49/+13
* | | | KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus2009-03-241-14/+42
* | | | KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti2009-03-242-8/+13
* | | | KVM: MMU: Drop walk_shadow()Avi Kivity2009-03-241-20/+0
* | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity2009-03-241-49/+32
* | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()Avi Kivity2009-03-241-70/+58
* | | | KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity2009-03-241-54/+29
* | | | KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity2009-03-241-20/+49
* | | | KVM: Fix vmload and friends misinterpreted as lidtAvi Kivity2009-03-241-5/+10
* | | | KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity2009-03-241-3/+1
* | | | KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity2009-03-241-0/+1
* | | | KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity2009-03-241-6/+11
* | | | KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka2009-03-243-1/+23
* | | | KVM: x86: Virtualize debug registersJan Kiszka2009-03-244-95/+170
* | | | KVM: VMX: Allow single-stepping when uninterruptibleJan Kiszka2009-03-241-0/+10
* | | | KVM: New guest debug interfaceJan Kiszka2009-03-243-65/+92
* | | | KVM: VMX: Support for injecting software exceptionsJan Kiszka2009-03-241-15/+20
* | | | KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is setAlexander Graf2009-03-241-16/+42
* | | | KVM: SVM: Allow setting the SVME bitAlexander Graf2009-03-241-0/+8
* | | | KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel2009-03-241-0/+3
* | | | KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf2009-03-241-0/+293
* | | | KVM: SVM: Add VMRUN handlerAlexander Graf2009-03-242-2/+163
* | | | KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf2009-03-241-2/+58
* | | | KVM: SVM: Implement hsaveAlexander Graf2009-03-243-1/+16
* | | | KVM: SVM: Implement GIF, clgi and stgiAlexander Graf2009-03-241-5/+42
* | | | KVM: SVM: Add helper functions for nested SVMAlexander Graf2009-03-241-0/+85
* | | | KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf2009-03-241-3/+3
* | | | KVM: SVM: Clean up VINTR settingAlexander Graf2009-03-241-5/+15
| |_|/ |/| |
* | | KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity2009-02-151-0/+1
* | | KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-156-63/+15
* | | KVM: MMU: Map device MMIO as UC in EPTSheng Yang2009-02-152-4/+8
* | | KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti2009-02-151-1/+3
* | | KVM: PIT: fix i8254 pending count readMarcelo Tosatti2009-02-151-1/+1
* | | KVM: Fix racy in kvm_free_assigned_irqSheng Yang2009-02-151-1/+1
* | | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
| |/ |/|
* | KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-032-2/+3
* | KVM: rename vtd.c to iommu.cJoerg Roedel2009-01-031-1/+1
* | KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti2008-12-312-3/+8
* | KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity2008-12-312-4/+53
* | KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity2008-12-311-0/+2
* | KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2008-12-312-48/+4
* | KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchipJan Kiszka2008-12-311-1/+3
* | KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti2008-12-311-0/+2
* | KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-1/+0
* | KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-313-14/+38