summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-02-14lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes1-0/+2
2015-02-14lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes1-5/+4
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-145/+320
2015-02-13lib/lcm.c: replace includeRasmus Villemoes1-1/+1
2015-02-13lib/percpu_ida.c: remove redundant includesRasmus Villemoes1-3/+0
2015-02-13lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes1-1/+2
2015-02-13lib/stmp_device.c: replace module.h includeRasmus Villemoes1-1/+2
2015-02-13lib/sort.c: move include inside #if 0Rasmus Villemoes1-1/+1
2015-02-13lib/show_mem.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/radix-tree.c: change to simpler includeRasmus Villemoes1-1/+1
2015-02-13lib/plist.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/nlattr.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/kobject_uevent.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/llist.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/md5.c: simplify includeRasmus Villemoes1-1/+1
2015-02-13lib/list_sort.c: rearrange includesRasmus Villemoes1-2/+5
2015-02-13lib/genalloc.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/idr.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-13lib/halfmd4.c: simplify includesRasmus Villemoes1-1/+1
2015-02-13lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes1-2/+2
2015-02-13lib/sort.c: use simpler includesRasmus Villemoes1-2/+2
2015-02-13lib/interval_tree.c: simplify includesRasmus Villemoes1-2/+2
2015-02-13hexdump: make it return number of bytes placed in bufferAndy Shevchenko2-18/+100
2015-02-13hexdump: do a few calculations aheadAndy Shevchenko1-24/+10
2015-02-13hexdump: fix ascii column for the tail of a dumpAndy Shevchenko1-3/+3
2015-02-13hexdump: introduce test suiteAndy Shevchenko3-1/+141
2015-02-13lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi1-1/+1
2015-02-13lib/string.c: remove strnicmp()Rasmus Villemoes1-8/+0
2015-02-13lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-8/+8
2015-02-13lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-17/+11
2015-02-13lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes1-16/+6
2015-02-13lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-5/+5
2015-02-13lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-2/+2
2015-02-13libstring_helpers.c:string_get_size(): return voidRasmus Villemoes1-6/+4
2015-02-13lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes1-5/+4
2015-02-13lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes1-4/+3
2015-02-13lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes1-1/+2
2015-02-13lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2015-02-13lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes1-4/+3
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds3-2/+8
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-15/+11
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-7/+5
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-508/+981
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2015-02-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2015-02-09rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell1-0/+1
2015-02-07rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf1-11/+17
2015-02-07rhashtable: Avoid bucket cross reference after removalThomas Graf1-9/+17
2015-02-07rhashtable: Add more lock verificationThomas Graf1-2/+8