summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Villemoes2-11/+12
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 Villemoes2-11/+11
2015-02-14lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2-0/+6
2015-02-14lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2-6/+5
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds10-8/+748
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-39/+28
2015-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-21/+22
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds1-2/+1
2015-02-13tile: change MAINTAINERS website from tilera.com to ezchip.comChris Metcalf1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds88-1626/+6026
2015-02-13Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds26-559/+1075
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds207-1420/+2214
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 Villemoes2-1/+3
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 Shevchenko3-21/+103
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 Villemoes4-13/+0
2015-02-13lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2-9/+9
2015-02-13lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2-18/+12
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 Villemoes2-6/+6
2015-02-13lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2-3/+3
2015-02-13linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-11/+11
2015-02-13linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes1-13/+13
2015-02-13lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes1-7/+7