aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-02-04idr: revert misallocation bug fixGravatar Tejun Heo 1-3/+4
2010-02-02idr: fix a critical misallocation bugGravatar Tejun Heo 1-4/+3
2010-01-22Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesGravatar Joerg Roedel 1-1/+1
2010-01-22lib/dma-debug.c: mark file-local struct symbol static.Gravatar Thiago Farina 1-1/+1
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+26
2010-01-14lib: Introduce strnstr()Gravatar Li Zefan 1-1/+26
2010-01-13zlib: Fix build of powerpc boot wrapperGravatar Benjamin Herrenschmidt 1-2/+30
2010-01-12lib: Introduce generic list_sort functionGravatar Dave Chinner 2-1/+103
2010-01-11vsnprintf: fix reference for compressed ipv6 addressesGravatar Uwe Kleine-König 1-2/+2
2010-01-11lib/rational.c needs module.hGravatar Sascha Hauer 1-0/+1
2010-01-11Add LZO compression support for initramfs and old-style initrdGravatar Albin Tonnerre 3-0/+10
2010-01-11lib: add support for LZO-compressed kernelsGravatar Albin Tonnerre 2-3/+215
2010-01-11zlib: optimize inffast when copying direct from outputGravatar Joakim Tjernlund 1-11/+44
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Gravatar Krzysztof Halasa 1-4/+3
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+2
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+5
2009-12-31dma-debug: Fix bug causing build warningGravatar Ingo Molnar 1-3/+2
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Ingo Molnar 20-494/+626
2009-12-22lib/string.c: fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Gravatar Shaun Ruffell 1-0/+5
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+9
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsGravatar Uwe Kleine-König 1-1/+12
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+6
2009-12-16genalloc: use bitmap_find_next_zero_areaGravatar Akinobu Mita 1-21/+12
2009-12-16iommu-helper: use bitmap libraryGravatar Akinobu Mita 1-50/+9
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaGravatar Akinobu Mita 1-0/+81
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Gravatar Jan Beulich 1-2/+2
2009-12-15bzip2: Add missing checks for malloc returning NULLGravatar Phillip Lougher 1-1/+9
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-83/+85
2009-12-15crc32: minor optimizations and cleanupGravatar Joakim Tjernlund 1-77/+44
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkGravatar KOSAKI Motohiro 1-3/+3
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsGravatar Joe Perches 1-1/+61
2009-12-15parser: remove unnecessary strlen()Gravatar André Goddard Rosa 1-4/+7
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 3-23/+9
2009-12-15string: on strstrip(), first remove leading spaces before running over strGravatar André Goddard Rosa 1-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableGravatar André Goddard Rosa 1-4/+15
2009-12-15ctype: constify read-only _ctype stringGravatar André Goddard Rosa 1-25/+25
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsGravatar André Goddard Rosa 1-34/+14
2009-12-15vsprintf: factor out skip_space code in a separate functionGravatar André Goddard Rosa 1-8/+11
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesGravatar André Goddard Rosa 1-36/+28
2009-12-15vsprintf: reduce code size by avoiding extra checkGravatar André Goddard Rosa 1-1/+2
2009-12-15vsprintf: use TOLOWER whenever possibleGravatar André Goddard Rosa 1-8/+7
2009-12-15vsprintf: give it some care to please checkpatch.plGravatar André Goddard Rosa 1-86/+98
2009-12-15vsprintf: pre-calculate final string length for later useGravatar André Goddard Rosa 1-4/+5
2009-12-15vsprintf: factorize "(null)" stringGravatar André Goddard Rosa 1-3/+3
2009-12-15Make DEBUG_BUGVERBOSE default to yGravatar Alexey Dobriyan 1-1/+1
2009-12-15rwsem: fix rwsem_is_locked() bugsGravatar Amerigo Wang 1-0/+13
2009-12-15rwsem-spinlock: remove useless function exportsGravatar Amerigo Wang 1-9/+1
2009-12-14debugobjects: Convert to raw_spinlocksGravatar Thomas Gleixner 1-37/+37