summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-161-1/+26
|\
| * lib: Introduce strnstr()Li Zefan2010-01-141-1/+26
* | zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt2010-01-131-2/+30
* | lib: Introduce generic list_sort functionDave Chinner2010-01-122-1/+103
* | vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König2010-01-111-2/+2
* | lib/rational.c needs module.hSascha Hauer2010-01-111-0/+1
* | Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre2010-01-113-0/+10
* | lib: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-112-3/+215
* | zlib: optimize inffast when copying direct from outputJoakim Tjernlund2010-01-111-11/+44
* | dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa2010-01-111-4/+3
|/
* Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-311-3/+2
|\
| * dma-debug: Fix bug causing build warningIngo Molnar2009-12-311-3/+2
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-0/+5
|\ \ | |/
| * Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-2820-494/+626
| |\
| | * dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2009-12-211-0/+5
* | | lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-221-3/+3
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-1/+9
|\ \ \ | |/ / | | / | |/ |/|
| * bzip2: Add missing checks for malloc returning NULLPhillip Lougher2009-12-151-1/+9
* | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-171-0/+1
|\ \
| * | kmemleak: fix kconfig for crc32 build errorRandy Dunlap2009-11-061-0/+1
* | | lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König2009-12-171-1/+12
* | | Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-161-1/+6
|\ \ \
| * | | powerpc: allow ioremap within reserved memory regionsAlbert Herranz2009-12-121-1/+6
* | | | genalloc: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-21/+12
* | | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-50/+9
* | | | bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita2009-12-161-0/+81
* | | | dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-2/+2
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-154-83/+85
|\ \ \ \
| * | | | debugobjects: Convert to raw_spinlocksThomas Gleixner2009-12-141-37/+37
| * | | | plist: Make plist debugging raw_spinlock awareThomas Gleixner2009-12-141-3/+5
| * | | | bkl: Fixup core_lock falloutThomas Gleixner2009-12-141-2/+2
| * | | | locking: Further name space cleanupsThomas Gleixner2009-12-142-18/+18
| * | | | locking: Implement new raw_spinlockThomas Gleixner2009-12-141-12/+12
| * | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-8/+8
| * | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-141-1/+1
| * | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-4/+4
| * | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
| * | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* | | | | crc32: minor optimizations and cleanupJoakim Tjernlund2009-12-151-77/+44
* | | | | Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-151-3/+3
* | | | | lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches2009-12-151-1/+61
* | | | | parser: remove unnecessary strlen()André Goddard Rosa2009-12-151-4/+7
* | | | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-153-23/+9
* | | | | string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa2009-12-151-2/+2
* | | | | string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-151-4/+15
* | | | | ctype: constify read-only _ctype stringAndré Goddard Rosa2009-12-151-25/+25
* | | | | vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa2009-12-151-34/+14
* | | | | vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa2009-12-151-8/+11
* | | | | vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa2009-12-151-36/+28
* | | | | vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa2009-12-151-1/+2
OpenPOWER on IntegriCloud