summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-11-231-6/+37
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2014-11-233-335/+387
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-05-191-2/+8
* random32: fix off-by-one in seeding requirementDaniel Borkmann2014-05-191-7/+7
* genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2013-06-101-1/+1
* netlink: validate NLA_MSECS lengthJohannes Berg2011-11-261-0/+1
* kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz2011-11-071-1/+1
* crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-152-1/+96
* debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-07-131-1/+1
* rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-06-231-1/+1
* Revert "swiotlb: fix wrong panic"Greg Kroah-Hartman2011-03-031-4/+2
* swiotlb: fix wrong panicFUJITA Tomonori2011-03-021-2/+4
* percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-12-091-0/+1
* flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao2010-05-121-1/+1
* block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34Martin K. Petersen2010-04-012-1/+16
* idr: fix a critical misallocation bug, take#2Tejun Heo2010-03-151-1/+3
* dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa2010-01-181-4/+3
* lib/rational.c needs module.hSascha Hauer2010-01-181-0/+1
* dma-debug: Fix bug causing build warningIngo Molnar2010-01-061-3/+2
* dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2010-01-061-0/+5
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-191-2/+0
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-0/+3
* strcmp: fix overflow and possibly signedness errorLinus Torvalds2009-11-181-6/+14
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-11-051-2/+4
|\
| * dma-debug: Fix compile warning with PAE enabledJoerg Roedel2009-10-291-2/+4
* | powerpc: Minor cleanup to lib/Kconfig.debugKumar Gala2009-10-271-1/+1
|/
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-111-3/+4
|\
| * [S390] Enable kmemleak on s390.Heiko Carstens2009-10-061-3/+4
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
|/
* sscanf(): fix %*s%nAndy Spencer2009-10-011-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-248-56/+147
|\
| * lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2009-09-242-1/+17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-0/+8
| |\
| | * kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap2009-09-201-0/+8
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds2009-09-221-0/+3
| |\ \
| | * | kmemcheck: depend on HAVE_ARCH_KMEMCHECKSebastian Andrzej Siewior2009-07-011-0/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-2/+2
| |\ \ \
| | * | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-2/+2
| | | |/ | | |/|
| * | | flex_array: add missing kerneldoc annotationsDavid Rientjes2009-09-221-1/+11
| * | | flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2009-09-221-26/+10
| * | | flex_array: add flex_array_shrink functionDavid Rientjes2009-09-221-0/+40
| * | | flex_array: poison free elementsDavid Rientjes2009-09-221-8/+7
| * | | flex_array: add flex_array_clear functionDavid Rientjes2009-09-221-0/+26
| * | | vsprintf: use WARN_ON_ONCEMarcin Slusarz2009-09-221-12/+2
| |/ /
| * | vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt2009-09-171-6/+4
| * | vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt2009-09-171-2/+4
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-151-1/+1
| |\ \
| | * \ Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-281-80/+44
| | |\ \
| | * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-08-272-16/+24
| | |\ \ \
| | * | | | kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman2009-08-201-1/+1