aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-153/+0
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-1/+283
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-9/+52
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+4
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-20/+115
2011-03-11plist: Add priority list testLai Jiangshan1-1/+80
2011-03-11plist: Shrink struct plist_headLai Jiangshan1-19/+35
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+8
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka1-3/+6
2011-03-05BKL: That's all, folksArnd Bergmann3-146/+0
2011-03-04lib-average: Make config option selectableMichael Buesch1-1/+8
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+5
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-03-02tracing: don't trace the BKLArnd Bergmann1-7/+0
2011-02-28net: fix nla_policy_len to actually _iterate_ over the policyLars Ellenberg1-1/+1
2011-02-25swiotlb: fix wrong panicFUJITA Tomonori1-2/+4
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-17/+34
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds1-13/+26
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar3-6/+9
2011-02-08m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven1-1/+1
2011-02-03dynamic_debug: add #include <linux/sched.h>Greg Kroah-Hartman1-0/+1
2011-02-03Dynamic debug: Add more flagsBart Van Assche1-9/+51
2011-01-31Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into core/lockingThomas Gleixner1-3/+4
2011-01-28Export the augmented rbtree helper functionsAndreas Gruenbacher1-0/+3
2011-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2011-01-27rwsem: Remove redundant asmregparm annotationThomas Gleixner1-6/+4
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2011-01-26radix_tree: radix_tree_gang_lookup_tag_slot() may never returnToshiyuki Okajima1-3/+4
2011-01-24textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer1-5/+5
2011-01-24lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings3-0/+275
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2-9/+9
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-01-13decompressors: check input size in decompress_inflate.cLasse Collin1-4/+13
2011-01-13decompressors: add boot-time XZ supportLasse Collin4-0/+407
2011-01-13decompressors: add XZ decompressor moduleLasse Collin13-0/+3347
2011-01-13Decompressors: fix callback-to-callback mode in decompress_unlzo.cLasse Collin1-10/+50
2011-01-13Decompressors: check input size in decompress_unlzo.cLasse Collin1-5/+41
2011-01-13Decompressors: check for write errors in decompress_unlzo.cLasse Collin1-2/+2
2011-01-13Decompressors: validate match distance in decompress_unlzma.cLasse Collin1-0/+3
2011-01-13Decompressors: check for write errors in decompress_unlzma.cLasse Collin1-21/+32
2011-01-13Decompressors: check for read errors in decompress_unlzma.cLasse Collin1-0/+3
2011-01-13Decompressors: fix header validation in decompress_unlzma.cLasse Collin1-1/+3
2011-01-13Decompressors: remove unused function from lib/decompress_unlzma.cLasse Collin1-6/+0
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin4-4/+0
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin4-14/+11
2011-01-13Decompressors: add missing INIT (i.e. __init)Lasse Collin2-3/+3
2011-01-13flex_array: export symbols to modulesDavid Rientjes2-2/+12
2011-01-13lib/vsprintf.c: fix vscnprintf() if @size is == 0Anton Arapov1-8/+8
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-0/+2