aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-16
|\
| * x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu2012-04-16
* | x86-32: fix up strncpy_from_user() sign errorLinus Torvalds2012-04-15
|/
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-11
* Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-22
|\
| * x86: atomic64 assembly improvementsJan Beulich2012-01-20
| * x86: Adjust asm constraints in atomic64 wrappersJan Beulich2012-01-20
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\ \
| * | Merge branch 'linus' into x86/asmIngo Molnar2012-02-28
| |\|
| * | x86-64: Handle byte-wise tail copying in memcpy() without a loopJan Beulich2012-01-26
| * | x86-64: Fix memcpy() to support sizes of 4Gb and aboveJan Beulich2012-01-26
| * | x86-64: Fix memset() to support sizes of 4Gb and aboveJan Beulich2012-01-26
| * | x86-64: Slightly shorten copy_page()Jan Beulich2012-01-06
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-21
|\ \ \
| * | | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-12
|\| | |
| * | | x86: Derandom delay_tsc for 64 bitThomas Gleixner2012-03-09
| | |/ | |/|
* / | x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2012-02-11
|/ /
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-19
|\ \ \
| | * | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-17
| |/ / |/| |
| * | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-16
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-06
|\ \ \ | | |/ | |/|
| * | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-12
| |/
* | x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2011-12-05
* | x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2011-12-05
|/
* x86: Fix insn decoder for longer instructionMasami Hiramatsu2011-10-10
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-22
|\
| * x86: Make alternative instruction pointers relativeAndy Lutomirski2011-07-13
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-22
|\ \
| * | x86: Fix write lock scalability 64-bit issueJan Beulich2011-07-21
| * | x86: Unify rwsem assembly implementationJan Beulich2011-07-21
| * | x86: Unify rwlock assembly implementationJan Beulich2011-07-21
| * | x86, asm: Cleanup thunk_64.SBorislav Petkov2011-06-03
| |/
* / x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-21
|/
*-. Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds2011-05-19
|\ \
| | * Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-07
| | |\ | | |/ | |/|
| | * x86: Fix spelling error in the memcpy() source code commentBart Van Assche2011-05-01
* | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-18
* | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu2011-05-17
* | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu2011-05-17
* | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu2011-05-17
* | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu2011-05-17
* | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu2011-05-17
|/ /
* / percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2011-03-27
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-18
|\
| * x86: Clean up csum-copy_64.S a bitIngo Molnar2011-03-18
| * x86: Fix common misspellingsLucas De Marchi2011-03-18
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-16
|\ \ | |/ |/|
| * percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter2011-02-28