summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86: fix bug in arch/i386/lib/delay.c file, delay_loop functionJiri Hladky2008-06-171-9/+16
|/
* x86: enable preemption in delaySteven Rostedt2008-06-042-8/+53
* x86: fix csum_partial() exportIngo Molnar2008-05-131-2/+0
* x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum2008-04-262-110/+0
* x86: switch 64-bit to generic find_first_bitAlexander van Heukelum2008-04-261-0/+2
* x86: change x86 to use generic find_next_bitAlexander van Heukelum2008-04-263-139/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-186-201/+192
|\
| * x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi2008-04-171-61/+61
| * x86: coding style fixes to arch/x86/lib/memcpy_32.cPaolo Ciarrocchi2008-04-171-1/+1
| * x86: coding style fixes to arch/x86/lib/strstr_3Paolo Ciarrocchi2008-04-171-2/+2
| * x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi2008-04-171-30/+30
| * x86: coding style fixes to arch/x86/lib/memmove_64.cPaolo Ciarrocchi2008-04-171-4/+4
| * x86: clean up mmx_32.cIngo Molnar2008-04-171-103/+94
* | Generic semaphore implementationMatthew Wilcox2008-04-172-88/+0
|/
* x86: clean up csum-wrappers_64.c some moreIngo Molnar2008-02-191-36/+51
* x86: coding style fixes in arch/x86/lib/csum-wrappers_64.cPaolo Ciarrocchi2008-02-191-40/+40
* x86: coding style fixes in arch/x86/lib/io_64.cPaolo Ciarrocchi2008-02-191-8/+10
* read_current_timer() cleanupsAndrew Morton2008-02-062-2/+6
* iommu sg: kill __clear_bit_string and find_next_zero_stringFUJITA Tomonori2008-02-052-29/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-043-42/+13
|\
| * x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.cH. Peter Anvin2008-02-041-9/+3
| * x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cH. Peter Anvin2008-02-041-9/+3
| * x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.cH. Peter Anvin2008-02-041-24/+7
* | Correct explanations of "find_next" bit routines.Robert P. J. Day2008-02-032-2/+2
|/
OpenPOWER on IntegriCloud