aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-02-22idr: fix a critical misallocation bug, take#2Tejun Heo
2010-02-04idr: revert misallocation bug fixTejun Heo
2010-02-02idr: fix a critical misallocation bugTejun Heo
2010-02-02Merge branch 'sh/stable-updates'Paul Mundt
2010-01-27sh: kmemleak support.Chris Smith
2010-01-22Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel
2010-01-22lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-01-14lib: Introduce strnstr()Li Zefan
2010-01-13zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt
2010-01-12lib: Introduce generic list_sort functionDave Chinner
2010-01-11vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König
2010-01-11lib/rational.c needs module.hSascha Hauer
2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre
2010-01-11zlib: optimize inffast when copying direct from outputJoakim Tjernlund
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2009-12-16genalloc: use bitmap_find_next_zero_areaAkinobu Mita
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich
2009-12-15bzip2: Add missing checks for malloc returning NULLPhillip Lougher
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa