summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2006-06-25[PATCH] fix race in idr codeSonny Rao-4/+12
2006-06-25[PATCH] Implement kasprintfJeremy Fitzhardinge-0/+23
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge-32/+33
2006-06-25[PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap-9/+2
2006-06-25[PATCH] kernel-doc for lib/crc*.cRandy Dunlap-40/+30
2006-06-25[PATCH] kernel-doc for lib/bitmap.cRandy Dunlap-15/+16
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang-1/+1
2006-06-25[PATCH] constify libcrc32c tableAndreas Mohr-1/+1
2006-06-23[PATCH] strstrip() APIPekka Enberg-0/+30
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao-5/+5
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai-0/+47
2006-06-23[PATCH] buglet in radix_tree_tag_setPeter Zijlstra-2/+1
2006-06-23[PATCH] radix-tree: smallNick Piggin-1/+1
2006-06-23[PATCH] radix-tree: direct dataNick Piggin-81/+111
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson-142/+121
2006-06-22[PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie-1910/+1732
2006-06-21[PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman-3/+3
2006-06-20[PATCH] add __iowrite64_copyBrice Goglin-0/+28
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds-96/+93
2006-06-05[RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse-5/+5
2006-05-21[PATCH] kobject: quiet errors in kobject_addGreg Kroah-Hartman-3/+3
2006-05-12[SPARC]: Handle UNWIND_INFO properly.David S. Miller-1/+1
2006-04-27[PATCH] Kobject: possible cleanupsAdrian Bunk-5/+2
2006-04-27[PATCH] Kobject: fix build errorKay Sievers-1/+7
2006-04-21[RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse-88/+90
2006-04-21[RBTREE] Remove dead code in rb_erase()David Woodhouse-10/+5
2006-04-19[PATCH] Kconfig.debug: Set DEBUG_MUTEX to off by defaultTim Chen-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown-0/+1
2006-04-11[PATCH] Silence a const vs non-const warningJan-Benedict Glaw-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin-0/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin-0/+1
2006-03-30[PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller-13/+0
2006-03-27[PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe-1/+1
2006-03-26[PATCH] bitops: hweight() speedupAkinobu Mita-15/+14
2006-03-26[PATCH] bitops: hweight() related cleanupAkinobu Mita-17/+2
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita-0/+73
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita-0/+55
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita-31/+81
2006-03-25[PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_KERNELAndi Kleen-1/+0
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-20/+12
2006-03-25[PATCH] cpumask: uninline any_online_cpu()Andrew Morton-0/+12
2006-03-25[PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton-0/+17
2006-03-25[PATCH] cpumask: uninline next_cpu()Andrew Morton-0/+5
2006-03-25[PATCH] cpumask: uninline first_cpu()Andrew Morton-0/+13
2006-03-25[PATCH] radix-tree documentation cleanupsJonathan Corbet-22/+27
2006-03-25[PATCH] kconfig: clarify memory debug optionsAndrew Morton-1/+1
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro-0/+4
2006-03-24BUG_ON() Conversion in lib/swiotlb.cEric Sesterhenn-20/+12
2006-03-24[PATCH] CONFIG_UNWIND_INFOJan Beulich-0/+11
2006-03-24[PATCH] bitmap: region restructuringPaul Jackson-97/+102