summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes2015-02-131-4/+4
* | | lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes2015-02-131-2/+0
* | | lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes2015-02-131-3/+3
* | | lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2015-02-131-5/+5
* | | lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2015-02-131-0/+2
* | | lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2015-02-131-5/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1226-145/+320
|\ \ \
| * | | lib/lcm.c: replace includeRasmus Villemoes2015-02-121-1/+1
| * | | lib/percpu_ida.c: remove redundant includesRasmus Villemoes2015-02-121-3/+0
| * | | lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes2015-02-121-1/+2
| * | | lib/stmp_device.c: replace module.h includeRasmus Villemoes2015-02-121-1/+2
| * | | lib/sort.c: move include inside #if 0Rasmus Villemoes2015-02-121-1/+1
| * | | lib/show_mem.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/radix-tree.c: change to simpler includeRasmus Villemoes2015-02-121-1/+1
| * | | lib/plist.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/nlattr.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/kobject_uevent.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/llist.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/md5.c: simplify includeRasmus Villemoes2015-02-121-1/+1
| * | | lib/list_sort.c: rearrange includesRasmus Villemoes2015-02-121-2/+5
| * | | lib/genalloc.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/idr.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
| * | | lib/halfmd4.c: simplify includesRasmus Villemoes2015-02-121-1/+1
| * | | lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes2015-02-121-2/+2
| * | | lib/sort.c: use simpler includesRasmus Villemoes2015-02-121-2/+2
| * | | lib/interval_tree.c: simplify includesRasmus Villemoes2015-02-121-2/+2
| * | | hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-122-18/+100
| * | | hexdump: do a few calculations aheadAndy Shevchenko2015-02-121-24/+10
| * | | hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2015-02-121-3/+3
| * | | hexdump: introduce test suiteAndy Shevchenko2015-02-123-1/+141
| * | | lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi2015-02-121-1/+1
| * | | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-121-8/+0
| * | | lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2015-02-121-8/+8
| * | | lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2015-02-121-17/+11
| * | | lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2015-02-121-16/+6
| * | | lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2015-02-121-5/+5
| * | | lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2015-02-121-2/+2
| * | | libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-121-6/+4
| * | | lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes2015-02-121-5/+4
| * | | lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes2015-02-121-4/+3
| * | | lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2015-02-121-1/+2
| * | | lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2015-02-121-1/+1
| * | | lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2015-02-121-4/+3
* | | | Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds2015-02-123-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | x86/raid6: correctly check for assembler capabilitiesJan Beulich2015-02-043-2/+8
| | |/ | |/|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-122-15/+11
|\ \ \
| * | | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang2014-12-222-15/+11
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-112-7/+5
|\ \ \
| * \ \ Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/ke...James Morris2015-01-152-7/+5
| |\ \ \ | | |_|/ | |/| |
| | * | MPILIB: Fix comparison of negative MPIsRasmus Villemoes2015-01-141-1/+1