Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[safe/jmp/linux-2.6] / arch / x86 / lib /
2008-07-09 Glauber Costax86: merge putuser asm functions.
2008-07-09 Glauber Costax86: use macros from asm.h.
2008-07-09 Glauber Costax86: don't use word-size specifiers in putuser files.
2008-07-09 Glauber Costax86: replace function headers by macros.
2008-07-09 Glauber Costax86: change testing logic in putuser_64.S.
2008-07-09 Glauber Costax86: pass argument to putuser_64 functions in ax register.
2008-07-09 Glauber Costax86: clobber rbx in putuser_64.S.
2008-07-09 Glauber Costax86: don't save ebx in putuser_32.S.
2008-07-09 Glauber Costax86: merge getuser asm functions.
2008-07-09 Glauber Costax86: use _ASM_PTR instead of explicit word-size pointers.
2008-07-09 Glauber Costax86: introduce __ASM_REG macro.
2008-07-09 Glauber Costax86: don't use word-size specifiers on getuser_64.
2008-07-09 Glauber Costax86: rename threadinfo to TI.
2008-07-09 Glauber Costax86: adapt x86_64 getuser functions.
2008-07-09 Glauber Costax86: don't use word-size specifiers.
2008-07-09 Glauber Costax86: don't clobber r8 nor use rcx.
2008-07-09 Glauber Costax86: integrate delay functions.
2008-07-09 Glauber Costax86: explicitly use edx in const delay function.
2008-07-09 Glauber Costax86: use rdtscll in read_current_timer for i386.
2008-07-09 Glauber Costax86: provide delay loop for x86_64.
2008-07-09 Glauber Costax86: don't use size specifiers.
2008-07-07 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-25 Ingo MolnarMerge branch 'linus' into x86/delay
2008-06-25 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-25 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace-mergefixups
2008-06-23 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-06-18 Linus Torvaldsx86-64: Fix "bytes left to copy" return value for copy_...
2008-06-17 Jiri Hladkyx86: fix bug in arch/i386/lib/delay.c file, delay_loop...
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace-mergefixups
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-06-04 Steven Rostedtx86: enable preemption in delay
2008-05-23 Steven Rostedtftrace: trace irq disabled critical timings
2008-05-13 Ingo Molnarx86: fix csum_partial() export
2008-04-26 Alexander van Heukelumx86, UML: remove x86-specific implementations of find_f...
2008-04-26 Alexander van Heukelumx86: switch 64-bit to generic find_first_bit
2008-04-26 Alexander van Heukelumx86: change x86 to use generic find_next_bit
2008-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/usercopy_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/memcpy_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/strstr_3
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/string_32.c
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/lib/memmove_64.c
2008-04-17 Ingo Molnarx86: clean up mmx_32.c
2008-04-17 Matthew WilcoxGeneric semaphore implementation
2008-02-19 Ingo Molnarx86: clean up csum-wrappers_64.c some more
2008-02-19 Paolo Ciarrocchix86: coding style fixes in arch/x86/lib/csum-wrappers_64.c
2008-02-19 Paolo Ciarrocchix86: coding style fixes in arch/x86/lib/io_64.c
2008-02-06 Andrew Mortonread_current_timer() cleanups
2008-02-05 FUJITA Tomonoriiommu sg: kill __clear_bit_string and find_next_zero_string
2008-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c
2008-02-03 Robert P. J. DayCorrect explanations of "find_next" bit routines.
2008-01-30 Andrew Mortonx86: export copy_from_user_ll_nocache[_nozero]
2008-01-30 Sam Ravnborgx86: fix usage of .section .sched.text in assembler...
2008-01-30 Jan Engelhardtx86: remove unneded casts
2008-01-30 John Reiserx86: add ENDPROC() markers
2008-01-30 Sam Ravnborgx86: unify arch/x86/lib/Makefile(s)
2007-11-15 Andrew Mortonx86: disable preemption in delay_tsc()
2007-10-19 Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-x86
2007-10-19 Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19 Mike Travisx86: convert cpuinfo_x86 array to a per_cpu array
2007-10-17 Adrian Bunkx86: rename .i assembler includes to .h
2007-10-17 Andi Kleeni386: Remove strrchr assembler implementation
2007-10-17 Avi Kivityi386: simplify smp_call_function_single() call sequence...
2007-10-17 Andrew Hastingsx86: fix off-by-one in find_next_zero_string
2007-10-13 Nick Pigginx86: fence oostores on 64-bit
2007-10-11 Peter Zijlstralockdep: x86_64: connect the sysexit hook
2007-10-11 Thomas Gleixnerx86_64: move lib
2007-10-11 Thomas Gleixneri386: move lib