summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm: use the same log level for show_mem()Amerigo Wang2010-03-061-7/+7
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-286-21/+64
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-0/+7
| |\
| | * x86, core: Optimize hweight32()Akinobu Mita2009-12-281-0/+7
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-284-17/+42
| |\ \
| | * | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+12
| | * | idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney2010-02-251-4/+4
| | * | radix-tree: Disable RCU lockdep checking in radix treePaul E. McKenney2010-02-251-12/+12
| | * | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-252-0/+13
| | * | Merge commit 'v2.6.33' into core/rcuIngo Molnar2010-02-254-5/+60
| | |\ \
| | * | | rcu: 1Q2010 update for RCU documentationPaul E. McKenney2010-01-161-2/+2
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-02-271-2/+11
| |\ \ \ \
| | * \ \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-261-1/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | lmb: Add lmb_free()Michael Ellerman2010-02-031-2/+11
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-261-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch 'sh/stable-updates'Paul Mundt2010-02-021-1/+1
| | |\ \ \ \ | | | |/ / /
| | * | | | sh: kmemleak support.Chris Smith2010-01-271-1/+1
| * | | | | idr: fix a critical misallocation bug, take#2Tejun Heo2010-02-221-1/+3
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | idr: revert misallocation bug fixTejun Heo2010-02-041-3/+4
| * | | | | idr: fix a critical misallocation bugTejun Heo2010-02-021-4/+3
| | |/ / / | |/| | |
| * | | | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel2010-01-221-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina2010-01-221-1/+1
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2311-20/+434
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-161-1/+26
| |\ \ \ \
| | * | | | lib: Introduce strnstr()Li Zefan2010-01-141-1/+26
| * | | | | zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt2010-01-131-2/+30
| | |_|/ / | |/| | |
| * | | | lib: Introduce generic list_sort functionDave Chinner2010-01-122-1/+103
| * | | | vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König2010-01-111-2/+2
| * | | | lib/rational.c needs module.hSascha Hauer2010-01-111-0/+1
| * | | | Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre2010-01-113-0/+10
| * | | | lib: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-112-3/+215
| * | | | zlib: optimize inffast when copying direct from outputJoakim Tjernlund2010-01-111-11/+44
| * | | | dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa2010-01-111-4/+3
| |/ / /
| * | | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-311-3/+2
| |\ \ \
| | * | | dma-debug: Fix bug causing build warningIngo Molnar2009-12-311-3/+2
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-0/+5
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-2820-494/+626
| | |\ \ | | | |/
| | | * dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2009-12-211-0/+5
* | | | lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little...Joe Perches2010-01-131-5/+31
* | | | lib: Kill bit-reversed FDDI MAC output case, it's bogus.Joe Perches2010-01-111-8/+2
* | | | lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addressesJoe Perches2010-01-071-2/+18
|/ / /
* | | lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-221-3/+3
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-1/+9
|\ \ \ | |/ / | | / | |/ |/|
| * bzip2: Add missing checks for malloc returning NULLPhillip Lougher2009-12-151-1/+9
* | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-171-0/+1
|\ \
| * | kmemleak: fix kconfig for crc32 build errorRandy Dunlap2009-11-061-0/+1
* | | 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
OpenPOWER on IntegriCloud