aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap1-3/+3
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
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-8/+8
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-4/+4
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz1-1/+6
2009-12-12[BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds1-1/+3
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+8
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-17/+70
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-0/+565
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina5-6/+6
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+14