summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+2
|\
| * Merge branch 'linus' into tracing/blktraceIngo Molnar2009-02-199-70/+33Star
| |\
| * \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-0614-1072/+1059Star
| |\ \
| * | | 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/+24Star
* | | | 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/+0Star
* | | | KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel2009-03-241-6/+2Star
* | | | 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/+1Star
* | | | KVM: Drop unused evaluations from string pio handlersJan Kiszka2009-03-242-6/+2Star
* | | | 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/+16Star
* | | | 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/+0Star
* | | | 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/+6Star
* | | | KVM: VMX: Prevent exit handler from running if emulating due to invalid stateAvi Kivity2009-03-241-7/+4Star
* | | | 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/+13Star
* | | | 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/+0Star
* | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity2009-03-241-49/+32Star
* | | | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()Avi Kivity2009-03-241-70/+58Star
* | | | KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity2009-03-241-54/+29Star
* | | | 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/+1Star
* | | | KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity2009-03-241-0/+1