summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix vsnprintf off-by-one bugLinus Torvalds2006-06-291-1/+1
* [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2006-06-281-0/+16
* [PATCH] fix rt-mutex defaults and dependenciesRoman Zippel2006-06-281-3/+1Star
* [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-281-0/+7
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-281-0/+13
* [PATCH] pi-futex: add plist implementationIngo Molnar2006-06-283-0/+125
* [PATCH] zlib inflate: fix function definitionsRandy Dunlap2006-06-282-10/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-262-11/+2Star
|\
| * spelling fixesAndreas Mohr2006-06-261-2/+2
| * move acknowledgment for Mark Adler to CREDITSAdrian Bunk2006-06-261-9/+0Star
* | Merge branch 'x86-64'Linus Torvalds2006-06-261-2/+10
|\ \
| * | [PATCH] i386: reliable stack trace support (i386)Jan Beulich2006-06-261-1/+1
| * | [PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich2006-06-261-1/+1
| * | [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-261-2/+10
| |/
* / [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/+2Star
* [PATCH] kernel-doc for lib/crc*.cRandy Dunlap2006-06-253-40/+30Star
* [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/+1Star
* [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/+121Star
* [PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie2006-06-2318-1910/+1732Star
* [PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman2006-06-211-3/+3
* [PATCH] add __iowrite64_copyBrice Goglin2006-06-211-0/+28
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-96/+93Star
|\
| * [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/+5Star
* | [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/+2Star
* | [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/+0Star
* [PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe2006-03-271-1/+1
* [PATCH] bitops: hweight() speedupAkinobu Mita2006-03-261-15/+14Star
* [PATCH] bitops: hweight() related cleanupAkinobu Mita2006-03-261-17/+2Star