aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+32
2010-08-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+4
2010-08-06Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+41
2010-08-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+12
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+19
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2010-08-06Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+11
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-142/+141
2010-08-06Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+26
2010-08-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-12/+61
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-50/+121
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-9/+11
2010-08-05Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds4-1/+11
2010-08-05kgdb,x86: Individual register get/set for x86Jason Wessel1-9/+11
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-0/+2
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge4-1/+11
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+7
2010-08-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds1-14/+6
2010-08-03Remove indirect read write api support.Sreedhara DS1-14/+0
2010-08-03intel_scu_ipc: add definitions for vRTC related commandFeng Tang1-0/+6
2010-08-02x86: Fix keeping track of AMD C1EMichal Schmidt3-2/+3
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong1-0/+2
2010-08-01KVM: Remove unnecessary divide operationsJoerg Roedel1-1/+2
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang1-0/+6
2010-08-01KVM: Remove memory alias supportAvi Kivity1-21/+0
2010-08-01KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong1-1/+1
2010-08-01KVM: x86: XSAVE/XRSTOR live migration supportSheng Yang2-2/+27
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity1-1/+1
2010-08-01KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity1-1/+1
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity1-1/+1
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui2-0/+3
2010-08-01KVM: VMX: Add all-context INVVPID type supportGui Jianfeng1-0/+1
2010-08-01KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instructionGui Jianfeng1-0/+2
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka1-1/+1
2010-08-01KVM: VMX: Add constant for invalid guest state exit reasonMohammed Gamal1-0/+1
2010-08-01KVM: x86: Use FPU APISheng Yang1-16/+1
2010-08-01KVM: x86: Use unlazy_fpu() for host FPUSheng Yang1-1/+0
2010-08-01x86: Export FPU API for KVM useSheng Yang2-0/+5
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov1-1/+0
2010-08-01KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel1-0/+2
2010-08-01KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov1-0/+6
2010-08-01KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov1-1/+0
2010-08-01KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov1-0/+3
2010-08-01KVM: remove export of emulator_write_emulated()Gleb Natapov1-5/+0
2010-08-01KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failureGleb Natapov1-0/+1
2010-08-01KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED valuesGleb Natapov1-2/+3
2010-08-01KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov1-1/+1
2010-08-01KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov1-0/+1
2010-08-01KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov1-0/+2
2010-08-01KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov2-4/+2