aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-28Fix vsnprintf off-by-one bugLinus Torvalds1-1/+1
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+16
2006-06-27[PATCH] fix rt-mutex defaults and dependenciesRoman Zippel1-3/+1
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+7
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+13
2006-06-27[PATCH] pi-futex: add plist implementationIngo Molnar3-0/+125
2006-06-27[PATCH] zlib inflate: fix function definitionsRandy Dunlap2-10/+5
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-11/+2
2006-06-26Merge branch 'x86-64'Linus Torvalds1-2/+10
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich1-2/+10
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney1-0/+43
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-26move acknowledgment for Mark Adler to CREDITSAdrian Bunk1-9/+0
2006-06-25[PATCH] fix race in idr codeSonny Rao1-4/+12
2006-06-25[PATCH] Implement kasprintfJeremy Fitzhardinge1-0/+23
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge1-32/+33
2006-06-25[PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap1-9/+2
2006-06-25[PATCH] kernel-doc for lib/crc*.cRandy Dunlap3-40/+30
2006-06-25[PATCH] kernel-doc for lib/bitmap.cRandy Dunlap1-15/+16
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang1-1/+1
2006-06-25[PATCH] constify libcrc32c tableAndreas Mohr1-1/+1
2006-06-23[PATCH] strstrip() APIPekka Enberg1-0/+30
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counterMingming Cao1-5/+5
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2-0/+47
2006-06-23[PATCH] buglet in radix_tree_tag_setPeter Zijlstra1-2/+1
2006-06-23[PATCH] radix-tree: smallNick Piggin1-1/+1
2006-06-23[PATCH] radix-tree: direct dataNick Piggin1-81/+111
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson1-142/+121
2006-06-22[PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie18-1910/+1732
2006-06-21[PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman1-3/+3
2006-06-20[PATCH] add __iowrite64_copyBrice Goglin1-0/+28
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-96/+93
2006-06-05[RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse1-5/+5
2006-05-21[PATCH] kobject: quiet errors in kobject_addGreg Kroah-Hartman1-3/+3
2006-05-12[SPARC]: Handle UNWIND_INFO properly.David S. Miller1-1/+1
2006-04-27[PATCH] Kobject: possible cleanupsAdrian Bunk1-5/+2
2006-04-27[PATCH] Kobject: fix build errorKay Sievers1-1/+7
2006-04-21[RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse1-88/+90
2006-04-21[RBTREE] Remove dead code in rb_erase()David Woodhouse1-10/+5
2006-04-19[PATCH] Kconfig.debug: Set DEBUG_MUTEX to off by defaultTim Chen1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-04-11[PATCH] Silence a const vs non-const warningJan-Benedict Glaw1-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin1-0/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-0/+1
2006-03-30[PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller1-13/+0
2006-03-27[PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe1-1/+1
2006-03-26[PATCH] bitops: hweight() speedupAkinobu Mita1-15/+14