summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix PDPTR reloading on CR4 writesAvi Kivity2009-05-251-1/+5
* KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity2009-05-251-2/+1
* KVM: SVM: Remove port 80 passthroughAvi Kivity2009-05-111-1/+0
* KVM: Make EFER reads safe when EFER does not existAvi Kivity2009-05-111-2/+2
* KVM: Fix NX support reportingAvi Kivity2009-05-111-1/+1
* KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara2009-05-111-2/+5
* KVM: Unregister cpufreq notifier on unloadJan Kiszka2009-04-221-0/+3
* KVM: x86: release time_page on vcpu destructionJoerg Roedel2009-04-221-0/+5
* KVM: MMU: disable global page optimizationMarcelo Tosatti2009-04-221-1/+1
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+2
|\
| * Merge branch 'linus' into tracing/blktraceIngo Molnar2009-02-199-70/+33
| |\
| * \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-0614-1072/+1059
| |\ \
| * | | tracing, kvm: change MARKERS to select instead of depends onIngo Molnar2008-12-301-1/+2
* | | | KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity2009-03-241-1/+1
* | | | KVM: Fix missing smp tlb flush in invlpgAndrea Arcangeli2009-03-241-0/+4
* | | | KVM: fix sparse warnings: Should it be static?Hannes Eder2009-03-242-9/+10
* | | | KVM: fix sparse warnings: context imbalanceHannes Eder2009-03-241-0/+2
* | | | KVM: is_long_mode() should check for EFER.LMAAmit Shah2009-03-241-1/+1
* | | | KVM: VMX: Update necessary state when guest enters long modeAmit Shah2009-03-241-30/+24
* | | | KVM: MMU: Fix another largepage memory leakJoerg Roedel2009-03-241-1/+1
* | | | KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara2009-03-241-12/+29
* | | | KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-242-7/+24
* | | | KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel2009-03-241-1/+0
* | | | KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel2009-03-241-6/+2
* | | | KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann2009-03-241-9/+94
* | | | KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmioSheng Yang2009-03-241-29/+1
* | | | KVM: Drop unused evaluations from string pio handlersJan Kiszka2009-03-242-6/+2
* | | | KVM: Add FFXSR supportAlexander Graf2009-03-242-0/+15
* | | | KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-242-2/+5
* | | | KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+6
* | | | KVM: x86: Fix typos and whitespace errorsAmit Shah2009-03-241-17/+16
* | | | KVM: MMU: Only enable cr4_pge role in shadow modeAvi Kivity2009-03-241-1/+1
* | | | KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity2009-03-242-22/+22
* | | | KVM: MMU: drop zeroing on mmu_memory_cache_allocMarcelo Tosatti2009-03-241-1/+0
* | | | KVM: SVM: Fix typo in has_svm()Joe Perches2009-03-241-1/+1
* | | | KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity2009-03-242-0/+16
* | | | KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity2009-03-241-0/+4
* | | | KVM: MMU: Optimize page unshadowingAvi Kivity2009-03-241-3/+12
* | | | KVM: SVM: Add microcode patch level dummyAlexander Graf2009-03-241-0/+3
* | | | KVM: Properly lock PIT creationAvi Kivity2009-03-242-2/+6
* | | | KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)Avi Kivity2009-03-241-1/+25
* | | | KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...Avi Kivity2009-03-241-2/+6
* | | | KVM: x86 emulator: Make emulate_pop() a little more genericAvi Kivity2009-03-241-9/+6
* | | | 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
OpenPOWER on IntegriCloud