summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-83/+85
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund-77/+44
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro-3/+3
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches-1/+61
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa-4/+7
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa-23/+9
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa-4/+15
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa-25/+25
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa-34/+14
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa-8/+11
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa-36/+28
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa-1/+2
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa-8/+7
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa-86/+98
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa-4/+5
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa-3/+3
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan-1/+1
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang-0/+13
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang-9/+1
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner-37/+37
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner-3/+5
2009-12-14bkl: Fixup core_lock falloutThomas Gleixner-2/+2
2009-12-14locking: Further name space cleanupsThomas Gleixner-18/+18
2009-12-14locking: Implement new raw_spinlockThomas Gleixner-12/+12
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner-8/+8
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-4/+4
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-1/+1
2009-12-12[BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds-1/+3
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds-6/+8
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-17/+70
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-0/+8
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-6/+6
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-0/+565
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-6/+6
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+14
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+25
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+39
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-4/+4
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo-2/+2
2009-12-03Merge branch 'master' into for-2.6.33Jens Axboe-10/+21
2009-12-03rcu: Make RCU's CPU-stall detector be defaultPaul E. McKenney-1/+1
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells-2/+0
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells-0/+3
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds-6/+14
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman-2/+4