aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2009-12-16genalloc: use bitmap_find_next_zero_areaAkinobu Mita
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner
2009-12-14bkl: Fixup core_lock falloutThomas Gleixner
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz
2009-12-12[BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo