summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entriesAvi Kivity1-0/+4
2010-05-19KVM: VMX: Add definition for msr autoload entryAvi Kivity1-1/+7
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel1-1/+5
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel1-0/+2
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity1-1/+0
2010-05-17Merge branch 'perf'Avi Kivity11-446/+864
2010-05-17KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong1-2/+2
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity1-1/+1
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka3-2/+5
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov1-2/+3
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara1-1/+3
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong1-2/+0
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov1-0/+1
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov1-0/+7
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov1-0/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov1-8/+0
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov2-2/+8
2010-05-17KVM: x86 emulator: Emulate task switch in emulator.cGleb Natapov1-0/+5
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov1-0/+16
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov1-1/+2
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov1-0/+1
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov1-2/+0
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2-3/+2
2010-05-17KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov1-2/+1
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity1-0/+1
2010-05-17KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun1-5/+0
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov1-9/+0
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov1-5/+0
2010-04-25KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel1-0/+4
2010-04-25KVM: x86: Add kvm_is_linear_ripJan Kiszka1-1/+3
2010-04-25KVM: x86: Add support for saving&restoring debug registersJan Kiszka1-0/+10
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka2-4/+6
2010-04-25KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa1-1/+0
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov1-11/+6
2010-04-19perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin1-11/+4
2010-04-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell1-6/+23
2010-04-13Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar1-0/+3
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-1/+0
2010-04-07Merge branch 'amd-iommu/fixes' into iommu/fixesJoerg Roedel1-0/+3
2010-04-07x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright1-0/+1
2010-04-02perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter1-33/+25
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-2/+2
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar3-3/+6
2010-03-30x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo1-1/+0
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra2-3/+5
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra5-401/+3
2010-03-26perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra1-5/+8
2010-03-26x86, perf: Add raw events support for the P4 PMUCyrill Gorcunov1-309/+382
2010-03-22Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar7-61/+10