aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu1-4/+4
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds2-89/+0
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds1-97/+0
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-220/+171
2012-04-28x86: make word-at-a-time strncpy_from_user clear bytes at the endLinus Torvalds1-12/+8
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/usercopy_32.cH. Peter Anvin1-126/+106
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/putuser.SH. Peter Anvin1-7/+5
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/getuser.SH. Peter Anvin1-5/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-copy_64.SH. Peter Anvin1-12/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_nocache_64.SH. Peter Anvin1-27/+23
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.SH. Peter Anvin1-37/+26
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/checksum_32.SH. Peter Anvin1-6/+3
2012-04-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+36
2012-04-16x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu1-17/+36
2012-04-15x86-32: fix up strncpy_from_user() sign errorLinus Torvalds1-2/+2
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds3-136/+103
2012-03-22Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-78/+16
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-50/+39
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+2
2012-03-09x86: Derandom delay_tsc for 64 bitThomas Gleixner1-2/+2
2012-02-28Merge branch 'linus' into x86/asmIngo Molnar3-276/+347
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2-24/+25
2012-01-26x86-64: Handle byte-wise tail copying in memcpy() without a loopJan Beulich1-9/+10
2012-01-26x86-64: Fix memcpy() to support sizes of 4Gb and aboveJan Beulich1-15/+10
2012-01-26x86-64: Fix memset() to support sizes of 4Gb and aboveJan Beulich1-18/+15
2012-01-20x86: atomic64 assembly improvementsJan Beulich2-21/+14
2012-01-20x86: Adjust asm constraints in atomic64 wrappersJan Beulich1-57/+2
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2012-01-17x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper1-2/+2
2012-01-16x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper1-1/+3
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2012-01-06x86-64: Slightly shorten copy_page()Jan Beulich1-8/+4
2011-12-12x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan1-5/+3
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu1-273/+333
2011-12-05x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2-2/+11
2011-10-10x86: Fix insn decoder for longer instructionMasami Hiramatsu1-5/+43