summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge
2009-06-15x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum
2009-06-15kmemcheck: add DMA hooksVegard Nossum
2009-06-15x86: add hooks for kmemcheckVegard Nossum
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-11x86: fix ktermios-termio conversionArnd Bergmann
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-06-10Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-06-10Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-06-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-10x86: MSR: add methods for writing of an MSR on several CPUsBorislav Petkov
2009-06-10x86: MSR: add a struct representation of an MSRBorislav Petkov
2009-06-10KVM: Add VT-x machine check supportAndi Kleen
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov
2009-06-10KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa
2009-06-10x86: Add cpu features MOVBE and POPCNTAvi Kivity
2009-06-10KVM: Drop request_nmi from statsJan Kiszka
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov
2009-06-10KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov
2009-06-10KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti
2009-06-10KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov
2009-06-10KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie