summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-318/+292
2012-10-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+6
2012-10-01Merge branches 'x86-cpu-for-linus' and 'x86-cpufeature-for-linus' of git://gi...Linus Torvalds1-0/+1
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-36/+31
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-155/+306
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+39
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-0/+12
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-0/+20
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-3/+7
2012-09-26x86_64: Work around old GAS bugTao Guo1-25/+23
2012-09-22x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha1-2/+26
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+2
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong4-134/+230
2012-09-19x86: Use REP BSF unconditionallyJan Beulich1-17/+2
2012-09-19x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha1-2/+1
2012-09-19x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha1-0/+1
2012-09-19x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2-15/+41
2012-09-19x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha3-33/+65
2012-09-19x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha3-142/+29
2012-09-19x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha1-14/+3
2012-09-19x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha1-6/+1
2012-09-19x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2-45/+72
2012-09-19x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha2-112/+78
2012-09-19x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2-1/+29
2012-09-15uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov1-1/+1
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov1-2/+1
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov1-0/+2
2012-09-15uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior1-0/+2
2012-09-13x86: Prefer TZCNT over BFSJan Beulich1-2/+17
2012-09-13x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()Jan Beulich1-6/+4
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell1-1/+0
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-09-09x86, cpufeature: Add feature bit for SMAPH. Peter Anvin1-0/+1
2012-09-05x86/iommu: Use NULL instead of plain 0 for __IOMMU_INITMathias Krause1-2/+2
2012-09-05x86/iommu: Drop duplicate const in __IOMMU_INITMathias Krause1-1/+1
2012-09-05x86/vdso: Add __user annotation to VDSO32_SYMBOLMathias Krause1-1/+2
2012-09-05x86: Fix __user annotations in asm/sys_ia32.hMathias Krause1-1/+1
2012-09-01hpet: Remove unused PCI Vendor ID #defineJon Mason1-2/+0
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+1
2012-08-23ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt1-1/+6
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-2/+2
2012-08-22x86/spinlocks: Fix comment in spinlock.hRichard Weinberger1-2/+1
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar36-87/+458
2012-08-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-19/+31
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker1-0/+2
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+33
2012-08-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+8
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds1-19/+0