aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer1-5/+5
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
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+22
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying1-0/+2
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+30
2011-01-10Merge branch 'master' into nextJames Morris8-20/+190
2011-01-07dynamic debug: Fix build issue with older gccJason Baron1-5/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-5/+3
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-11/+77
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+108
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-1/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-27/+58
2010-12-17percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options.Christoph Lameter1-5/+3
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-0/+30
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+12
2010-12-11timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner1-14/+0
2010-12-10timers: Fixup allmodconfig build issueJohn Stultz1-2/+5
2010-12-10timers: Rename timerlist infrastructure to timerqueueJohn Stultz2-21/+21
2010-12-06lib: Improve EWMA efficiency by using bitshiftsBruno Randolf1-8/+12
2010-12-02timers: Introduce timerlist infrastructure.John Stultz2-1/+119
2010-11-29Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie1-2/+0
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+16
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-0/+62
2010-11-22kref: Add a kref_sub functionThomas Hellstrom1-0/+30
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf3-0/+62
2010-11-16netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt1-11/+11
2010-11-12radix-tree: fix RCU bugNick Piggin1-25/+58
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-2/+2
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+13