summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-04-25KVM: x86: Add support for saving&restoring debug registersJan Kiszka
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka
2010-04-25KVM: x86: Do not return soft events in vcpu_eventsJan Kiszka
2010-04-25KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel
2010-04-25KVM: drop unneeded kvm_run check in emulate_instruction()Gleb Natapov
2010-04-25KVM: SVM: Remove newlines from nested trace pointsJoerg Roedel
2010-04-25KVM: SVM: Make lazy FPU switching work with nested svmJoerg Roedel
2010-04-25KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel
2010-04-25KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel
2010-04-25KVM: SVM: Fix nested msr intercept handlingJoerg Roedel
2010-04-25KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel
2010-04-25KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel
2010-04-25KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel
2010-04-25KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel
2010-04-25KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa
2010-04-25KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa
2010-04-25KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov
2010-04-21Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-04-21KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka
2010-04-20Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-20x86: correctly wire up the newuname system callChristoph Hellwig
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-04-20KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong
2010-04-20KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity
2010-04-20KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara
2010-04-20KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity
2010-04-20KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa
2010-04-20KVM: take srcu lock before call to complete_pio()Gleb Natapov
2010-04-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell
2010-04-13Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar
2010-04-08perf: Fix unsafe frame rewinding with hot regs fetchingFrederic Weisbecker
2010-04-07Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-07x86/gart: Disable GART explicitly before initializationJoerg Roedel
2010-04-07Merge branch 'amd-iommu/fixes' into iommu/fixesJoerg Roedel
2010-04-07x86/amd-iommu: use for_each_pci_devChris Wright
2010-04-07Revert "x86: disable IOMMUs on kernel crash"Chris Wright
2010-04-07x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright
2010-04-07x86/amd-iommu: enable iommu before attaching devicesChris Wright
2010-04-06perf, x86: Enable Nehalem-EX supportVince Weaver
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boardsSuresh Siddha
2010-04-02perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra
2010-04-02x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar