summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-223-78/+16Star
|\
| * x86: atomic64 assembly improvementsJan Beulich2012-01-212-21/+14Star
| * x86: Adjust asm constraints in atomic64 wrappersJan Beulich2012-01-211-57/+2Star
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-223-50/+39Star
|\ \
| * | 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/+10Star
| * | x86-64: Fix memset() to support sizes of 4Gb and aboveJan Beulich2012-01-261-18/+15Star
| * | x86-64: Slightly shorten copy_page()Jan Beulich2012-01-061-8/+4Star
* | | 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/+3Star
|\ \ \ | | |/ | |/|
| * | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-121-5/+3Star
| |/
* | 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-271-1/+1
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-232-12/+8Star
|\
| * x86: Make alternative instruction pointers relativeAndy Lutomirski2011-07-132-12/+8Star
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-236-208/+125Star
|\ \
| * | x86: Fix write lock scalability 64-bit issueJan Beulich2011-07-212-7/+6Star
| * | x86: Unify rwsem assembly implementationJan Beulich2011-07-213-98/+60Star
| * | x86: Unify rwlock assembly implementationJan Beulich2011-07-214-84/+48Star
| * | x86, asm: Cleanup thunk_64.SBorislav Petkov2011-06-031-27/+19Star
| |/
* / 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-201-1/+1
|\ \
| | * Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-071-4/+10
| | |\ | | |/ | |/|
| | * x86: Fix spelling error in the memcpy() source code commentBart Van Assche2011-05-011-1/+1
* | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-181-2/+2
* | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-12/+42
* | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-1/+28
* | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-13/+32
* | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-10/+55
* | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-9/+24
|/ /
* / percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2011-03-281-4/+10
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-183-123/+123
|\
| * x86: Clean up csum-copy_64.S a bitIngo Molnar2011-03-181-120/+120
| * x86: Fix common misspellingsLucas De Marchi2011-03-183-4/+4
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-162-0/+60
|\ \ | |/ |/|
| * percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter2011-02-282-0/+60
* | Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-162-192/+197
|\ \
| * | x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu2011-01-262-192/+197
| |/
* | x86: Fix a bogus unwind annotation in lib/semaphore_32.SJan Beulich2011-03-021-1/+1
* | x86: Remove unused bits from lib/thunk_*.SJan Beulich2011-02-282-45/+0Star