aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeGravatar David Howells 1-2/+0
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedGravatar David Howells 1-0/+3
2009-11-18strcmp: fix overflow and possibly signedness errorGravatar Linus Torvalds 1-6/+14
2009-11-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+4
2009-10-29dma-debug: Fix compile warning with PAE enabledGravatar Joerg Roedel 1-2/+4
2009-10-27powerpc: Minor cleanup to lib/Kconfig.debugGravatar Kumar Gala 1-1/+1
2009-10-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-3/+4
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 2-0/+2
2009-10-06[S390] Enable kmemleak on s390.Gravatar Heiko Carstens 1-3/+4
2009-10-01sscanf(): fix %*s%nGravatar Andy Spencer 1-1/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 8-56/+147
2009-09-24lzma/gzip: fix potential oops when input data is truncatedGravatar Phillip Lougher 2-1/+17
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 1-0/+8
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cGravatar Joe Perches 1-10/+15
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Gravatar Linus Torvalds 1-0/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2009-09-22flex_array: add missing kerneldoc annotationsGravatar David Rientjes 1-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYGravatar David Rientjes 1-26/+10
2009-09-22flex_array: add flex_array_shrink functionGravatar David Rientjes 1-0/+40
2009-09-22flex_array: poison free elementsGravatar David Rientjes 1-8/+7
2009-09-22flex_array: add flex_array_clear functionGravatar David Rientjes 1-0/+26
2009-09-22vsprintf: use WARN_ON_ONCEGravatar Marcin Slusarz 1-12/+2
2009-09-21trivial: fix typo "to to" in multiple filesGravatar Anand Gadiyar 1-2/+2
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralGravatar Randy Dunlap 1-0/+8
2009-09-17vsnprintf: remove duplicate comment of vsnprintfGravatar Steven Rostedt 1-6/+4
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfGravatar Steven Rostedt 1-2/+4
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-0/+15
2009-09-15Nicolas Pitre has a new email addressGravatar Nicolas Pitre 1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-47/+152
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-80/+44
2009-09-11Merge branch 'next' into for-linusGravatar James Morris 2-24/+52
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 11-41/+357
2009-09-04Merge branch 'linus' into core/rcuGravatar Ingo Molnar 4-37/+46
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-0/+15
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressGravatar Joe Perches 1-47/+152
2009-08-28Merge commit 'tip/iommu-for-powerpc' into nextGravatar Benjamin Herrenschmidt 1-80/+44
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Gravatar Benjamin Herrenschmidt 1-1/+1
2009-08-27Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 2-16/+24
2009-08-26flex_array: convert element_nr formals to unsignedGravatar David Rientjes 1-11/+13
2009-08-26flex_array: fix flex_array_free_parts commentGravatar David Rientjes 1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroGravatar David Rientjes 1-6/+8
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+16
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUGravatar Paul E. McKenney 1-1/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUGravatar Paul E. McKenney 1-1/+1
2009-08-21Make bitmask 'and' operators return a result codeGravatar Linus Torvalds 1-4/+8
2009-08-21lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upGravatar Casey Dahlin 1-6/+9
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceGravatar Kyle McMartin 1-12/+16
2009-08-20kmemleak: Allow kmemleak to be built on powerpcGravatar Michael Ellerman 1-1/+1