aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds1-6/+14
2009-11-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+4
2009-10-29dma-debug: Fix compile warning with PAE enabledJoerg Roedel1-2/+4
2009-10-27powerpc: Minor cleanup to lib/Kconfig.debugKumar Gala1-1/+1
2009-10-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-3/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-10-06[S390] Enable kmemleak on s390.Heiko Carstens1-3/+4
2009-10-01sscanf(): fix %*s%nAndy Spencer1-1/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller8-56/+147
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2-1/+17
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-0/+8
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches1-10/+15
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes1-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes1-26/+10
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes1-0/+40
2009-09-22flex_array: poison free elementsDavid Rientjes1-8/+7
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes1-0/+26
2009-09-22vsprintf: use WARN_ON_ONCEMarcin Slusarz1-12/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-2/+2
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap1-0/+8
2009-09-17vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt1-6/+4
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt1-2/+4
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+15
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-47/+152
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-80/+44
2009-09-11Merge branch 'next' into for-linusJames Morris2-24/+52
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar11-41/+357
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar4-37/+46
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+15
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches1-47/+152
2009-08-28Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt1-80/+44
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt1-1/+1
2009-08-27Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-16/+24
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes1-6/+8
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+16
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-1/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-1/+1
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds1-4/+8
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin1-6/+9
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin1-12/+16
2009-08-20kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo9-37/+344
2009-08-11Merge branch 'master' into nextJames Morris3-18/+39