aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge1-6/+2
2009-06-15x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge1-1/+6
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-2/+2
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-06-15x86: add hooks for kmemcheckVegard Nossum3-0/+21
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum3-2/+53
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-37/+348
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+23
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-20/+36
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar44-352/+383
2009-06-11x86: fix ktermios-termio conversionArnd Bergmann1-0/+1
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-42/+92
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+3
2009-06-10Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+46
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-13/+26
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-10/+13
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-20/+20
2009-06-10Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+18
2009-06-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-16/+15
2009-06-10Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-100/+14
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-33/+39
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-37/+27
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-12/+21
2009-06-10x86: MSR: add methods for writing of an MSR on several CPUsBorislav Petkov1-0/+12
2009-06-10x86: MSR: add a struct representation of an MSRBorislav Petkov1-0/+11
2009-06-10KVM: Add VT-x machine check supportAndi Kleen1-0/+1
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble1-1/+1
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov1-0/+2
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov1-1/+4
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov1-2/+0
2009-06-10KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa1-0/+3
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2-1/+5
2009-06-10x86: Add cpu features MOVBE and POPCNTAvi Kivity1-0/+2
2009-06-10KVM: Drop request_nmi from statsJan Kiszka1-1/+0
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+1
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-2/+3
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov1-1/+0
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov1-1/+7
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov1-2/+0
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov1-2/+0
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov1-1/+0
2009-06-10KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov1-1/+1
2009-06-10KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov1-0/+1
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti1-4/+0
2009-06-10KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov1-0/+1
2009-06-10KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity1-0/+1
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie1-0/+2