summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma2012-06-061-0/+4
* x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu2012-06-061-4/+4
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-262-89/+0
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-261-97/+0
* Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-237-220/+171
|\
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...H. Peter Anvin2012-04-201-7/+5
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-...H. Peter Anvin2012-04-201-12/+4
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-27/+23
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-37/+26
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/check...H. Peter Anvin2012-04-201-6/+3
* | x86: make word-at-a-time strncpy_from_user clear bytes at the endLinus Torvalds2012-04-281-12/+8
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-161-17/+36
|\ \ | |/ |/|
| * x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu2012-04-161-17/+36
* | x86-32: fix up strncpy_from_user() sign errorLinus Torvalds2012-04-151-2/+2
|/
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-113-136/+103
* Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-223-78/+16
|\
| * x86: atomic64 assembly improvementsJan Beulich2012-01-202-21/+14
| * x86: Adjust asm constraints in atomic64 wrappersJan Beulich2012-01-201-57/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-223-50/+39
|\ \
| * | Merge branch 'linus' into x86/asmIngo Molnar2012-02-283-276/+347
| |\|
| * | x86-64: Handle byte-wise tail copying in memcpy() without a loopJan Beulich2012-01-261-9/+10
| * | x86-64: Fix memcpy() to support sizes of 4Gb and aboveJan Beulich2012-01-261-15/+10
| * | x86-64: Fix memset() to support sizes of 4Gb and aboveJan Beulich2012-01-261-18/+15
| * | x86-64: Slightly shorten copy_page()Jan Beulich2012-01-061-8/+4
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\ \ \
| * | | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-121-2/+2
|\| | |
| * | | x86: Derandom delay_tsc for 64 bitThomas Gleixner2012-03-091-2/+2
| | |/ | |/|
* / | x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2012-02-112-24/+25
|/ /
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-3/+5
|\ \ \
| | * | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-171-2/+2
| |/ / |/| |
| * | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-161-1/+3
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-5/+3
|\ \ \ | | |/ | |/|
| * | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-121-5/+3
| |/
* | x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2011-12-051-273/+333
* | x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2011-12-052-2/+11
|/
* x86: Fix insn decoder for longer instructionMasami Hiramatsu2011-10-101-5/+43
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-12/+8
|\
| * x86: Make alternative instruction pointers relativeAndy Lutomirski2011-07-132-12/+8
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-226-208/+125
|\ \
| * | x86: Fix write lock scalability 64-bit issueJan Beulich2011-07-212-7/+6
| * | x86: Unify rwsem assembly implementationJan Beulich2011-07-213-98/+60
| * | x86: Unify rwlock assembly implementationJan Beulich2011-07-214-84/+48
| * | x86, asm: Cleanup thunk_64.SBorislav Petkov2011-06-031-27/+19
| |/
* / x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-212-1/+44
|/
*-. Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds2011-05-191-1/+1
|\ \
| | * Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-071-4/+10
| | |\ | | |/ | |/|