aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
...
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-11
| |\ \ \ \ \
| | * | | | | lib-average: Make config option selectableMichael Buesch2011-03-04
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-04
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-19
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-26
| |\ \ \ \ \
| * | | | | | lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings2011-01-24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-16
|\ \ \ \ \ \
| * | | | | | dynamic_debug: add #include <linux/sched.h>Greg Kroah-Hartman2011-02-03
| * | | | | | Dynamic debug: Add more flagsBart Van Assche2011-02-03
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-15
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-31
| |\ \ \ \ \ \ \ \
| * | | | | | | | | rwsem: Remove redundant asmregparm annotationThomas Gleixner2011-01-27
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | plist: Add priority list testLai Jiangshan2011-03-11
| * | | | | | | | | plist: Shrink struct plist_headLai Jiangshan2011-03-11
| | |_|_|_|_|_|/ / | |/| | | | | | |
* / | | | | | | | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-08
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-03
|\ \ \ \ \ \ \ \
| * | | | | | | | net: fix nla_policy_len to actually _iterate_ over the policyLars Ellenberg2011-02-28
| | |_|_|_|_|/ / | |/| | | | | |
* / | | | | | | swiotlb: fix wrong panicFUJITA Tomonori2011-02-25
|/ / / / / / /
* | | / / / / Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-18
| |_|/ / / / |/| | | | |
* | | | | | m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven2011-02-08
| |_|/ / / |/| | | |
* | | | | Export the augmented rbtree helper functionsAndreas Gruenbacher2011-01-27
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-27
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer2011-01-25
| |/ /
* / / radix_tree: radix_tree_gang_lookup_tag_slot() may never returnToshiyuki Okajima2011-01-25
|/ /
* / kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-20
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-13
|\
| * ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-12
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-22
| |\|
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | | decompressors: check input size in decompress_inflate.cLasse Collin2011-01-13
* | | decompressors: add boot-time XZ supportLasse Collin2011-01-13
* | | decompressors: add XZ decompressor moduleLasse Collin2011-01-13
* | | Decompressors: fix callback-to-callback mode in decompress_unlzo.cLasse Collin2011-01-13
* | | Decompressors: check input size in decompress_unlzo.cLasse Collin2011-01-13
* | | Decompressors: check for write errors in decompress_unlzo.cLasse Collin2011-01-13
* | | Decompressors: validate match distance in decompress_unlzma.cLasse Collin2011-01-13
* | | Decompressors: check for write errors in decompress_unlzma.cLasse Collin2011-01-13
* | | Decompressors: check for read errors in decompress_unlzma.cLasse Collin2011-01-13
* | | Decompressors: fix header validation in decompress_unlzma.cLasse Collin2011-01-13
* | | Decompressors: remove unused function from lib/decompress_unlzma.cLasse Collin2011-01-13
* | | Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin2011-01-13
* | | Decompressors: get rid of set_error_fn() macroLasse Collin2011-01-13
* | | Decompressors: add missing INIT (i.e. __init)Lasse Collin2011-01-13
* | | flex_array: export symbols to modulesDavid Rientjes2011-01-13
* | | lib/vsprintf.c: fix vscnprintf() if @size is == 0Anton Arapov2011-01-13
* | | include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-13