summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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-03-30x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo1-1/+0
2010-03-19x86, amd: Restrict usage of c1e_idle()Andreas Herrmann1-0/+2
2010-03-16x86: Fix placement of FIX_OHCI1394_BASEJan Beulich1-3/+3
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha1-0/+1
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+14
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: x86: use include/linux/pci-dma.hFUJITA Tomonori1-28/+2
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-7/+0
2010-03-12Add generic sys_olduname()Christoph Hellwig4-12/+2
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig3-5/+3
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig2-1/+1
2010-03-12Add generic sys_old_mmap()Christoph Hellwig3-4/+3
2010-03-12Add generic sys_old_select()Christoph Hellwig3-4/+1
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar58-1548/+1581
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-43/+151
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-29/+243
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+33