summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-31
|\
| * dma-debug: Fix bug causing build warningIngo Molnar2009-12-31
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-31
|\ \ | |/
| * Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-28
| |\
| | * dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2009-12-21
* | | lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-22
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-19
|\ \ \ | |/ / | | / | |/ |/|
| * bzip2: Add missing checks for malloc returning NULLPhillip Lougher2009-12-15
* | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-17
|\ \
| * | kmemleak: fix kconfig for crc32 build errorRandy Dunlap2009-11-06
* | | lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König2009-12-17
* | | Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-16
|\ \ \
| * | | powerpc: allow ioremap within reserved memory regionsAlbert Herranz2009-12-12
* | | | genalloc: use bitmap_find_next_zero_areaAkinobu Mita2009-12-16
* | | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-16
* | | | bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita2009-12-16
* | | | dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-16
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-15
|\ \ \ \
| * | | | debugobjects: Convert to raw_spinlocksThomas Gleixner2009-12-14
| * | | | plist: Make plist debugging raw_spinlock awareThomas Gleixner2009-12-14
| * | | | bkl: Fixup core_lock falloutThomas Gleixner2009-12-14
| * | | | locking: Further name space cleanupsThomas Gleixner2009-12-14
| * | | | locking: Implement new raw_spinlockThomas Gleixner2009-12-14
| * | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-14
| * | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-14
| * | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-14
| * | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-14
| * | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-14
* | | | | crc32: minor optimizations and cleanupJoakim Tjernlund2009-12-15
* | | | | Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-15
* | | | | lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches2009-12-15
* | | | | parser: remove unnecessary strlen()André Goddard Rosa2009-12-15
* | | | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-15
* | | | | string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa2009-12-15
* | | | | string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-15
* | | | | ctype: constify read-only _ctype stringAndré Goddard Rosa2009-12-15
* | | | | vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa2009-12-15
* | | | | vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa2009-12-15
* | | | | vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa2009-12-15
* | | | | vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa2009-12-15
* | | | | vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa2009-12-15
* | | | | vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa2009-12-15
* | | | | vsprintf: pre-calculate final string length for later useAndré Goddard Rosa2009-12-15
* | | | | vsprintf: factorize "(null)" stringAndré Goddard Rosa2009-12-15
* | | | | Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan2009-12-15
* | | | | rwsem: fix rwsem_is_locked() bugsAmerigo Wang2009-12-15
* | | | | rwsem-spinlock: remove useless function exportsAmerigo Wang2009-12-15
|/ / / /
* | | | [BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds2009-12-12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-11
|\ \ \ \
| * | | | lib/checksum: fix one more thinkoArnd Bergmann2009-11-03