summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-15/+15
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+30
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+28
2015-02-18scripts/gdb: add infrastructureJan Kiszka1-0/+11
2015-02-17lib/Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2015-02-14kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+1
2015-02-14lib: add kasan test moduleAndrey Ryabinin3-3/+289
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+1
2015-02-14x86_64: add KASan supportAndrey Ryabinin1-0/+1
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+45
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2-77/+0
2015-02-14bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+2
2015-02-14lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2-59/+96
2015-02-14lib/genalloc.c: check result of devres_alloc()Jan Kara1-0/+2
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes1-6/+6
2015-02-14lib: crc32: constify crc32 lookup tableDaniel Borkmann1-3/+3
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes1-7/+2
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes1-4/+3
2015-02-14lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-5/+6
2015-02-14lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes1-4/+4
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes1-2/+0
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes1-3/+3
2015-02-14lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-5/+5
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