aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa2009-12-151-8/+7
* | | vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa2009-12-151-86/+98
* | | vsprintf: pre-calculate final string length for later useAndré Goddard Rosa2009-12-151-4/+5
* | | vsprintf: factorize "(null)" stringAndré Goddard Rosa2009-12-151-3/+3
* | | Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan2009-12-151-1/+1
* | | rwsem: fix rwsem_is_locked() bugsAmerigo Wang2009-12-151-0/+13
* | | rwsem-spinlock: remove useless function exportsAmerigo Wang2009-12-151-9/+1
|/ /
* | [BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds2009-12-121-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-111-6/+8
|\ \
| * | lib/checksum: fix one more thinkoArnd Bergmann2009-11-031-2/+2
| * | lib/checksum.c: make do_csum optionalArnd Bergmann2009-11-031-0/+2
| * | lib/checksum.c: use 32-bit arithmetic consistentlyArnd Bergmann2009-11-031-4/+4
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-17/+70
|\ \ \
| * | | vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-25/+30
| * | | vsprintf: add %pRt, %pRf to print struct resource detailsBjorn Helgaas2009-11-041-7/+44
| * | | vsprintf: add %pR support for IRQ and DMA resourcesBjorn Helgaas2009-11-041-10/+21
| * | | vsprintf: fix io/mem resource widthBjorn Helgaas2009-11-041-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2009-12-101-0/+8
|\ \ \
| * | | workqueue: Add debugobjects supportThomas Gleixner2009-11-161-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-095-6/+6
|\ \ \ \