aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2014-03-31Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+13
2014-03-19x86, hash: Simplify switch, add __init annotationJan Beulich1-6/+6
2014-03-19x86, hash: Swap arguments passed to crc32_u32()Jan Beulich1-3/+3
2014-03-19x86, hash: Fix build failure with older binutilsJan Beulich1-0/+4
2014-03-13x86: Add another set of MSR accessor functionsBorislav Petkov1-1/+88
2014-02-13asmlinkage, x86: Fix 32bit memcpy for LTOAndi Kleen1-3/+3
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+89
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-01-17x86, mpx: Add MPX related opcodes to the x86 opcode mapQiaowei Ren1-2/+2
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17lib: introduce arch optimized hash libraryFrancesco Fusco2-1/+89
2013-11-20x86-64, copy_user: Use leal to produce 32-bit resultsH. Peter Anvin1-2/+2
2013-11-16x86-64, copy_user: Remove zero byte check before copy user buffer.Fenghua Yu1-6/+2
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+62
2013-11-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+22
2013-11-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra1-1/+1
2013-10-29perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra1-28/+15
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich1-3/+2
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich1-2/+1
2013-10-17x86 / msr: add 64bit _on_cpu access functionsJacob Pan1-0/+62
2013-10-01x86/boot: Further compress CPUs bootup messageBorislav Petkov1-5/+15
2013-09-28x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov2-1/+12
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+10
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-01x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin1-2/+10
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-1/+1
2013-08-06x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu1-18/+24
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-6/+0
2013-04-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+8
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko4-4/+4
2013-04-15x86/lib: Fix spelling in the commentsAndy Shevchenko2-4/+4
2013-03-18x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang1-2/+2
2013-02-11x86: Be consistent with data size in getuser.SH. Peter Anvin1-5/+5
2013-02-07x86-32: Add support for 64bit get_user()Ville Syrjälä1-5/+32
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-112/+0
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-57/+0
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2-55/+0
2012-10-24x86/asm: Clean up copy_page_*() comments and codeMa Ling1-61/+59
2012-10-02UAPI: x86: Fix insn_sanity build failure after UAPI splitDavid Howells1-0/+4
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin6-2/+42
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar2-7/+7
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-06-18x86: Fix kernel-doc warningsWanpeng Li1-1/+1
2012-06-13perf/x86: Fix broken LBR fixup codeStephane Eranian1-1/+1
2012-06-07x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2-7/+7
2012-06-06perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma1-0/+4