aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+26
2010-01-14lib: Introduce strnstr()Li Zefan1-1/+26
2010-01-13zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt1-2/+30
2010-01-12lib: Introduce generic list_sort functionDave Chinner2-1/+103
2010-01-11vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König1-2/+2
2010-01-11lib/rational.c needs module.hSascha Hauer1-0/+1
2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre3-0/+10
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre2-3/+215
2010-01-11zlib: optimize inffast when copying direct from outputJoakim Tjernlund1-11/+44
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE andKrzysztof Halasa1-4/+3
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar20-494/+626
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell1-0/+5
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+9
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+6
2009-12-16genalloc: use bitmap_find_next_zero_areaAkinobu Mita1-21/+12
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-50/+9
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita1-0/+81
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-2/+2
2009-12-15bzip2: Add missing checks for malloc returning NULLPhillip Lougher1-1/+9
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-83/+85
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund1-77/+44
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro1-3/+3
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches1-1/+61
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa1-4/+7
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa3-23/+9
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa1-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa1-4/+15
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa1-25/+25
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa1-34/+14
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa1-8/+11
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa1-36/+28
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa1-1/+2
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa1-8/+7
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa1-86/+98
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa1-4/+5
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa1-3/+3
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan1-1/+1
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang1-0/+13
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang1-9/+1
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner1-37/+37
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner1-3/+5
2009-12-14bkl: Fixup core_lock falloutThomas Gleixner1-2/+2
2009-12-14locking: Further name space cleanupsThomas Gleixner2-18/+18
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-12/+12