aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2-3/+7
2008-09-04x86: drop -funroll-loops for csum_partial_64.cAndi Kleen1-3/+0
2008-08-27Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin1-10/+12
2008-08-25x86: msr-on-cpu: remove unnecessary level of abstractionH. Peter Anvin1-42/+36
2008-08-25Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin1-10/+12
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin1-10/+12
2008-08-18x86: make movsl_mask definition non-CPU specificThomas Petazzoni1-0/+7
2008-08-15x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi1-21/+21
2008-08-15x86: coding style fixes to arch/x86/lib/strstr_32.cPaolo Ciarrocchi1-3/+3
2008-07-30x86: wrong register was used in align macroVitaly Mayatskikh2-3/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-4/+4
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar3-2/+65
2008-07-10x86: fix compile error in current tip.gitJeremy Fitzhardinge2-3/+3
2008-07-09x86: fix copy_user on x86Vitaly Mayatskikh2-435/+275
2008-07-09x86: introduce copy_user_handle_tail() routineVitaly Mayatskikh1-0/+23
2008-07-09x86: merge putuser asm functions.Glauber Costa3-97/+10
2008-07-09x86: use macros from asm.h.Glauber Costa2-41/+43
2008-07-09x86: don't use word-size specifiers in putuser files.Glauber Costa2-21/+21
2008-07-09x86: replace function headers by macros.Glauber Costa1-18/+14
2008-07-09x86: change testing logic in putuser_64.S.Glauber Costa1-21/+12
2008-07-09x86: pass argument to putuser_64 functions in ax register.Glauber Costa1-4/+4
2008-07-09x86: clobber rbx in putuser_64.S.Glauber Costa1-9/+9
2008-07-09x86: don't save ebx in putuser_32.S.Glauber Costa1-11/+2
2008-07-09x86: merge getuser asm functions.Glauber Costa3-85/+10
2008-07-09x86: use _ASM_PTR instead of explicit word-size pointers.Glauber Costa2-7/+7
2008-07-09x86: introduce __ASM_REG macro.Glauber Costa2-30/+31
2008-07-09x86: don't use word-size specifiers on getuser_64.Glauber Costa1-14/+14
2008-07-09x86: rename threadinfo to TI.Glauber Costa3-10/+10
2008-07-09x86: adapt x86_64 getuser functions.Glauber Costa1-21/+12
2008-07-09x86: don't use word-size specifiers.Glauber Costa1-12/+12
2008-07-09x86: don't clobber r8 nor use rcx.Glauber Costa1-21/+21
2008-07-09x86: integrate delay functions.Glauber Costa3-135/+6
2008-07-09x86: explicitly use edx in const delay function.Glauber Costa2-3/+10
2008-07-09x86: use rdtscll in read_current_timer for i386.Glauber Costa1-1/+1
2008-07-09x86: provide delay loop for x86_64.Glauber Costa1-4/+40
2008-07-09x86: don't use size specifiers.Glauber Costa1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-4/+4
2008-06-25Merge branch 'linus' into x86/delayIngo Molnar2-28/+22
2008-06-23Merge branch 'linus' into tracing/ftraceIngo Molnar2-28/+22
2008-06-17x86-64: Fix "bytes left to copy" return value for copy_from_user()Linus Torvalds2-28/+22
2008-06-17x86: fix bug in arch/i386/lib/delay.c file, delay_loop functionJiri Hladky1-9/+16
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar2-8/+53
2008-06-04x86: enable preemption in delaySteven Rostedt2-8/+53
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt3-2/+65
2008-05-13x86: fix csum_partial() exportIngo Molnar1-2/+0
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum2-110/+0
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum1-0/+2
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum3-139/+1
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds6-201/+192
2008-04-17x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi1-61/+61