summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-202-9/+9
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+2
|\
| * ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-222-27/+58
| |\|
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | decompressors: check input size in decompress_inflate.cLasse Collin2011-01-131-4/+13
* | | decompressors: add boot-time XZ supportLasse Collin2011-01-134-0/+407
* | | decompressors: add XZ decompressor moduleLasse Collin2011-01-1313-0/+3347
* | | Decompressors: fix callback-to-callback mode in decompress_unlzo.cLasse Collin2011-01-131-10/+50
* | | Decompressors: check input size in decompress_unlzo.cLasse Collin2011-01-131-5/+41
* | | Decompressors: check for write errors in decompress_unlzo.cLasse Collin2011-01-131-2/+2
* | | Decompressors: validate match distance in decompress_unlzma.cLasse Collin2011-01-131-0/+3
* | | Decompressors: check for write errors in decompress_unlzma.cLasse Collin2011-01-131-21/+32
* | | Decompressors: check for read errors in decompress_unlzma.cLasse Collin2011-01-131-0/+3
* | | Decompressors: fix header validation in decompress_unlzma.cLasse Collin2011-01-131-1/+3
* | | Decompressors: remove unused function from lib/decompress_unlzma.cLasse Collin2011-01-131-6/+0
* | | Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin2011-01-134-4/+0
* | | Decompressors: get rid of set_error_fn() macroLasse Collin2011-01-134-14/+11
* | | Decompressors: add missing INIT (i.e. __init)Lasse Collin2011-01-132-3/+3
* | | flex_array: export symbols to modulesDavid Rientjes2011-01-132-2/+12
* | | lib/vsprintf.c: fix vscnprintf() if @size is == 0Anton Arapov2011-01-131-8/+8
* | | include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-131-0/+2
* | | kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg2011-01-131-0/+22
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-5/+4
|\ \ \
| * | | dynamic debug: Fix build issue with older gccJason Baron2011-01-071-5/+4
* | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-101-0/+30
|\ \ \ \
| * \ \ \ Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-161-0/+30
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | kref: Add a kref_sub functionThomas Hellstrom2010-11-221-0/+30
* | | | | Merge branch 'master' into nextJames Morris2011-01-108-20/+190
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-5/+3
| |\ \ \ \ \
| | * | | | | percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...Christoph Lameter2010-12-171-5/+3
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-064-11/+77
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-2/+0
| | |\| | |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-131-8/+12
| | |\ \ \ \
| | | * | | | lib: Improve EWMA efficiency by using bitshiftsBruno Randolf2010-12-061-8/+12
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-243-0/+62
| | |\| | | |
| | | * | | | lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf2010-11-183-0/+62
| | | | |_|/ | | | |/| |
| | * | | | netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt2010-11-161-11/+11
| | | |_|/ | | |/| |
| * | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-062-1/+108
| |\ \ \ \
| | * | | | timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner2010-12-111-14/+0
| | * | | | timers: Fixup allmodconfig build issueJohn Stultz2010-12-101-2/+5
| | * | | | timers: Rename timerlist infrastructure to timerqueueJohn Stultz2010-12-102-21/+21
| | * | | | timers: Introduce timerlist infrastructure.John Stultz2010-12-022-1/+119
| * | | | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-221-1/+2
| | |_|_|/ | |/| | |
| * | | | Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie2010-11-291-2/+0
| | |/ / | |/| |
* / | | lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-291-0/+16
|/ / /
* | / radix-tree: fix RCU bugNick Piggin2010-11-121-25/+58
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-271-0/+13
|\ \
| * | move async raid6 test to lib/Kconfig.debugDan Williams2010-10-071-0/+13