aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: move libThomas Gleixner14-2865/+0
2007-10-11i386: prepare shared lib/MakefileThomas Gleixner2-11/+16
2007-10-11i386: prepare shared lib/delay.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/putuser.SThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/bitops.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/usercopy.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/getuser.SThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/mmx.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/memcpy.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/semaphore.SThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/string.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/strstr.cThomas Gleixner2-1/+1
2007-10-11i386: prepare shared lib/checksum.SThomas Gleixner2-1/+1
2007-07-21i386: Move all simple string operations out of lineAndi Kleen2-1/+258
2007-05-08i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpuRudolf Marek1-6/+67
2007-05-02[PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0)Andi Kleen1-7/+0
2007-05-02[PATCH] i386: type cast clean up for find_next_zero_bitKen Chen1-2/+2
2007-05-02[PATCH] i386: Add dwarf2 annotations to *_user and checksum functionsJan Beulich3-32/+102
2007-04-02[PATCH] i386: fix file_read_actor() and pipe_read() for original i386 systemsThomas Gleixner1-0/+9
2007-02-20{rd,wr}msr_on_cpu SMP=n optimizationAdrian Bunk2-13/+1
2007-02-20rdmsr_on_cpu, wrmsr_on_cpuAlexey Dobriyan2-0/+72
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-11[PATCH] kernel-doc: fix function name in usercopy.cRandy Dunlap1-1/+1
2006-10-05[PATCH] i386: fix rwsem build bug on CONFIG_M386=yIngo Molnar1-0/+3
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-01[PATCH] Some config.h removalsZachary Amsden1-1/+0
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-0/+63
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen2-1/+155
2006-07-14[PATCH] i386: remove redundant might_sleep() in user accessors.Vadim Lobanov1-2/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-26[PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeepingjohn stultz1-8/+57
2006-06-25[PATCH] Make copy_from_user_inatomic NOT zero the tail on i386NeilBrown1-0/+119
2006-06-23[PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka1-8/+129
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller2-43/+0
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan4-1/+20
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds11-0/+1932