summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: memcpy, clean upIngo Molnar2009-03-121-55/+81
* x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich2009-03-121-7/+0
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-1/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-01-212-4/+4
* Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-285-69/+67
|\
| * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-112-3/+7
| |\
| | * x86: drop -funroll-loops for csum_partial_64.cAndi Kleen2008-09-041-3/+0
| | * Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-271-10/+12
| | |\
| | * | x86: make movsl_mask definition non-CPU specificThomas Petazzoni2008-08-181-0/+7
| * | | x86: msr-on-cpu: remove unnecessary level of abstractionH. Peter Anvin2008-08-251-42/+36
| * | | Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-251-10/+12
| |\ \ \ | | | |/ | | |/|
| * | | x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi2008-08-151-21/+21
| * | | x86: coding style fixes to arch/x86/lib/strstr_32.cPaolo Ciarrocchi2008-08-151-3/+3
| | |/ | |/|
* | | x86: some lock annotations for user copy paths, v3Ingo Molnar2008-09-111-0/+1
* | | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-112-15/+5
* | | x86: some lock annotations for user copy pathsNick Piggin2008-09-102-1/+10
| |/ |/|
* | x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-251-10/+12
|/
* x86: wrong register was used in align macroVitaly Mayatskikh2008-07-302-3/+2
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-4/+4
|\
| * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-4/+4
* | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-143-2/+65
|\ \
| * | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-232-28/+22
| |\|
| * | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-162-8/+53
| |\ \
| * | | ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-233-2/+65
* | | | x86: fix compile error in current tip.gitJeremy Fitzhardinge2008-07-102-3/+3
* | | | x86: fix copy_user on x86Vitaly Mayatskikh2008-07-092-435/+275
* | | | x86: introduce copy_user_handle_tail() routineVitaly Mayatskikh2008-07-091-0/+23
* | | | x86: merge putuser asm functions.Glauber Costa2008-07-093-97/+10
* | | | x86: use macros from asm.h.Glauber Costa2008-07-092-41/+43
* | | | x86: don't use word-size specifiers in putuser files.Glauber Costa2008-07-092-21/+21
* | | | x86: replace function headers by macros.Glauber Costa2008-07-091-18/+14
* | | | x86: change testing logic in putuser_64.S.Glauber Costa2008-07-091-21/+12
* | | | x86: pass argument to putuser_64 functions in ax register.Glauber Costa2008-07-091-4/+4
* | | | x86: clobber rbx in putuser_64.S.Glauber Costa2008-07-091-9/+9
* | | | x86: don't save ebx in putuser_32.S.Glauber Costa2008-07-091-11/+2
* | | | x86: merge getuser asm functions.Glauber Costa2008-07-093-85/+10
* | | | x86: use _ASM_PTR instead of explicit word-size pointers.Glauber Costa2008-07-092-7/+7
* | | | x86: introduce __ASM_REG macro.Glauber Costa2008-07-092-30/+31
* | | | x86: don't use word-size specifiers on getuser_64.Glauber Costa2008-07-091-14/+14
* | | | x86: rename threadinfo to TI.Glauber Costa2008-07-093-10/+10
* | | | x86: adapt x86_64 getuser functions.Glauber Costa2008-07-091-21/+12
* | | | x86: don't use word-size specifiers.Glauber Costa2008-07-091-12/+12
* | | | x86: don't clobber r8 nor use rcx.Glauber Costa2008-07-091-21/+21
* | | | x86: integrate delay functions.Glauber Costa2008-07-093-135/+6
* | | | x86: explicitly use edx in const delay function.Glauber Costa2008-07-092-3/+10
* | | | x86: use rdtscll in read_current_timer for i386.Glauber Costa2008-07-091-1/+1
* | | | x86: provide delay loop for x86_64.Glauber Costa2008-07-091-4/+40
* | | | x86: don't use size specifiers.Glauber Costa2008-07-091-2/+2
* | | | Merge branch 'linus' into x86/delayIngo Molnar2008-06-252-28/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | x86-64: Fix "bytes left to copy" return value for copy_from_user()Linus Torvalds2008-06-172-28/+22
| | |/ | |/|