aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] lib: add idr_replaceJeff Mahoney2006-06-261-0/+43
* [PATCH] fix race in idr codeSonny Rao2006-06-251-4/+12
* [PATCH] Implement kasprintfJeremy Fitzhardinge2006-06-251-0/+23
* [PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge2006-06-251-32/+33
* [PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap2006-06-251-9/+2
* [PATCH] kernel-doc for lib/crc*.cRandy Dunlap2006-06-253-40/+30
* [PATCH] kernel-doc for lib/bitmap.cRandy Dunlap2006-06-251-15/+16
* [PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang2006-06-251-1/+1
* [PATCH] constify libcrc32c tableAndreas Mohr2006-06-251-1/+1
* [PATCH] strstrip() APIPekka Enberg2006-06-231-0/+30
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-231-5/+5
* [PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2006-06-232-0/+47
* [PATCH] buglet in radix_tree_tag_setPeter Zijlstra2006-06-231-2/+1
* [PATCH] radix-tree: smallNick Piggin2006-06-231-1/+1
* [PATCH] radix-tree: direct dataNick Piggin2006-06-231-81/+111
* [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-231-142/+121
* [PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie2006-06-2218-1910/+1732
* [PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman2006-06-211-3/+3
* [PATCH] add __iowrite64_copyBrice Goglin2006-06-201-0/+28
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-96/+93
|\
| * [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse2006-06-051-5/+5
| * [RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse2006-04-211-88/+90
| * [RBTREE] Remove dead code in rb_erase()David Woodhouse2006-04-211-10/+5
* | [PATCH] kobject: quiet errors in kobject_addGreg Kroah-Hartman2006-05-211-3/+3
* | [SPARC]: Handle UNWIND_INFO properly.David S. Miller2006-05-121-1/+1
* | [PATCH] Kobject: possible cleanupsAdrian Bunk2006-04-271-5/+2
* | [PATCH] Kobject: fix build errorKay Sievers2006-04-271-1/+7
|/
* [PATCH] Kconfig.debug: Set DEBUG_MUTEX to off by defaultTim Chen2006-04-191-1/+1
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* [PATCH] Silence a const vs non-const warningJan-Benedict Glaw2006-04-111-1/+1
* [PATCH] Clean up arch-overrides in linux/string.hKyle McMartin2006-04-111-0/+2
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-0/+1
* [PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller2006-03-301-13/+0
* [PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe2006-03-271-1/+1
* [PATCH] bitops: hweight() speedupAkinobu Mita2006-03-261-15/+14
* [PATCH] bitops: hweight() related cleanupAkinobu Mita2006-03-261-17/+2
* [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita2006-03-261-0/+73
* [PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita2006-03-262-0/+55
* [PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita2006-03-261-31/+81
* [PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_KERNELAndi Kleen2006-03-251-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-251-20/+12
|\
| * BUG_ON() Conversion in lib/swiotlb.cEric Sesterhenn2006-03-241-20/+12
* | [PATCH] cpumask: uninline any_online_cpu()Andrew Morton2006-03-251-0/+12
* | [PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton2006-03-251-0/+17
* | [PATCH] cpumask: uninline next_cpu()Andrew Morton2006-03-251-0/+5
* | [PATCH] cpumask: uninline first_cpu()Andrew Morton2006-03-252-0/+13
* | [PATCH] radix-tree documentation cleanupsJonathan Corbet2006-03-251-22/+27
* | [PATCH] kconfig: clarify memory debug optionsAndrew Morton2006-03-251-1/+1
* | [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-251-0/+4
|/
* [PATCH] CONFIG_UNWIND_INFOJan Beulich2006-03-241-0/+11